Skip to content

Instantly share code, notes, and snippets.

View luigieai's full-sized avatar
💚

Luigi luigieai

💚
View GitHub Profile
@luigieai
luigieai / toggle-virtualization.bat
Created January 27, 2023 15:45 — forked from jonpulsifer/toggle-virtualization.bat
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