1c6f0f5f28
Update tool sources
2023-10-21 18:43:54 -07:00
4aedea65c7
Add DeviceCleanup and DDU
...
Address issue #203
2023-10-21 18:42:30 -07:00
b20b612315
Update LibreOffice version
2023-09-18 11:30:21 -07:00
7c16d13f65
Generate test maps at runtime in ddrescue-tui
2023-07-09 13:58:59 -07:00
a78a077bdf
Set max idle cutoff to 70* C
...
Addresses issue #204
2023-07-05 15:51:50 -07:00
f8fc38a78b
Disable highlighting new apps in OpenShell
2023-07-03 20:31:46 -07:00
895d8d2f0a
Disable Bing search desktop widget
2023-07-03 20:25:23 -07:00
9a7fdba3f9
Add warning if cooldown temp is too high vs idle
...
Addresses issue #204
2023-07-03 20:15:03 -07:00
f9a6850c1a
Split CPU & Cooling tests into separate functions
...
Addresses issue #204
2023-07-02 15:10:22 -07:00
86203a4b86
Use slots for all dataclasses
...
The minimum Python version was bumped to 3.10 so this is now safe.
2023-06-29 13:48:34 -06:00
9689dcfeab
Update source URLs
2023-06-25 04:10:08 -07:00
3ff61e9948
Add winget import support
2023-06-25 02:22:04 -07:00
dfcc717048
Open both Microsoft Store and Windows updates
...
Addresses issue #216
2023-06-24 19:35:12 -07:00
fc2b90a2c0
Raise CPU_CRITICAL_TEMP to 100*C
2023-05-29 17:48:24 -07:00
2cce572acf
Drop OrderedDict usage in favor of standard dicts
...
Python 3.7+ guarantees insertion order is preserved and we (currently)
require 3.10+
2023-05-29 17:25:48 -07:00
ba3bf480f7
BREAKING Add wk/ui/tui.py
2023-04-09 15:59:34 -07:00
7c66eb5e99
Allow password sign-in for MS accounts
...
Addresses issue #210
2023-03-26 23:04:45 -07:00
e00920f24a
Switch to ruff linting
2023-03-19 18:47:46 -07:00
ee1f41a1bb
Add VCRedist link
2023-02-07 16:09:33 -08:00
302ad58814
Remove /utf8 arg from FastCopy launchers
...
I seems that the FastCopy docs are outdated?
2023-01-02 13:22:07 -08:00
c235926930
Remove Linux Minimal build
...
- Merge archiso profiles
- Merge package lists
- Merge full/minimal sections in build_linux
- Remove minimal boot entries
- Remove minimal from build-ufd config and scripts
- Update Linux README.md
Addresses #207
2022-12-17 23:07:35 -08:00
b36847fa5c
Skip elevate for Windows Updates
2022-10-23 17:47:07 -07:00
166ad3198c
Add badblocks support for drives over 16TB
2022-10-23 13:31:37 -07:00
5c6c123daa
Fix SDIO launcher when SDIO_SERVER not defined
2022-10-22 20:35:05 -07:00
a324e71ba9
Open Snappy Driver Instller Origin in AutoSetup
...
Address issue #202
2022-10-22 18:49:58 -07:00
3d90adf4b2
Add option to run SDIO from network share
2022-10-22 18:24:48 -07:00
eab7a03f70
Update launchers.py
2022-10-19 23:34:51 -07:00
591fb8e138
Skip installing Open Shell under Windows 11
2022-10-01 19:15:15 -07:00
926b32b574
Clean badblocks results to remove backspaces
2022-09-28 00:33:15 -07:00
2df0bb504f
Reorganize kit layout and update launchers
2022-09-28 00:33:15 -07:00
9f52daeec3
Reduce AutoRepair countdown
...
Addresses issue #197
2022-09-28 00:33:15 -07:00
dd59f94f85
Replace IOBit with UninstallView
2022-09-28 00:33:15 -07:00
2b42bf9a8c
Update sources
2022-09-28 00:33:14 -07:00
a86649cb29
Update main settings
2022-09-28 00:33:14 -07:00
a97a71a24a
Fix Windows 11 version reporting
2022-09-04 18:10:54 -07:00
5e1cc683fe
Disable Edge first run screen
...
Addresses issue #193
2022-07-10 15:55:25 -07:00
72640686da
Disable "Let's make Windows even better" screens
...
Addresses issue #191
2022-07-10 15:48:57 -07:00
df85d3049e
Disable Windows search highlights
...
Addresses issue #190
2022-07-10 15:42:53 -07:00
38e867d3e3
Lower default skip-size values
2022-07-09 18:52:51 -07:00
989fe9f047
Add workaround in Open Shell for S0 LOW POWER IDLE
...
If the system supports that power state Open Shell can't enter sleep
mode. The workaround removes the standard sleep option from the list
and adds a new sleep button above the shutdown button that just turns
the monitor off.
Addresses issue #719
2022-06-16 19:27:05 -07:00
b4547c3555
Remove magic numbers
2022-05-21 17:38:28 -07:00
cf7ed909b3
Remove Python 3.10 requirement
2022-05-20 17:08:10 -07:00
0ecc4d4146
Add test mode to Hardware Diagnostics
...
Addresses issue #192
2022-05-14 17:48:04 -07:00
d667695e9e
Move surface scan check to its own function
2022-04-11 14:30:42 -06:00
fc2bb07d11
Track test groups as list instead of a dict
...
By only including selected tests we can skip checking for the
enabled/disabled status. This will also simplify the process
of disabling future tests for a disk if a failure is detected.
2022-04-05 14:45:14 -06:00
172cb398ba
Convert hardware objects to dataclasses
2022-04-04 18:30:21 -06:00
8dd8701e8d
Split read phase into two parts
...
Addresses issue #184
The first read phase will skip a lot more to try to recover more data
from the whole source. Then the second read phase will fill in like
the previous configuration.
2022-03-25 18:45:28 -06:00
4817fe6d1f
Use larger --skip-size by default
2022-03-25 16:53:29 -06:00
817cfc3de7
Skip --reopen-on-error by default for all presets
2022-03-25 15:48:00 -06:00
b82493b12b
Generate new map files when starting a recovery
...
This is done to define the domain size and let us use --complete-only.
This also enables us to open ddrescueview immediately since that tool
requires a valid map file from the start. If you open an empty map
file ddrescueview doesn't auto-reload the file correctly.
Addresses #184
2022-03-08 11:55:23 -07:00