Browse Source

Added more configuration to OldNewExplorer to replicate the ISO, moved Enter.ps1 outside of silent_installers.7z, v58

master
yoh 1 year ago
parent
commit
45646041a0
4 changed files with 14 additions and 9 deletions
  1. +4
    -0
      Executables/Enter.ps1
  2. +0
    -6
      Executables/Install.bat
  3. +10
    -3
      Executables/SLNT.bat
  4. BIN
      Executables/silent_installers.7z

+ 4
- 0
Executables/Enter.ps1 View File

@ -0,0 +1,4 @@
$wshell = New-Object -ComObject wscript.shell;
$wshell.AppActivate('OldNewExplorer configuration')
Sleep 1
$wshell.SendKeys('~')

+ 0
- 6
Executables/Install.bat View File

@ -1,6 +0,0 @@
cd C:\Users\Yoh\Desktop\OldNewExplorer-1.1.9
start OldNewExplorerCfg.exe
@powershell -NoProfile -ExecutionPolicy Bypass -File Enter.ps1
timeout /t 2
taskkill /im OldNewExplorerCfg.exe
reg add HKEY_CURRENT_USER\SOFTWARE\Tihiy\OldNewExplorer /v Details /t REG_DWORD /d 1 /f

+ 10
- 3
Executables/SLNT.bat View File

@ -23,7 +23,14 @@ start OldNewExplorerCfg.exe
@powershell -NoProfile -ExecutionPolicy Bypass -File Enter.ps1
timeout /t 2
taskkill /im OldNewExplorerCfg.exe
reg add HKEY_CURRENT_USER\SOFTWARE\Tihiy\OldNewExplorer /v Details /t REG_DWORD /d 1 /f
reg query "HKCU\Software\Tihiy\OldNewExplorer"
if %ERRORLEVEL% NEQ 0 goto oldnewexplorer
::Configure OldNewExplorer
reg add HKEY_CURRENT_USER\SOFTWARE\Tihiy\OldNewExplorer /v Details /t REG_DWORD /d 1 /f
reg add HKEY_CURRENT_USER\SOFTWARE\Tihiy\OldNewExplorer /v DriveGrouping /t REG_DWORD /d 1 /f
reg add HKEY_CURRENT_USER\SOFTWARE\Tihiy\OldNewExplorer /v HideFolders /t REG_DWORD /d 1 /f
reg add HKEY_CURRENT_USER\SOFTWARE\Tihiy\OldNewExplorer /v IEButtons /t REG_DWORD /d 0 /f
reg add HKEY_CURRENT_USER\SOFTWARE\Tihiy\OldNewExplorer /v NavBarGlass /t REG_DWORD /d 1 /f
reg add HKEY_CURRENT_USER\SOFTWARE\Tihiy\OldNewExplorer /v NoCaption /t REG_DWORD /d 1 /f
reg add HKEY_CURRENT_USER\SOFTWARE\Tihiy\OldNewExplorer /v NoIcon /t REG_DWORD /d 1 /f
reg add HKEY_CURRENT_USER\SOFTWARE\Tihiy\OldNewExplorer /v NoRibbon /t REG_DWORD /d 1 /f
reg add HKEY_CURRENT_USER\SOFTWARE\Tihiy\OldNewExplorer /v NoUpButton /t REG_DWORD /d 0 /f

BIN
Executables/silent_installers.7z View File


Loading…
Cancel
Save