Jump to content

$OEM$ folder question


Recommended Posts


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

Edited by FthrJACK
Link to comment
Share on other sites

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