Jump to content

Recommended Posts


Posted (edited)

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...