Alpheratz13 Posted October 8, 2004 Posted October 8, 2004 (edited) Hi guys,I like want put fews links direct on my Quick Launch, so i like to know what are the commande to do it?It's not $OEM$\$Docs\All Users\Application Data\Microsoft, because in there are not Quick Lauch, can i do like this :$OEM$\$Docs\Alpheratz13\Application Data\Microsoft\Internet Explorer\Quick Launch ??(Alpheratz13 is Adminstrator)Thanks for your helpIrvingPSI found the right commande, it's $OEM$\$Docs\Default User\Application Data\Microsoft\Internet Explorer\Quick Edited October 8, 2004 by Alpheratz13
Alpheratz13 Posted October 8, 2004 Author Posted October 8, 2004 Hi again,Ok, i know how i put a link(s) in the Quick Lauch, but how do i delete 1 or more links from Quick Lauch??Please help me...Thanks for your help.Irving
tguy Posted October 12, 2004 Posted October 12, 2004 You could use a vbScript called by your setup process to delete files from the Quick Launch folder.Here is the one I use:Set objFSO = CreateObject("Scripting.FileSystemObject")objFSO.DeleteFile "C:\Documents and Settings\Default User\Application Data\Microsoft\Internet Explorer\Quick Launch\Explorer.lnkHope this helps.tguy
Alpheratz13 Posted October 13, 2004 Author Posted October 13, 2004 Set objFSO = CreateObject("Scripting.FileSystemObject")objFSO.DeleteFile "C:\Documents and Settings\Default User\Application Data\Microsoft\Internet Explorer\Quick Launch\Explorer.lnkHi tguy,Thanks for your help but how it's works or where put i those commande?It's in RunOnceEx.cmd, in a reg file or something, is possible you explain how i do?Thanks again Irving
creopard Posted October 13, 2004 Posted October 13, 2004 ...but how do i delete 1 or more links from Quick Lauch??just two posts belowhttp://www.msfn.org/board/index.php?showtopic=29328
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