Commit graph

1966 commits

Author SHA1 Message Date
639a338cca
Initial Python layout
* Going to use docopt for argument handling
* Script will be run as user using sudo where needed
* Tentatively dropping tmux usage
2019-04-07 19:03:56 -07:00
a22e6f552f
Start build-ufd rewrite in python 2019-04-07 19:01:03 -07:00
414e3e2128
v1.8.0
Main Kit
* Hide Cortana search bar but keep icon during New System Setup
* Disable more parts of Tips & Tricks
* Detect and update browsers in Install SW Bundle
* Include more steps from Windows 10 fresh start in New System Setup
* Adjust Windows Update settings during System Checklist and New System Setup
* Restart Explorer after adjusting settings to show them immediately
* Show warning if Python can't be run and how to fix it
* Added prompt to run Post-d7II as a reminder
* Snappy Driver Installer Origin is now opened during the System Checklist
* Internet Explorer is no longer configured by the scripts
* Better error handling when disabling Windows Updates during d7II
* PowerShell is replaced by CMD in the Win+X menu in new setups and checklist
* Fixed WizTree extraction
* Fixed issues #46, #50, #57, #59, #60, & #65
* Fixed GitHub issues #91, #93, & #97
* Various other bug fixes

Linux
* Major upgrades to Hardware Diagnostics
  * Prime95 testing will auto-abort if a specified thermal limit is reached
  * NVMe / SMART is rechecked after all disk tests have been performed
    * This more acurately report data if other tests run into an error
  * Added maximum NVMe / SMART values
    * Attributes will not fail disks if the value is above the maximum value
  * Improved SMART short self-test support
  * Support running badblocks on disks over 4TB
  * osTicket improvements
    * Adjusted post formatting for consistency
    * Added retry connection option
    * Include filesystem type in volume reports
    * Show ticket ID and name during testing
    * Include ticket ID and name in osTicket posts
* Show estimated completion time in ddrescue-tui
* Added ldmtool to support reading MS Dynamic volumes
* Fexed issues 45, 49, 51, 53, 54, 55, 56, 58, & 61
* Fixed GitHub issues #58, #88, #89, #90, #92, #94, #95, #96, #99, & #100
* Various other bug fixes

Misc
* Improved build-ufd script
  * Find and copy WinPE files case-insensitively
  * Better logging
* Moved script settings to separate files
  * For easier configuration
