cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
seraphielx
Engaged Sweeper III
You will need shellrunas to use this action
http://technet.microsoft.com/en-us/sysinternals/cc300361.aspx


Action:
{actionpath}shellrunas.exe /netonly explorer.exe \\{smartname}\c$
1 REPLY 1
dpadgett
Engaged Sweeper II
This works better, use the built in Open C$ then modify the following file to contain:

{actionpath}shellexec.vbs "\\{smartname}\c$"



Set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "explorer.exe", WScript.Arguments(0), "", "runas", 1