Skip to content

Releases: roob-p/SkipUacTaskCreator

v1.0.0.2

01 Dec 01:14
b57df09

Choose a tag to compare

Changelog:

  • Fix: added 'WorkingDirectory' entry in the 'Start In' field of scheduled tasks to ensure proper functionality when passing .lnk files.
  • Added several options in config.ini and new functionality:
    • Save the .lnk that launches the task in the same folder as the original file with OutputToSameFolder=1.
    • Save in a custom path defined in LnkPath, or save in both locations with LnkInBothBaseAndOutputFolder=1.
    • Add a suffix to the .lnk name with AppendSuffixToLnk=1 and SuffixName. (Also added the functionality to automatically insert a dot at the end of the .lnk name if these options are turned off and the .lnk file is saved in the same folder as the original file).
    • Icon blending:
      • IconStyle=1 → blend the icon of the passed file with the program’s icon in the bottom-right corner.
      • IconStyle=2 → use only the default SkipUacTaskCreator icon.
    • Added the possibility to remove the newly generated icons via RemoveGeneratedIcon=1.

Note: The installer for version 1.0.0.2 has been rebuilt a few days after release due to a small internal code fix.
If you downloaded v1.0.0.2 earlier, please download the updated installer.

v1.0.0.1

10 Apr 22:41
d30aad2

Choose a tag to compare

Initial release