Jump to content

Recommended Posts

Posted

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

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...