PaRaNoiD_JaCK Posted September 4, 2004 Posted September 4, 2004 How can i remove and add quick launch icons during an unattended install?Thanks.
Incroyable HULK Posted September 5, 2004 Posted September 5, 2004 If you mean the icon right next to the start button (not the one next to the time display at right) they are stored here for All Users:%AllUsersProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\So if you want to remove something there, I would do it via a batch file or RunOnceEx depending on your unattended install.In my configuration, RunOnceEx.cmd execute my batch file named cleanup.cmdHere is an example from my cleanup.cmd:DEL "%AllUsersProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\QuickTime Player.lnk"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now