* Fixed issue #47
2019-04-03 13:47:44 -07:00
6a7ef8ebcb
Merge remote-tracking branch 'upstream/dev' into dev 2019-04-02 16:37:09 -07:00
e089dd99a3
Avoid crash when no disks are connected
* It was attempting to recheck the NVMe/SMART data for the fake N/A lines
2019-04-02 16:29:09 -07:00
ff7cd410f9
New theme 2019-03-30 10:16:01 -07:00
e147dbc6d2
Merge remote-tracking branch 'upstream/dev' into dev 2019-03-30 09:49:15 -07:00
52e3e24a3a
Updated build-ufd 2019-03-30 09:48:48 -07:00
d6de2c5b65
Merge remote-tracking branch 'upstream/dev' into dev 2019-03-30 09:47:56 -07:00
c5364a65a2
Avoid copying the wrong files from WinPE
* if w_en_us was empty it would copy the contents from $(pwd)
2019-03-30 09:45:36 -07:00
0b31fa271d
Expand build-ufd log 2019-03-30 09:38:13 -07:00
c9c1007eaa
Merge remote-tracking branch 'upstream/dev' into dev
* Fixes issue #61
2019-03-20 15:49:35 -06:00
c022d3f9c6
Set ddrescue-tui EToC refresh rate in settings 2019-03-20 15:48:01 -06:00
28cea9697e
Moved ddrescue-tui EToC code to its own function
* Limited refresh rate to every 5 seconds
2019-03-20 15:45:27 -06:00
fa05c93bf8
Added EToC line to ddrescue-tui side-pane
* Is not shown in main menu
2019-03-20 15:21:19 -06:00
c96ffc5f59
Added overall status line to ddrescue-tui 2019-03-20 13:16:09 -06:00
679a0329cc
Merge remote-tracking branch 'upstream/dev' into dev 2019-03-20 12:59:25 -06:00
95338f1df7
Add encoding to run_program and popen_program 2019-03-20 12:57:56 -06:00
df1706a8bf
Disabled speedtest in d7II mode, moved to Post-d7
* Also updated post_d7.py to use 2-space indentation
2019-03-19 20:49:32 -06:00
a4f57787e7
Merge remote-tracking branch 'upstream/dev' into dev 2019-03-19 20:46:48 -06:00
877db91cb6
Extended Windows build list 2019-03-19 20:45:37 -06:00
26199cf271
Detect and update browsers in Install SW Bundle
* Fixes issue #65
2019-03-19 20:31:00 -06:00
1e21b1bd59
Match formatting when enabling Windows Updates 2019-03-19 20:24:42 -06:00
3f96a31e1e
Fixed opening Snappy Driver Installer Origin
* Set working dir so the config file is read
* Pipe output to prevent flooding the screen with debug data
2019-03-19 19:03:16 -06:00
569810c3ca
Merge remote-tracking branch 'upstream/dev' into dev
Fixes issue #57
2019-03-19 14:20:31 -06:00
723f1ad4ad
Fixed WizTree extraction 2019-03-19 14:16:39 -06:00
089cdba4f9
Updated sources 2019-03-19 14:16:16 -06:00
f98c106080
Bugfix: Extremely minor formatting issue 2019-03-17 21:30:25 -06:00
6d7a5e1eae
Updated system_checklist_hw.py 2019-03-17 21:25:04 -06:00
2218c03172
Merge remote-tracking branch 'upstream/dev' into dev 2019-03-17 21:08:29 -06:00
f73a1f8191
Open SDI Origin in New System Checklist
* Addresses issue #60
2019-03-17 21:02:42 -06:00
1fbdb2b5e2
Replace PowerShell with CMD in Win+X menu
* Addresses issue #60
2019-03-17 20:54:59 -06:00
48c0cf0b1b
Adjusted Explorer settings 2019-03-17 20:43:19 -06:00
6876d1c0ef
Fixed dict collision in Explorer settings
* Also updated section descriptions
* Addresses issue #60
2019-03-17 20:40:25 -06:00
4cb14c6429
Restart Explorer after configuring
* Allows changes to be seen without restarting manually
2019-03-17 20:23:25 -06:00
b84d4eb6b8
Bugfix: typo 2019-03-17 20:22:50 -06:00
1235269da0
Bugfix 2019-03-17 20:17:00 -06:00
89a09a322e
Add prompt to run Post-d7II script
* Best I can do for issue #52
2019-03-17 20:08:01 -06:00
ead4715c38
Also skip IE in reset_browsers and user_checklist
* More fixes for issue #59
2019-03-17 18:37:03 -06:00
2bde723c43
Skip Internet Explorer setup in new_system_setup()
* Fixes issue #59
2019-03-17 18:29:41 -06:00
a7926e58a4
Set wuauserv startup to manual when enabling
* This is the default in at Windows 10
* Fixes issue #46
2019-03-17 18:25:01 -06:00
2e679dbf5e
Download stand alone Windows update installers
* Fixes issue #91 (again)
2019-03-17 18:11:36 -06:00
84deb49beb
Explicitly set colors to properly reset errorlevel 2019-03-16 23:03:13 -06:00
ec74b06282
Verify Python can be run before launching script
* Fixes issue #91
2019-03-16 23:02:44 -06:00
f39bb8191e
Merge remote-tracking branch 'upstream/dev' into dev 2019-03-16 19:01:42 -06:00
e590547e3c
Show more details when disabling/enabling updates
* Fixes issue #46
2019-03-16 18:53:55 -06:00
f9b35b9a3d
Fixed dict collision
* Fixes issue #97
2019-03-16 18:14:31 -06:00
c5b4446133
Configure Windows Updates during checklist/setup
* Sets readiness branch to non-targeted semi-annual
* Defers feature upgrades for 60 days
* Fixes issue #93
2019-03-16 18:11:19 -06:00
86f81f2720
Prevent updating OVERRIDE to CS 2019-03-16 15:11:42 -06:00
5aeeb41995
Prevent updating OVERRIDE to PASS 2019-03-16 15:09:35 -06:00