Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. //ADD AFTER pciBridge7.functions
  2.  
  3. svga.vramSize = 268435456
  4. monitor_control.restrict_backdoor = "true"
  5. isolation.tools.getPtrLocation.disable = "true"
  6. isolation.tools.setPtrLocation.disable = "true"
  7. isolation.tools.setVersion.disable = "true"
  8. isolation.tools.getVersion.disable = "true"
  9. monitor_control.disable_directexec = "true"
  10.  
  11. //OR BEFORE vmci0.present = "TRUE"
  12.  
  13.  
  14.  
  15. cleanShutdown = "TRUE" // Change in True
  16. replay.supported = "FALSE" // Change in False
  17. checkpoint.vmState = "" // Change in ""
  18.  
  19.  
  20.  
  21. usb.autoConnect.device0 = "path:1/5/1 autoclean:1" //ADD AT THE END
  22. tools.remindInstall = "TRUE" // ADD AT THE END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement