Skip to content

Instantly share code, notes, and snippets.

View jonpulsifer's full-sized avatar
⁉️
https://youtu.be/watch?v=ypj7OoBB5LE

Jonathan Pulsifer jonpulsifer

⁉️
https://youtu.be/watch?v=ypj7OoBB5LE
View GitHub Profile
@jonpulsifer
jonpulsifer / toggle-virtualization.bat
Last active May 17, 2024 22:32
Virtualization must be disabled to use CS:GO anti-cheat clients like FACEIT and ESEA, but I like to use WSL2 and Docker, and this script helps me do that
@echo off
echo Virtualization must be disabled to use anti-cheat clients like FACEIT and ESEA
echo.
net session >nul 2>&1
if %ERRORLEVEL% EQU 0 goto :chchchchoices
echo This script requires elevated privileges. Re-run as Administrator to continue
goto :exit
:chchchchoices