Jump to content

Recommended Posts

Posted (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 help

Irving

PS

I found the right commande, it's $OEM$\$Docs\Default User\Application Data\Microsoft\Internet Explorer\Quick

Edited by Alpheratz13

Posted

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

Posted

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.lnk

Hope this helps.

tguy

Posted
Set objFSO = CreateObject("Scripting.FileSystemObject")

objFSO.DeleteFile "C:\Documents and Settings\Default User\Application Data\Microsoft\Internet Explorer\Quick Launch\Explorer.lnk

Hi 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...