Help - Search - Members - Calendar
Full Version: $OEM$ folder question
MSFN Forums > Unattended Windows Discussion & Support > Unattended Vista

   
Google Internet Forums Unattended CD/DVD Guide
juggernaut911
hey again,
question: can you name an $OEM$ folder %temp% so the files are sent to C:\Users\USER\AppData\Local\Temp?

thnx
FthrJACK
No... renaming $OEM$ will just break it, and it wont get copied to the hard disk.

You would need a folder structure something like: $OEM$\$1\Users\Default\AppData\Local\Temp
Now that will make the files available to all users (albeit in their temp dir)

If you want the files to only go to a SPECIFIC user, then the users account will have to exist at the point the files are copied over.
To copy the files to a specific users folder, then you will need to do a bit of scripting, but nothing major, for example: you could do something like an auto logon via the registry, then at the user logon have a batch script to copy the files to

C:\Users\%USERNAME%\AppData\Local\Temp

Then have your batch remove the auto logon from the registry, and log the user out. You could use the path above for each user acc you want the files copied to. The %USERNAME% system variable translates to the currently logged on users name.


Hope this helps
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.