mirror of
https://github.com/mintty/wsltty.git
synced 2025-04-19 09:10:31 +01:00
13 lines
306 B
Batchfile
Executable File
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
|