Jump to content

how come User name folder in $docs kee's changing?


Recommended Posts

Posted

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: sorry about the spelling


Posted

:rolleyes:

put it in %Allusersprofile% simple

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

make a Winrar SFX :P

if u are using wpi method u can creat several quick launch profiles

Posted

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.

Posted

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"

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

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