hiteshluthra Posted February 26, 2010 Posted February 26, 2010 Help needed in opening control panel or ncpa.cpl with admin rights. Control panel is preferable $RUNDLL32 = @SystemDir & "\rundll32.exe" $cpl = 'ncpa.cpl' $var=Run($RUNDLL32 & " shell32.dll,Control_RunDLL " & $cpl) above code is not working. can u all genius help me
hiteshluthra Posted February 26, 2010 Author Posted February 26, 2010 Help needed in opening control panel or ncpa.cpl with admin rights. Control panel is preferable $RUNDLL32 = @SystemDir & "\rundll32.exe" $cpl = 'ncpa.cpl' $var=Run($RUNDLL32 & " shell32.dll,Control_RunDLL " & $cpl) _RunAsAdmin($var) above code is not working. can u all genius help me
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