1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-04-19 09:10:31 +01:00
wsltty/remove from context menu.bat
Thomas Wolff d8c9b21b9c
2016-11-16 16:47:52 +01:00

13 lines
306 B
Batchfile
Executable File

@echo off
:explorer context menu
rem delete Explorer context menu
set userdirname=HKEY_CURRENT_USER\Software\Classes\Directory\shell
set userdirpane=HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell
reg delete "%userdirname%\wsltty" /f
reg delete "%userdirpane%\wsltty" /f
:end