Parameter to Run as Admin

slimzky

New Member
Hi all,

I have a CMD file which works fine when Ran as Admin. It basically contains commands to copy exes to system32, and shortcuts to WinX folders. It also has commands to delete folders. If I add it into NTLite post setup, what parameter should I use?

Thanks,
 
I have a CMD file which works fine when Ran as Admin. It basically contains commands to copy exes to system32, and shortcuts to WinX folders. It also has commands to delete folders. If I add it into NTLite post setup, what parameter should I use?
None special if running 7 but better to use xcopy command or $oem$\$$ for windows\ and $oem$\$1 for C:\ folders.
 
Back
Top