ddr4lyfe Posted April 16, 2007 Posted April 16, 2007 Is there a way I can create a script that runs a program as an administrator even though I don't know the administrator's password? Thanks in advance.
ChrisL Posted April 16, 2007 Posted April 16, 2007 No [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
Uten Posted April 16, 2007 Posted April 16, 2007 That would really make it simple for the hackers don't you think?..On the other hand you can run your script by a service tool like xyntservice. Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
PsaltyDS Posted April 16, 2007 Posted April 16, 2007 Is there a way I can create a script that runs a program as an administrator even though I don't know the administrator's password? Thanks in advance.Remove all firewalls and connect your Windows box directly to the internet.You'll get a working demo within minutes... Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
ddr4lyfe Posted April 16, 2007 Author Posted April 16, 2007 Hmm...you all were quick in responding... Thanks. So there's no way in AutoIt to even possibly emulate administrator privileges to run a program?
Developers Jos Posted April 16, 2007 Developers Posted April 16, 2007 Hmm...you all were quick in responding... Thanks. So there's no way in AutoIt to even possibly emulate administrator privileges to run a program?What about stopping to ask stupid questions? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
GEOSoft Posted April 16, 2007 Posted April 16, 2007 Hmmm I wonder why Windows would even bother to set passwords for administrator accounts. They certainly are a nuisance to someone who may have nefarious intent. George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
DarthVega Posted April 16, 2007 Posted April 16, 2007 (edited) Hmm...you all were quick in responding... Thanks. So there's no way in AutoIt to even possibly emulate administrator privileges to run a program? If IsAdmin() Then MsgBox(0, "", "Success") Else MsgBox(0, "", "Sorry") EndIf Edited April 16, 2007 by DarthVega
Uten Posted April 16, 2007 Posted April 16, 2007 Hmm...you all were quick in responding... Thanks. So there's no way in AutoIt to even possibly emulate administrator privileges to run a program?RunAsSet but you will obviously need the password. Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
Bert Posted April 17, 2007 Posted April 17, 2007 Is there a way I can create a script that runs a program as an administrator even though I don't know the administrator's password? Thanks in advance. why, and what do you plan to do? let me guess...you want to do something along the following..you want to run something on the school PC, but you can'tyou want to pull a prank on a friend's PC, but you can'tyou want to do soemthing to a work PC, but you can'tyou want to get something from a PC you are not supposed to be using you want to run something the admin doesn't want you to runit is usually one of these, so we get upset if it is. If I'm wrong, I have no problem being humble. Could you explain yourself? It would be very helpful. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now