Created
          December 11, 2012 03:26 
        
      - 
      
- 
        Save mike-zhang/4255695 to your computer and use it in GitHub Desktop. 
Revisions
- 
        mike-zhang revised this gist Dec 16, 2012 . 1 changed file with 12 additions and 0 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,17 @@ 启动: VBoxManage startvm CentOS6.3_64 -type vrdp vbs代码: Set ws = CreateObject("Wscript.Shell") ws.run "cmd /c VBoxManage startvm CentOS6.3_64 -type vrdp",vbhide 休眠: VBoxManage controlvm CentOS6.3_64 savestate vbs代码: Set ws = CreateObject("Wscript.Shell") ws.run "cmd /c VBoxManage controlvm CentOS6.3_64 savestate",vbhide 
- 
        MikeZhang created this gist Dec 11, 2012 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ 启动: VBoxManage startvm CentOS6.3_64 -type vrdp 休眠: VBoxManage controlvm CentOS6.3_64 savestate 
 MikeZhang
              created
            
            this gist
            
              MikeZhang
              created
            
            this gist