-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Wikel
committed
Jan 19, 2018
0 parents
commit d5b0e8d
Showing
267 changed files
with
1,365 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "Files"] | ||
path = Files | ||
url = https://github.com/HBCD/Files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@if not exist "%TEMP%\HBCD\3DPChip.exe" 7z.exe x -o"%TEMP%\HBCD" -y Files\3DPChip.7z | ||
@start "" /D"%TEMP%\HBCD" "3DPChip.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@if not exist "%TEMP%\HBCD\7zFM.exe" 7z.exe x -o"%TEMP%\HBCD" -y Files\7Zip.7z© /y 7z.* "%TEMP%\HBCD">nul | ||
@start "" /D"%TEMP%\HBCD" "7zFM.exe" |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\ATFCleaner.7z | ||
@start "" /D"%TEMP%\HBCD" "ATF-Cleaner.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
@echo off | ||
pushd "%~dp0" | ||
if exist "%TEMP%\HBCD\DiskDirector.exe" goto c | ||
if exist ..\Dos\ADDS.7z goto a | ||
if exist ..\Boot\dos.img 7z.exe x -o"%TEMP%\HBCD" -y ..\Boot\dos.img ADDS.7z | ||
if exist "%TEMP%\HBCD\ADDS.7z" 7z.exe x -o"%TEMP%\HBCD" -y "%TEMP%\HBCD\ADDS.7z"&goto d | ||
title Acronis DiskDirector | ||
echo This commercial application is not included in the package | ||
echo Use HBCDCustomizer.exe and add HBCD\Dos\ADDS.7z | ||
pause>nul | ||
exit | ||
:a | ||
7z.exe x -o"%TEMP%\HBCD" -y ..\Dos\ADDS.7z | ||
:d | ||
if not exist "%TEMP%\HBCD\snapapi.dll" 7z.exe e -o"%TEMP%\HBCD" -y Files\SeagateDiscWizard.7z snapapi.dll | ||
if "%COMPUTERNAME:~0,6%"=="MiniXP" goto z | ||
echo Sorry but this only works from Mini Windows Xp | ||
pause>nul | ||
exit | ||
:b | ||
echo ADDS.7z does not contain DiskDirector.exe, Register.reg | ||
pause>nul | ||
exit | ||
:z | ||
rem 7zip xp.wim\i386\system32\drivers\snapman.sys | ||
rem sc create snapman type= kernel start= boot binpath= "system32\drivers\snapman.sys" | ||
rem sc start snapman | ||
if not exist "%TEMP%\HBCD\diskdirector.exe" goto b | ||
if not exist "%TEMP%\HBCD\parter.exe" ren "%TEMP%\HBCD\adds.exe" parter.exe | ||
REG IMPORT "%TEMP%\HBCD\Register.reg" | ||
:c | ||
start "" /D"%TEMP%\HBCD" "DiskDirector.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%SYSTEMROOT%" -y Files\Tools.7z TempFileCleaner.cmd | ||
@start "" /D"%SYSTEMROOT%" "TempFileCleaner.cmd" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd AlternateStreamView.* | ||
@start "" /D"%TEMP%\HBCD" "AlternateStreamView.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD\IPScanner" -y -phbcd Files\AngryIPScanner.7z | ||
@start "" /D"%TEMP%\HBCD\IPScanner" "ipscan.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
@echo off | ||
pushd "%~dp0" | ||
if exist "%TEMP%\HBCD\Atlantis.exe" goto z | ||
7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd RunAsDate.* | ||
7z.exe x -o"%TEMP%\HBCD" -y Files\Atlantis.7z | ||
set ATLR=[\Software\Rising Sun Solutions, Inc.\Atlantis.1_x\ | ||
( | ||
echo %ATLR%Internal] | ||
echo AdviseAtStartUp=0 | ||
echo %ATLR%LoadSave] | ||
echo ReloadDocs=0 | ||
REM echo %ATLR%RegInfo] | ||
REM echo RegCode=XXXXXXXXXXXXX | ||
REM echo RegTo=Shareware | ||
)>"%TEMP%\HBCD\Atlantis.ini" | ||
:z | ||
start "" /D"%TEMP%\HBCD" "RunAsDate.exe" 01\01\2011 00:00:00 "%TEMP%\HBCD\Atlantis.exe" /lsi /ssi %* | ||
exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\AutoMountDrives.7z | ||
@if %showdh%!==! start "" /D"%TEMP%\HBCD" "AutoMountDrives.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\Sysinternals.7z Autoruns.exe | ||
@REG ADD HKCU\Software\Sysinternals\Autoruns /v EulaAccepted /t REG_DWORD /d 1 /f | ||
@start "" /D"%TEMP%\HBCD" "autoruns.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\Sysinternals.7z Autologon.exe | ||
@REG ADD HKCU\Software\Sysinternals\Autologon /v EulaAccepted /t REG_DWORD /d 1 /f | ||
@start "" /D"%TEMP%\HBCD" "Autologon.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@setlocal enableextensions | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD\Avira" -y Files\AviraAntiVir.7z | ||
@copy /y 7z.* "%TEMP%\HBCD\Avira">nul | ||
@if not exist %SystemRoot%\System32\msvcr90.dll 7z.exe x -o"%TEMP%\HBCD\Avira" -y Files\DLL.7z ms*90.dll | ||
@start "" /D"%TEMP%\HBCD\Avira" "AviraScan.cmd" %~dp0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\BIOSMasterPasswordGenerator.7z | ||
@start "" /D"%TEMP%\HBCD" "hero.html" | ||
@start "" /D"%TEMP%\HBCD" "biosmasterpw.cmd" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\Tools.7z bst* | ||
@start "" /D"%TEMP%\HBCD" "bst5.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@pushd "%~dp0" | ||
@if "%COMPUTERNAME:~0,6%"=="MiniXP" start "" /wait hwpnp.exe -all +ACPI\ACPI#$s=@Battery /p /u | ||
@7z.exe x -o"%TEMP%\HBCD\BattStat" -y Files\BattStat.7z | ||
@start "" /D"%TEMP%\HBCD\BattStat" "BattStat.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\BellaVista.7z | ||
@start "" /D"%TEMP%\HBCD" "BellaVista.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd BlueScreenView.* | ||
@start "" /D"%TEMP%\HBCD" "BlueScreenView.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\BootIce.7z | ||
@start "" /D"%TEMP%\HBCD" "BootIce.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@pushd "%~dp0" | ||
@7z.exe e -o"%TEMP%\HBCD" -y Files\WinNTSetup.7z BootSect.exe | ||
@cd /d "%TEMP%\HBCD" | ||
@BootSect.exe /help>BootSect.txt | ||
@start "" "%TEMP%\HBCD\BootSect.txt" | ||
@cmd /k "%TEMP%\HBCD\BootSect.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@if not exist "%TEMP%\HBCD\BrowsingHistoryView.exe" 7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd BrowsingHistoryView.* | ||
@start "" /D"%TEMP%\HBCD" "BrowsingHistoryView.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@if not exist "%TEMP%\HBCD\Bulk Rename Utility.exe" 7z.exe x -o"%TEMP%\HBCD" -y Files\BulkRenameUtility.7z | ||
@start "" /D"%TEMP%\HBCD" "Bulk Rename Utility.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd BulletsPassView.* | ||
@start "" /D"%TEMP%\HBCD" "BulletsPassView.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\Piriform.7z c* w* | ||
@start "" /D"%TEMP%\HBCD" "CCleaner.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\cpuz.7z | ||
@start "" /D"%TEMP%\HBCD" "cpuz.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd cports.* | ||
@start "" /D"%TEMP%\HBCD" "cports.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\Calcute.7z | ||
@start "" /D"%TEMP%\HBCD" "Calcute.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@echo off | ||
echo list vol|diskpart|find /i /v "diskpart"|find /v "Corporation"|find /v "On computer" | ||
echo. | ||
:a | ||
For %%I IN (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO for /f "tokens=4,6*" %%k in ('vol %%I: 2^>nul^|find "drive"') do echo %%k - %%l %%m | ||
set drv=C | ||
set /p drv=Enter a Drive Letter Only ( Example. C ): | ||
chkdsk.exe %drv%: /f /x | ||
goto a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@setlocal enableextensions | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD\ClamWin" -y Files\ClamWin.7z | ||
@copy /y 7z.* "%TEMP%\HBCD\ClamWin">nul | ||
@start "" /B /D"%TEMP%\HBCD\ClamWin" "StartCW.cmd" %~dp0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\Cleanup.7z | ||
@start "" /D"%TEMP%\HBCD" "Cleanup.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@if not exist "%TEMP%\HBCD\ClearLock.exe" 7z.exe x -o"%TEMP%\HBCD" -y Files\ClearLock.7z | ||
@start "" /D"%TEMP%\HBCD" "ClearLock.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\CloneDisk.7z | ||
@start "" /D"%TEMP%\HBCD" "CloneDisk.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\CloneSpy.7z | ||
@start "" /D"%TEMP%\HBCD" "CloneSpy.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@pushd "%~dp0" | ||
@title ComboFix | ||
@if "%COMPUTERNAME:~0,6%"=="MiniXP" echo This program does not work from MiniXP&echo You can run it from your installed Windows XP/Vista/7 (try from Safe Mode)&pause | ||
@copy /y ComboFix.exe "%temp%\explorer.exe" | ||
@CD /D "%temp%" | ||
@START "" "%temp%\explorer.exe" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\CompleteInternetRepair.7z | ||
@start "" /D"%TEMP%\HBCD" "CIntRep.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd conadvpass.* | ||
@start "" /D"%TEMP%\HBCD" "conadvpass.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\CopyWipeW.7z | ||
@start "" /D"%TEMP%\HBCD" "CopyWipeW.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@pushd "%~dp0" | ||
@if not exist "%TEMP%\HBCD\DiskInfo.exe" 7z.exe x -o"%TEMP%\HBCD" -y Files\CrystalDiskInfo.7z | ||
@if "%COMPUTERNAME:~0,6%"=="MiniXP" echo This program requires Internet Explorer so does not work from MiniXP&echo copy mshtml.tlb and mshtml.dll from xp and register the dll and try it.&pause | ||
@start "" /D"%TEMP%\HBCD" "DiskInfo.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\Tools.7z dtemp* | ||
@start "" /D"%TEMP%\HBCD" "dtemp.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\DataRescueDD.7z | ||
@start "" /D"%TEMP%\HBCD" "drdd.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\Piriform.7z d* | ||
@REG ADD HKCU\Software\Piriform\Defraggler /v UpdateCheck /t REG_DWORD /d 0 /f | ||
@start "" /D"%TEMP%\HBCD" "Defraggler.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\Tools.7z deletedr.exe | ||
@start "" /D"%TEMP%\HBCD" "deletedr.exe" | ||
@cls&echo Hint:&echo You can also use DiskGenius (from partition tools) to delete invalid files&pause>nul |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@rmdir /s /q "%TEMP%\HBCD" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\DependencyWalker.7z | ||
@start "" /D"%TEMP%\HBCD" "depends.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD\DeviceDoctor" -y Files\DeviceDoctor.7z | ||
@start "" /Min /D"%TEMP%\HBCD\DeviceDoctor" "StartDevDr.cmd" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\dialafix.7z | ||
@start "" /D"%TEMP%\HBCD" "dialafix.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd Dialupass.* | ||
@start "" /D"%TEMP%\HBCD" "Dialupass.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
@echo off | ||
pushd "%~dp0" | ||
Set _reg="HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf" | ||
REG QUERY %_reg%>NUL | ||
if errorlevel 1 goto d | ||
echo *** UNDO *** | ||
echo Enable USB Autorun | ||
echo. | ||
echo Press any key to confirm (or close this window to cancel) | ||
pause>nul | ||
REG DELETE %_reg% /f | ||
goto x | ||
:d | ||
cls | ||
echo Disable USB Autorun to Save PC from USB Viruses | ||
echo. | ||
echo Press any key to confirm (or close this window to cancel) | ||
pause>nul | ||
REG ADD %_reg% /ve /d "@SYS:DoesNotExist" /f | ||
:x | ||
echo. | ||
echo Press any key to EXIT | ||
pause>nul |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@pushd "%~dp0" | ||
@echo Disable Compress Old Files (This is useful when XP Disk Cleanup Tool Stops Responding While Compressing Old Files) | ||
@echo. | ||
@REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Compress old files" | ||
@echo Press any key to EXIT | ||
@pause>nul |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\DiskCryptor.7z | ||
@start "" /D"%TEMP%\HBCD" "dcrypt.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\DiskDigger.7z | ||
@start "" /D"%TEMP%\HBCD" "DiskDigger.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@echo off | ||
pushd "%~dp0" | ||
if exist "%TEMP%\HBCD\DiskGenius.exe" goto z | ||
7z.exe x -o"%TEMP%\HBCD" -y Files\DiskGenius.7z | ||
7z.exe x -o"%TEMP%\HBCD" -y Files\NirSoft.7z -phbcd RunAsDate.exe | ||
:z | ||
start "" /D"%TEMP%\HBCD" "RunAsDate.exe" 14\02\2005 "%TEMP%\HBCD\DiskGenius.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\Roadkil.7z DiskImage.exe | ||
@start "" /D"%TEMP%\HBCD" "DiskImage.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@echo off | ||
pushd "%~dp0" | ||
if exist ..\Dos\BiosBoot.7z goto a | ||
if exist ..\Boot\dos.img 7z.exe x -o"%TEMP%\HBCD" -y ..\Boot\dos.img BiosBoot.7z | ||
if exist "%TEMP%\HBCD\BiosBoot.7z" 7z.exe x -o"%TEMP%\HBCD" -y "%TEMP%\HBCD\BiosBoot.7z"&goto b | ||
echo File Missing: HBCD\Dos\BiosBoot.7z&pause>nul&exit | ||
:a | ||
7z.exe x -o"%TEMP%\HBCD" -y ..\Dos\BiosBoot.7z d* | ||
:b | ||
cd /d "%TEMP%\HBCD" | ||
echo.|diskman4.exe>diskman4.txt | ||
start "" "%TEMP%\HBCD\diskman4.txt" | ||
start "diskman4.exe" /D"%TEMP%\HBCD" "cmd.exe /k "%TEMP%\HBCD\diskman4.exe" | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\Roadkil.7z DskSpeed.exe | ||
@start "" /D"%TEMP%\HBCD" "DskSpeed.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\Sysinternals.7z DiskView.exe | ||
@REG ADD HKCU\Software\Sysinternals\DiskView /v EulaAccepted /t REG_DWORD /d 1 /f | ||
@start "" /D"%TEMP%\HBCD" "DiskView.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\Roadkil.7z DiskWipe.exe | ||
@start "" /D"%TEMP%\HBCD" "DiskWipe.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@echo off | ||
pushd "%~dp0" | ||
if exist "%TEMP%\HBCD\DontSleep.exe" goto a | ||
7z.exe x -o"%TEMP%\HBCD" -y Files\Tools.7z DontSleep.exe | ||
(echo [Program]&echo block_screensaver=0)>"%TEMP%\HBCD\DontSleep.ini" | ||
:a | ||
start "" /D"%TEMP%\HBCD" "DontSleep.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@pushd "%~dp0" | ||
@7z.exe x -o"%TEMP%\HBCD" -y Files\DoubleDriver.7z | ||
@start "" /D"%TEMP%\HBCD" "dd.exe" |
Oops, something went wrong.