Hi Guys,
Is there any sample batch script file I can reference ?
I just wanted to remove desktop icon after installing a software.
thank you.
T
Hi Guys,
Is there any sample batch script file I can reference ?
I just wanted to remove desktop icon after installing a software.
thank you.
T
Have a look at the global repository for examples of scripts–there are thousands.
Hey Dimitri,
Thanks for reply. I have checked , all of them I found are powershell scripts.
No sure how to filter batch script only.
Any reason you want to do it with a batch script instead of powershell?
Here is an example of the VLC task removing the Public Users desktop shortcut if the value is set to true:
That’s a good question. one of our client’s environment is not PS friendly. I’m trying to find work around for it.
thank you Gav.