kurt476 Posted January 31, 2005 Posted January 31, 2005 i keep on changing the name of the user name i put too copie the shortcuts it keeps on changing the folder either administrator or adminstrator.downloads here is my layo$OEM$\$DOCS\Administrator.DOWNLOADS\Application Data\Microsoft\Internet Explorer\Quick Launchnow in quick launch i put shortcuts and the user name either change's too administrator.downloads in (C drive\$DOCS\"USER NAME" or too Adminstrator why is this happening? how can i fix this so i have the shortcuts in place in too Quick Launch? sorry about the spelling
Astalavista Posted January 31, 2005 Posted January 31, 2005 put it in %Allusersprofile% simple%Allusersprofile%\Application Data\Microsoft\Internet Explorer\Quick Launchmake a Winrar SFX if u are using wpi method u can creat several quick launch profiles
Alanoll Posted January 31, 2005 Posted January 31, 2005 There are two values that you can use in $Docs. Default User, and All Users.If you use any other, then upon user creation the system will detect the already present folder, and will create a new folder with a .*** to descriminate.To create teh QuickLaunch shortcuts, you have to use a batch file to copy them over after the user has been created.copy %systemdrive%\install\quick\*.lnk "%APPDATA%\Internet Explorer\Quick Launch"The above code is meant to be used at GUIRunOnce or atleast when the user you want the shortcuts for are logged on.
kurt476 Posted February 1, 2005 Author Posted February 1, 2005 umm Alanoll you forgot too put in Microsoft directory in copy %systemdrive%\install\quick\*.lnk "%APPDATA%\Internet Explorer\Quick Launch"here is the correct one copy %systemdrive%\install\quick\*.lnk "%APPDATA%\Microsoft\Internet Explorer\Quick Launch"
Alanoll Posted February 1, 2005 Posted February 1, 2005 umm Alanoll you forgot too put in Microsoft directory in copy %systemdrive%\install\quick\*.lnk "%APPDATA%\Internet Explorer\Quick Launch"here is the correct one copy %systemdrive%\install\quick\*.lnk "%APPDATA%\Microsoft\Internet Explorer\Quick Launch"meh. typed from linux machine, types from memory.
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