Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacline authored Nov 29, 2024
1 parent b8f5475 commit 5259de1
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 193 deletions.
57 changes: 49 additions & 8 deletions tools.list
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,57 @@ MULTI-LIST
[GROUP][Export to program\cache folder][Export firewallrules.xml]
[COMMANDQ][ECHO. Exporting firewallrules.xml...][CMD][IA]
[COMMANDQ][IF EXIST "%CACHE_FOLDER%\firewallrules.xml" DEL /F /Q "%CACHE_FOLDER%\firewallrules.xml"%}%NUL][CMD][IA]
[COMMANDQ]NETSH advfirewall EXPORT "%CACHE_FOLDER%\firewallrules.xml"%}%NUL][CMD][IA]
[COMMANDQ]ECHO. Firewall rules have been exported.][CMD][IA]
[COMMANDQ]ECHO. Next, create an import firewall rules list entry located in tweaks.mst.][CMD][IA]
[COMMANDQ][NETSH advfirewall EXPORT "%CACHE_FOLDER%\firewallrules.xml"%}%NUL][CMD][IA]
[COMMANDQ][ECHO. Firewall rules have been exported.][CMD][IA]
[COMMANDQ][ECHO. Next, create an import firewall rules list entry located in tweaks.mst.][CMD][IA]

[GROUP][Export to program\cache folder][Export power schemes to xml]
[COMMANDQ][ECHO. Exporting min, max, and balanced power schemes to xml...][CMD][IA]
[COMMANDQ]POWERCFG /EXPORT "%CACHE_FOLDER%\power_bal.xml" SCHEME_BALANCED%}%NUL][CMD][IA]
[COMMANDQ]POWERCFG /EXPORT "%CACHE_FOLDER%\power_min.xml" SCHEME_MIN%}%NUL][CMD][IA]
[COMMANDQ]POWERCFG /EXPORT "%CACHE_FOLDER%\power_max.xml" SCHEME_MAX%}%NUL][CMD][IA]
[COMMANDQ]ECHO. Power scheme has been exported.][CMD][IA]
[COMMANDQ]ECHO. Next, create a power scheme import list entry located in tweaks.mst.][CMD][IA]
[COMMANDQ][POWERCFG /EXPORT "%CACHE_FOLDER%\power_bal.xml" SCHEME_BALANCED%}%NUL][CMD][IA]
[COMMANDQ][POWERCFG /EXPORT "%CACHE_FOLDER%\power_min.xml" SCHEME_MIN%}%NUL][CMD][IA]
[COMMANDQ][POWERCFG /EXPORT "%CACHE_FOLDER%\power_max.xml" SCHEME_MAX%}%NUL][CMD][IA]
[COMMANDQ][ECHO. Power scheme has been exported.][CMD][IA]
[COMMANDQ][ECHO. Next, create a power scheme import list entry located in tweaks.mst.][CMD][IA]

[GROUP][Miscellaneous Tasks][Run SFC /ScanNow][%COLOR2% * Use this option with caution]
[COMMANDQ][ECHO. This will scan and attempt to repair system files][CMD][IA]
[CONFIRM][ ][ ]
[CONFIRM][ ][ ]
[COMMAND][SFC /SCANNOW][CMD][IA]

[GROUP][Miscellaneous Tasks][Generate autoboot.cmd][%COLOR2% * Use this option with caution]
[COMMANDQ][ECHO. The presence of autoboot.cmd in the program folder enables autoboot.][CMD][IA]
[COMMANDQ][ECHO.When enabled autoboot.cmd is loaded in place of the recovery environment.][CMD][IA]
[COMMANDQ][ECHO. Useful for reboot to restore and other scenerios.][CMD][IA]
[CONFIRM][ ][ ]
[COMMANDQ][ECHO. Generating autoboot.cmd, this may take a moment......][CMD][IA]
[COMMANDQ][ECHO.::==========================START OF AUTOBOOT============================%}%"%PROG_SOURCE%\autoboot.cmd"][CMD][IA]
[COMMANDQ][ECHO.::Autoboot service must be installed within host OS to switch upon boot.%}}%"%PROG_SOURCE%\autoboot.cmd"][CMD][IA]
[COMMANDQ][ECHO.:: Example of a VHDX Restore - Host Folder = Z:\$%}}%"%PROG_SOURCE%\autoboot.cmd"][CMD][IA]
[COMMANDQ][ECHO.REM del /f "Z:\$\x.vhdx"%}}%"%PROG_SOURCE%\autoboot.cmd"][CMD][IA]
[COMMANDQ][ECHO.REM windick.cmd -imageproc -wim x.wim -index 1 -vhdx x.vhdx -size 25600%}}%"%PROG_SOURCE%\autoboot.cmd"][CMD][IA]
[COMMANDQ][ECHO.REM move /y "Z:\$\image\x.vhdx" "Z:\$"%}}%"%PROG_SOURCE%\autoboot.cmd"][CMD][IA]
[COMMANDQ][ECHO.PAUSE%}}%"%PROG_SOURCE%\autoboot.cmd"][CMD][IA]
[COMMANDQ][ECHO.::===========================END OF AUTOBOOT=============================%}}%"%PROG_SOURCE%\autoboot.cmd"][CMD][IA]
[COMMANDQ][IF EXIST "%PROG_SOURCE%\autoboot.cmd" START NOTEPAD.EXE "%PROG_SOURCE%\autoboot.cmd"][CMD][IA]

[GROUP][Miscellaneous Tasks][Install Autoboot Service][%COLOR2% * Use this option with caution]
[COMMANDQ][ECHO. Autoboot service sets the following boot to recovery upon boot.][CMD][IA]
[CONFIRM][ ][ ]
[COMMAND][windick.cmd -autoboot -install][CMD][IA]

[GROUP][Miscellaneous Tasks][Remove Autoboot Service][%COLOR2% * Use this option with caution]
[CONFIRM][ ][ ]
[COMMAND][windick.cmd -autoboot -remove][CMD][IA]

[GROUP][Miscellaneous Tasks][Sysprep Generalize with OOBE enabled][%COLOR2% * Use this option with caution]
[COMMANDQ][ECHO. This will generalize the CURRENT windows installation and enable OOBE.][CMD][IA]
[CONFIRM][ ][ ]
[CONFIRM][ ][ ]
[COMMAND]["%WINDIR%\SYSTEM32\SYSPREP\SYSPREP.EXE" /GENERALIZE /QUIT /OOBE][CMD][IA]

[GROUP][Miscellaneous Tasks][Sysprep Generalize with OOBE disabled][%COLOR2% * Use this option with caution]
[COMMANDQ][ECHO. This will generalize the CURRENT windows installation and disable OOBE.][CMD][IA]
[CONFIRM][ ][ ]
[CONFIRM][ ][ ]
[COMMAND]["%WINDIR%\SYSTEM32\SYSPREP\SYSPREP.EXE" /GENERALIZE /QUIT][CMD][IA]
Loading

0 comments on commit 5259de1

Please sign in to comment.