* Added OutlookAttachView
* Added PerfMonitor2
* CHKDSK
* Will use the newer repair features on Windows 8 or newer
* MailPassView & ProduKey
* Now saved in a 7-Zip encrypted archive to avoid deletion by AV
* SW Checklist / Diagnostics
* Windows 10 Blocked automatically
* (Too late but whatevs it was in testing before the cutoff)
* Bugfixes
* Activate Windows (with BIOS key)
* Wasn't extracting ProduKey before trying to run it
* SW Diagnostics
* Should now report the preview size from BleachBit correctly
11 lines
No EOL
334 B
Batchfile
11 lines
No EOL
334 B
Batchfile
@echo off
|
|
|
|
:Flags
|
|
for %%f in (%*) do (
|
|
if /i "%%f" == "/DEBUG" (@echo on)
|
|
)
|
|
|
|
:Launch
|
|
echo Waiting for software installation to finish...
|
|
call "%~dp0\..\.bin\Scripts\Launch.cmd" Program "%~dp0\..\.bin\_Drivers" "HP Support Solutions Framework.exe" "" /admin /wait
|
|
start "" "http://support.hp.com/us-en/drivers/selfservice/identify" |