How to disable creation of shortcuts after patching
Some of the software that is being updated thru K1000 patching creates shortcuts on the desktop once its installed. Is there a way to delete and disable the shortcuts from being created.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
SMal.tmcc
8 years ago
When I pushed the Dell Command|Configure as a Managed Install, it put a shortcut on the desktop I did not want. I Created a CIR to look for that shortcut and delete it. I used a CIR because that runs with the regular schedule so it gets checked when the machine starts and by your kbox's schedule vs having a kscript. Trying to use a kscipt was hit and miss where users where reporting this shortcut appearing.
so if no one else can tell you how to stop these try this method.
so if no one else can tell you how to stop these try this method.
ShellCommandTextReturn(cmd /c if exist "C:\Users\Public\Desktop\Configuration Wizard.lnk" del "C:\Users\Public\Desktop\Configuration Wizard.lnk" /q)
Comments:
-
Thanks I will give this a try - DPUNC 8 years ago