├── .gitattributes ├── Icon1.ico ├── LICENSE ├── MYFILES ├── RH.exe ├── curl-ca-bundle.crt ├── curl.exe ├── exit.vbs ├── help.vbs ├── libcurl.dll ├── movefile.exe └── movefile64.exe ├── README.md └── Win11EP.bat /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjf/Windows-11-ExplorerPatcher-Installer/HEAD/.gitattributes -------------------------------------------------------------------------------- /Icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjf/Windows-11-ExplorerPatcher-Installer/HEAD/Icon1.ico -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjf/Windows-11-ExplorerPatcher-Installer/HEAD/LICENSE -------------------------------------------------------------------------------- /MYFILES/RH.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjf/Windows-11-ExplorerPatcher-Installer/HEAD/MYFILES/RH.exe -------------------------------------------------------------------------------- /MYFILES/curl-ca-bundle.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjf/Windows-11-ExplorerPatcher-Installer/HEAD/MYFILES/curl-ca-bundle.crt -------------------------------------------------------------------------------- /MYFILES/curl.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjf/Windows-11-ExplorerPatcher-Installer/HEAD/MYFILES/curl.exe -------------------------------------------------------------------------------- /MYFILES/exit.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjf/Windows-11-ExplorerPatcher-Installer/HEAD/MYFILES/exit.vbs -------------------------------------------------------------------------------- /MYFILES/help.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjf/Windows-11-ExplorerPatcher-Installer/HEAD/MYFILES/help.vbs -------------------------------------------------------------------------------- /MYFILES/libcurl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjf/Windows-11-ExplorerPatcher-Installer/HEAD/MYFILES/libcurl.dll -------------------------------------------------------------------------------- /MYFILES/movefile.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjf/Windows-11-ExplorerPatcher-Installer/HEAD/MYFILES/movefile.exe -------------------------------------------------------------------------------- /MYFILES/movefile64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjf/Windows-11-ExplorerPatcher-Installer/HEAD/MYFILES/movefile64.exe -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjf/Windows-11-ExplorerPatcher-Installer/HEAD/README.md -------------------------------------------------------------------------------- /Win11EP.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjf/Windows-11-ExplorerPatcher-Installer/HEAD/Win11EP.bat --------------------------------------------------------------------------------