I'm currently running a startup script in form of a bat file successfully in Windows 7 (I've inserted a new registry key entry with the bat file path as value in
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run)
.
Now I need to run another bat file at startup, but with elevated rights (as administrator), and without manually confirming a prompt.
How can I achieve this, preferrably without external programs?
No comments:
Post a Comment