diff --git a/explorerswitch.bat b/explorerswitch.bat deleted file mode 100644 index 649c19a..0000000 --- a/explorerswitch.bat +++ /dev/null @@ -1,26 +0,0 @@ -@set @x=0; /* -@echo off -ver |>NUL find /v "5." && if "%~1"=="" cscript.exe //nologo //e:jscript "%~f0"& exit /b - -:nashalo -Echo ============ Choose: ============ -Echo New Explorer - 0 -Echo Old Explorer - 1 -Set /p vibor="Number: " - -if "%vibor%"=="0" ( -reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v SeparateProcess /t REG_DWORD /d 0 /f -) else if "%vibor%"=="1" ( -reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v SeparateProcess /t REG_DWORD /d 1 /f -) else (Echo Wrong! & goto nashalo) - -taskkill /F /IM explorer.exe -start explorer.exe - -goto nashalo - -pause -exit /B - -:: Эту строку не трогать. Ниже ничего не писать!!! -*/new ActiveXObject('Shell.Application').ShellExecute (WScript.ScriptFullName,'Admin','','runas',1); \ No newline at end of file