国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > VBScript > 正文

Win7下VHD文件右鍵增強實現代碼(vbs+注冊表)

2020-06-26 18:34:44
字體:
來源:轉載
供稿:網友
這篇文章主要介紹了Win7下VHD文件右鍵增強的實現方法,需要的朋友可以參考下
 

1、保存以下代碼到:c:/windows/system32/vdm.vbs

 

復制代碼代碼如下:

Dim Args
Set Args = WScript.Arguments
TranArgs = " "
For i = 0 To Args.Count - 1
 TranArgs = TranArgs & """" & Args(i) & """" & " " 
Next

 

If Args(0) <> "-hFlag" Then 
 If Args(0) <> "-hWind" Then 
  CreateObject("Shell.Application").ShellExecute "wscript.exe", _
   """" & WScript.ScriptFullName & """" & " -hWind" & TranArgs, "", "runas", 1
  WScript.Quit(5)
 Else
  CreateObject("Wscript.Shell").Run "cscript.exe " & _
   """" & Wscript.ScriptFullName & """" & Replace(TranArgs, "-hWind", "-hFlag"), 0, TRUE
  WScript.Quit(1)
 End If
Else
 'Add Your Codes
 Dim objShell, objExec
 Set objShell = WScript.CreateObject("Wscript.Shell")
 Set objExec = objShell.Exec("c:/windows/system32/diskpart.exe")

 objExec.StdIn.WriteLine "select vdisk file=""" & WScript.Arguments(2) & """"

 Select Case Args(1)
  Case "/M"
   objExec.StdIn.WriteLine "attach vdisk"
   objExec.StdIn.WriteLine "exit"
   WScript.Quit(0)

  Case "/D"
   objExec.StdIn.WriteLine "detach vdisk"
   objExec.StdIn.WriteLine "exit"
   WScript.Quit(0)

  Case Else
   'other
   WScript.Quit(0)
 End Select

 WScript.Quit(0)
End If

 

2、導入注冊表文件:

 

復制代碼代碼如下:

Windows Registry Editor Version 5.00

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/Virtual.Machine.HD/Shell]
@="none"
[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/Virtual.Machine.HD/Shell/Dismount]
@="分離 VHD(&D)"
[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/Virtual.Machine.HD/Shell/Dismount/command]
@="/"C://windows//system32//wscript.exe/" C://Windows//System32//vdm.vbs /D /"%1/""
[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/Virtual.Machine.HD/Shell/Mount]
@="掛載 VHD(&M)"
[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/Virtual.Machine.HD/Shell/Mount/command]
@="/"C://windows//system32//wscript.exe/" C://Windows//System32//vdm.vbs /M /"%1/""
[HKEY_CLASSES_ROOT/.vhd] 
@="Virtual.Machine.HD" 


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 张掖市| 获嘉县| 岳阳市| 资阳市| 荔波县| 奎屯市| 马山县| 石家庄市| 小金县| 桑日县| 巴马| 赤峰市| 伊金霍洛旗| 安化县| 高唐县| 金寨县| 新源县| 泗阳县| 贡山| 綦江县| 奉贤区| 丹东市| 锦州市| 大庆市| 兴宁市| 平顺县| 宿迁市| 惠安县| 台北市| 汝州市| 横峰县| 南阳市| 孙吴县| 印江| 梁河县| 丰台区| 浦城县| 淮安市| 绥江县| 东乌珠穆沁旗| 额敏县|