Skip to content

Instantly share code, notes, and snippets.

@DrEVILish
DrEVILish / gist:b70a43fb975120a67ac6ce128a519d26
Created March 29, 2022 00:15
Parsec Gaming without a display connected and turned on
Here's a link to the guide which includes a download link for the virtual monitor. https://www.amyuni.com/forum/viewtopic.php?t=3030
You don't have to have anything plugged into HDMI.
The one thing I did in the end which allows me to fully shut down the PC and start it back up when I want, and still have the monitor attached, is to use TaskScheduler.exe to run "usbmmidd.bat" at highest privilages as soon as possible whether I'm logged in or not.
Cheers and make sure to tell others about this if it ever comes up!
After the first step above is executed, you can modify the list of supported resolutions by changing the following registry key:
Windows 7 Feature Requests:
DirectX 12 backported from Win10/Win11.
Win+X Menu added for poweruser functionality.
Windows 10 Taskmanger backported.
#!/bin/bash
apt-get update
apt-get install -y jq git bind9 curl dnsutils nginx-full inotify-tools
git clone https://github.com/lancachenet/ubuntu-nginx
cp -r -a ubuntu-nginx/overlay/* /
chmod 777 /opt/nginx/startnginx.sh