Help - Search - Members - Calendar
Full Version: how come User name folder in $docs kee's changing?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
kurt476
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 Launch

now 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?

blushing.gif sorry about the spelling
Astalavista
rolleyes.gif

put it in %Allusersprofile% simple


%Allusersprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch

make a Winrar SFX tongue.gif

if u are using wpi method u can creat several quick launch profiles
Alanoll
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.

CODE
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
thanx that what i need too know thumbup.gif
kurt476
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

CODE
copy %systemdrive%\install\quick\*.lnk "%APPDATA%\Microsoft\Internet Explorer\Quick Launch"
Alanoll
QUOTE (kurt476 @ Feb 1 2005, 06:40 AM)
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

CODE
copy %systemdrive%\install\quick\*.lnk "%APPDATA%\Microsoft\Internet Explorer\Quick Launch"

meh. typed from linux machine, types from memory.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.