The search returned 2 results

by Di3s3l
October 23, 2017 - 2:25 PM
Forum: WAPT Packages
Subject: Cleaning up public/desktop folders
Answers: 2
Views : 2372

Re: Cleaning up public/office directory


You need to modify the wapt package and add: `

remove_desktop_shortcut('Notepad++')`

for example.


Thanks for your quick reply! :D :D However, if I want to do this for a large set of packages, is it possible to do it this way?

Create a package to launch at the end using...
by Di3s3l
October 23, 2017 - 1:35 PM
Forum: WAPT Packages
Subject: Cleaning up public/desktop folders
Answers: 2
Views : 2372

Public directory/office cleanup

Hello everyone,

I was wondering if there's a way to prevent application shortcuts deployed to users' desktops from being added or removed afterward. These shortcuts are located in the C:\Users\Public\Desktop directory. Do I need to create a small script? Modify the deployment script...?