
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2014 02:08 PM
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$
http://technet.microsoft.com/en-us/sysinternals/cc300361.aspx
Action:
{actionpath}shellrunas.exe /netonly explorer.exe \\{smartname}\c$
Labels:
- Labels:
-
Custom Actions
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2015 03:15 AM
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
{actionpath}shellexec.vbs "\\{smartname}\c$"
Set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "explorer.exe", WScript.Arguments(0), "", "runas", 1
