This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
& 'C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\Launch-VsDevShell.ps1' | |
#Import-Module 'C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\Microsoft.VisualStudio.DevShell.dll' | |
#Enter-VsDevShell -SkipAutomaticLocation -SetDefaultWindowTitle -InstallPath 'C:\Program Files\Microsoft Visual Studio\2022\Community\' | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ========== | |
Discord.css by Decimation (https://github.com/Decimation) | |
========== */ | |
/* Hide Nitro gift button */ | |
button[aria-label="Send a gift"] { | |
display: none; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\shell\OpenElevatedWT] | |
@="Open Terminal here as admin" | |
"Icon"="%userprofile%\\pictures\\icons\\wt.ico" | |
[HKEY_CLASSES_ROOT\Directory\shell\OpenElevatedWT\command] | |
@="powershell.exe \"Start-Process -Verb RunAs wt.exe\"" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenElevatedWT] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Name","Value","ARCHIVE","SPONLY","GAMEDLL","CHEAT","USERINFO","NOTIFY","PROTECTED","PRINTABLEONLY","UNLOGGED","NEVER_AS_STRING","REPLICATED","DEMO","DONTRECORD","SERVER_CAN_EXECUTE","CLIENTCMD_CAN_EXECUTE","CLIENTDLL",,"Help Text" | |
"_autosave","cmd",,,,,,,,,,,,,,,,,,"Autosave" | |
"_autosavedangerous","cmd",,,,,,,,,,,,,,,,,,"AutoSaveDangerous" | |
"_bugreporter_restart","cmd",,,,,,,,,,,,,,,,,,"Restarts bug reporter .dll" | |
"_cl_classmenuopen","0 ",,,,,,,,,,,,,,,,"CLIENTDLL",,"internal cvar used to tell server when class menu is open" | |
"_fov","0 ",,,,,,,,,,,,,,,,"CLIENTDLL",,"Automates fov command to server." | |
"_resetgamestats","cmd",,,,,,,,,,,,,,,,,,"Erases current game stats and writes out a blank stats file" | |
"_restart","cmd",,,,,,,,,,,,,,,,,,"Shutdown and restart the engine." | |
"abuse_report_queue","cmd",,,,,,,,,,,,,,,,,,"Capture data for abuse report and queue for submission. Use abose_report_submit to activate UI to submit the report" | |
"abuse_report_submit","cmd",,,,,,,,,,,,,,,,,,"Activate UI to submit queu |