Skip to content

Instantly share code, notes, and snippets.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HideShutDown]
"value"=dword:00000001
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
@=""
@sysadminbp
sysadminbp / gist:b454a3c20837d035f37b02057ba48459
Last active March 13, 2022 12:19
fix scroll tearing in linux
# fix scroll tearing
apt-get install -y driconf mesa-utils ; mkdir -p /etc/X11/xorg.conf.d/ ;
touch /etc/X11/xorg.conf.d/20-intel.conf /etc/X11/20-intel.conf; chmod -R 777 /etc/X11/xorg.conf.d/ /etc/X11/xorg.conf.d/20-intel.conf /etc/X11/20-intel.conf ;
cat > /etc/X11/xorg.conf.d/20-intel.conf <<EOL
#################
Section "Device"
Identifier "Intel Graphics"
Driver "intel"