Skip to content

Instantly share code, notes, and snippets.

View SHIINASAMA's full-sized avatar

Kaoru SHIINASAMA

View GitHub Profile
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
"DisableScreenshots"=dword:1
"HubsSidebarEnabled"=dword:0
"WebCaptureEnabled"=dword:0
@SHIINASAMA
SHIINASAMA / remove.reg
Created March 1, 2024 15:23
Remove the qt creator registry
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Applications\QtProject.QtCreator.c]
[-HKEY_CLASSES_ROOT\Applications\QtProject.QtCreator.c++]
[-HKEY_CLASSES_ROOT\Applications\QtProject.QtCreator.cc]
[-HKEY_CLASSES_ROOT\Applications\QtProject.QtCreator.cp]
[-HKEY_CLASSES_ROOT\Applications\QtProject.QtCreator.cpp]
[-HKEY_CLASSES_ROOT\Applications\QtProject.QtCreator.cxx]
[-HKEY_CLASSES_ROOT\Applications\QtProject.QtCreator.h]
[-HKEY_CLASSES_ROOT\Applications\QtProject.QtCreator.h++]
#!/bin/sh
target_directory="__asio__"
if [ -d "$target_directory" ]; then
echo "Error: The directory '$target_directory' already exists."
exit 1
fi
clone_url="https://github.com/chriskohlhoff/asio"
@SHIINASAMA
SHIINASAMA / remove.reg
Created December 23, 2023 08:43
remove the baidu cloud disk context menu
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\YunShellExt]
[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\YunShellExt]
@SHIINASAMA
SHIINASAMA / remove.reg
Created December 23, 2023 08:40
remove the wps context menu
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\ KingsoftOfficePDF.ContextMenu]
[-HKEY_CLASSES_ROOT\CLSID\{1ECDA7BF-4DFA-41D8-9380-1A27B26CFC41}]
[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\knewdocshellext]
[-HKEY_CLASSES_ROOT\CLSID\{C47A7F16-0572-495A-BB96-89A825661722}]
[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\kwpsshellext]
[-HKEY_CLASSES_ROOT\CLSID\{AF1D7D2F-6AE8-4BAA-ABFA-738201F4871C}]