I am using Start10, I think you use StartisBack? Maybe the difference?
With Start10, I am also able to pin a program to the Start Menu from a network driveBut not for the taskbar, it remains the same
use the magic wand: MacroLibrary > AddShortcut > Syntax
For example Offline SFC the icons does not get applied.
QuoteFor example Offline SFC the icons does not get applied.Fixed...Code: [Select]If,%Desktop_CheckBox%,Equal,True,AddShortcut,Desktop,,%ProgramFolder%\%ProgramExe%,%ProgramTitle%,,%ProgramFolder%\OfflineSFC.icoIf,%StartMenu_CheckBox%,Equal,True,AddShortcut,StartMenu,%StartMenuFolder_TextBox%,%ProgramFolder%\%ProgramExe%,%ProgramTitle%,,%ProgramFolder%\OfflineSFC.ico
what about this "AddShortcut,Desktop,,%WinDir%\Map Drives 2.cmd,Map Drives Backup,%WinDir%\Map Drives 2.cmd,,%SystemRoot%\System32\shell32.dll|149" The icon does not get applied i tried it with # as well.
Fixed:Code: [Select]AddShortcut,Desktop,,"%WinDir%\Map Drives 2.cmd","Map Drives Backup",,%SystemRoot%\System32\shell32.dll|149AddShortcut,StartMenu,Network,"%WinDir%\Map Drives 2.cmd","Map Drives Backup",,%SystemRoot%\System32\shell32.dll|149