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
9cad5419d8
Simplified osTicket post formatting
2019-03-14 01:04:14 -06:00
4aa50a044a
Adjusted osTicket post formatting
2019-03-14 00:37:55 -06:00
d447e694b2
Set NVMe/SMART test to FAIL if safety check fails
...
* Fixes issues #49
2019-03-14 00:22:11 -06:00
8835fb486d
Include ticket ID and name in osTicket posts
...
* Fixes issue #58
2019-03-13 23:01:32 -06:00
c73bf2521c
Include ticket ID and name in top pane
...
* Only if ticket ID and name are set
* Expands on fix for issue #58
2019-03-13 22:49:07 -06:00
4c3fe1d66f
Avoid crash if connection to osTicket fails
2019-03-13 22:26:42 -06:00
b6ecf348d4
Merge remote-tracking branch 'upstream/dev' into dev
2019-03-13 21:00:25 -06:00
809f338cd2
Use new NVMe/SMART report layout in osTicket posts
...
* Fixes issue #45
2019-03-13 20:57:14 -06:00
e0c3716e08
Avoid crash if fstype is None
...
* Set fstype to 'UNKNOWN FS' if it's an empty string or None
* Ensure all v_data values are strings before replacing text
* Fixes issue #53 (again)
2019-03-13 20:55:18 -06:00
62e78cdc2c
Skip uploading I/O Graphs if the test is disabled
2019-03-13 20:52:01 -06:00
70b8d2536a
Missed a functions/json.py import
2019-03-13 20:39:47 -06:00
34ef0bfae6
Fail test on SMART self-test timeout
2019-03-13 20:22:28 -06:00
b268385e0b
Merge remote-tracking branch 'upstream/dev' into dev
2019-03-13 19:04:01 -06:00
648787913e
Fixed issues importing settings files
2019-03-13 19:02:35 -06:00
75df9777b3
Removed extraneous whitespace
2019-03-12 22:49:25 -06:00
c45c1c9225
Merge remote-tracking branch 'upstream/dev' into dev
...
* Fixes issues #54 & #55
2019-03-12 22:45:43 -06:00
122bbfb157
Added debug mode for HW Diagnostics
...
* Uses alternative major exception
* Saves State, CpuObj, and DiskObj data after traceback
* Uploads the whole LogDir folder (compressed) instead of just the main log
2019-03-12 21:24:06 -06:00
7381547b27
Added functions.json
...
* Uses safer method to get JSON data from a command
* Replaced nearly all uses of json.loads with new get_json_from_command()
* Fixes issue #100
2019-03-12 16:08:21 -06:00
480222c1f2
Adjusted variable name usage for consistency
2019-03-12 15:13:16 -06:00
3fa6521c51
Only enable WinPE boot entries if necessary
...
* Addresses issue #94
2019-03-11 22:31:56 -06:00
459f95394a
Allow building UFD with only the Linux ISO
...
* Addresses issue #94
2019-03-11 22:27:07 -06:00
22b1452168
Find WinPE sources case-insensitively
...
* Allows non-WK WinPE builds to be used
* Addresses issue #94
2019-03-11 22:24:11 -06:00