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
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
4cb14c6429
Restart Explorer after configuring
...
* Allows changes to be seen without restarting manually
2019-03-17 20:23:25 -06:00
f39bb8191e
Merge remote-tracking branch 'upstream/dev' into dev
2019-03-16 19:01:42 -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
c45c1c9225
Merge remote-tracking branch 'upstream/dev' into dev
...
* Fixes issues #54 & #55
2019-03-12 22:45:43 -06:00
af5281626b
Moved setup settings to separate file
2019-03-05 19:36:42 -07:00
28ee4a3ed4
Merge remote-tracking branch 'upstream/dev' into dev
2019-02-28 00:18:21 -07:00
0398ea7e51
Disable Tips & Tricks (more)
2019-02-27 23:57:13 -07:00
d8ce7f36e9
Expanded registry edits
...
* Disable edge swipe
* Add This PC to Desktop
* Add User's Files to Desktop
* Launch folders as separate process
* Addresses issue #60
2019-02-27 23:55:11 -07:00
63fa4d6f80
Show Cortana as taskbar icon instead of hiding
2019-02-27 22:09:21 -07:00
8be59c2c13
Fixed comment to match code
2019-02-23 16:32:16 -07:00
4cb158b6b2
Removed duplicate docstring
2019-01-09 21:08:00 -07:00
969011f3f5
Added new_system_setup()
2019-01-09 20:55:48 -07:00
b7423ae3b5
Remove space from System Restore name
2019-01-09 19:03:52 -07:00
721a083c85
Bumped System Restore max size to 8%
...
* Per request in issue #31
2019-01-09 18:43:20 -07:00
f20d8b5af3
Enable BSoD mini dumps during system checklists
...
* Fixes issue #33
2019-01-08 22:13:51 -07:00
6068b4390a
Create Restore Point during system checklists
...
* Fixes issue #31
2019-01-08 22:05:57 -07:00
88dffd7432
Added New System Setup
...
* This is a combination of the following scripts:
* Install ESET AV
* Install SW Bundle
* User Checklist
* System Checklist
2019-01-01 21:06:08 -07:00
f3496ed795
Update 1201 sections to match upstream code
2018-12-27 23:28:33 -07:00
5a7a16588a
Merged upstream PEP8 updates
2018-12-27 22:03:14 -07:00
c96e2f252c
Cleaned up imports
2018-12-27 21:38:25 -07:00
d0c49240d8
Added extra line break after classes/functions/etc
...
* Also reordered some class/regex/static sections
2018-12-27 21:33:37 -07:00
c501c8b23f
Updated docstrings longer than 72 characters
2018-12-27 20:51:56 -07:00
a47707447c
Updated setup.py
2018-12-27 20:10:49 -07:00
7e960df2d6
Updated setup.py
2018-11-23 18:18:00 -07:00
2Shirt
742a944ace
Renamed privacy sections
2018-10-13 18:31:15 -06:00
2Shirt
26e8c93282
Adjusted RegBack sections
...
* Labeled more accurately in system checklists
* Isolated into a separate enable_regback() function
2018-10-12 16:41:51 -06:00
2Shirt
ceae05817d
Delete ESET installer after setup
2018-10-07 21:10:28 -06:00
2Shirt
b1f495dada
Updated ESET installation sections
...
* Apply user config before installation
* Disables splash screen and desktop notifications
* Call update_eset_config() in update_kit.py
* Fixed install_eset_nod32_av()
* Moved ESET launcher to Installers
2018-10-06 21:41:20 -06:00
2Shirt
2a1cc81e46
Added O&O ShutUp10
2018-10-03 20:06:41 -06:00
2Shirt
e4410b1258
Expanded Post-D7II Cleanup
...
* Fixes issue #4
2018-10-03 16:19:42 -06:00
2Shirt
904b41dbae
Disable PeopleBar and Tips and Tricks
2018-10-03 13:48:46 -06:00
2Shirt
41b4a258f6
Added System Checklist (HW)
...
* Only applies a minimal amount of changes to the system
* Fixes issue #13
2018-10-02 23:53:46 -06:00
2Shirt
80e903577e
Enable RegBack during system checklist
...
* Fixes issue #18
2018-10-02 23:40:51 -06:00
2Shirt
171eb0722f
Enable System Restore during system checklist
...
* Fixes issue #14
2018-10-02 23:35:15 -06:00
a17c83e5f3
Merge remote-tracking branch 'upstream/dev' into dev
2018-09-25 21:24:16 -06:00
a4d559f406
Removed more VCR 2008 references
2018-09-25 11:46:15 -06:00
5bb3f48d4e
Merge branch 'dev' into 1201
2018-09-17 20:40:07 -06:00
b34187b86a
Use new Firefox 62 method to install uBlock Origin
2018-09-17 20:04:47 -06:00
2301c89b8c
Add ESET NOD32 AV install sections
...
* Installs with custom config
2018-08-19 17:32:55 -07:00
2Shirt
e751696307
Avoid crash if VCR+ installers are missing
2018-05-14 08:01:09 -06:00
2Shirt
ebffd2a2dd
Added more missing file warnings
...
* Part of the fix for #27
2018-05-14 07:54:33 -06:00
2Shirt
79d2af6e0a
Fix issue #27
...
Several popen_program() calls were not inside try blocks causing full crashes
2018-05-13 18:20:42 -06:00
2Shirt
ee2bcd5aea
Refactored OS build detection
...
* Known build data moved to settings/windows_builds.py
* OS version statically set in windows_builds.py
* Added Insider Previews to recognized builds
* Shown in red due to their very short support windows
* Windows 8 and Windows 8.1 are now separate versions
* Added codenames to Vista and 7 (for fun!)
* Unrecognized builds have the CurrentBuild number in the DisplayName
2018-05-12 20:13:54 -06:00
2Shirt
3ac2d8d1d4
Bugfix: Setting Windows time should work again
...
* Was using the wrong variable name
2018-01-28 18:19:57 -07:00
2Shirt
5ea03da0a4
Converted all python scripts to LF/UNIX
2017-12-18 00:47:47 -07:00
Alan Mason
d78971019f
Bugfix: install_firefox_extensions()
2017-12-04 07:35:31 -08:00
Alan Mason
d8d105c9ae
Set core.autocrlf to false
...
* This should (hopefully) allow for tagged releases to have the correct line endings.
2017-11-23 15:24:53 -08:00