We are changing the Network admin password at our company, and providing the individual analysts with their own network Admin accounts.
Currently due to policies/restrictions that are in effect within our company our analysts have to run batch files to access certain areas of our users PC's e.g Control panel, registry.
These batch files allow analysts to access the control panel, registry, local disk as the Network administrator giving them full access.
Example code:
runas.exe /user:domain\Administrator
"explorer.exe /separate"
How can I change the code so that the batch file will prompt each analyst to enter their own Admin username and password and access these areas as themselves.
Start Free Trial