Skip to content

Instantly share code, notes, and snippets.

View brandarchist's full-sized avatar

Brandon Crawford brandarchist

View GitHub Profile
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta content="yes" name="apple-mobile-web-app-capable">
<title>iOS Web App</title>
<!-- iPhone -->
@brandarchist
brandarchist / gist:5043337
Last active December 14, 2015 06:29
VMware Fusion does this pesky thing with Boot Camp where it re-enables hiberfil.sys on boot. By setting this service to Manual and creating a task in Task Scheduler to run with highest privileges on startup, running a batch file with the gist below as its action, I only start the service when it's running in a VM. This relies on the fact that my…
@if "%NUMBER_OF_PROCESSORS%" == "1" net start "VMware Tools"