window xp admin
•
12 Apr 2012, 21:21
•
Journals
Anyone know how to create a bat file that will automatically run a program as admin in window xp even if the user doesn't have admin privileges. Or if there is any other way.
Thanks!
Thanks!
XP has rather poor account management anyway dont think its possible if your user doesnt have admin priviledges, no such thing as exceptions afaik.
Try this
@echo off
start notepad.exe
start notepad.bat
and save it as notepad.bat
batch
#!/bin/bash
C
Good luck.
it will ofc ask you for the administrator password then, after that start the program you want in that new cmd shell