309 Commits

Author SHA1 Message Date
Disassembler
2c741b2c40 Add EnableDefenderAppGuard, picked from #141 (thx @sippi90) 2018-10-03 16:45:14 +02:00
Disassembler
5f452a171a Unify comment style, fix preset tabstop. No functional changes. 2018-10-03 16:43:48 +02:00
Disassembler
8ff24e54f1 Update EnableDefender for 1809 2018-10-03 16:16:25 +02:00
Disassembler
aa4d3d58a4 Add regions for better code overview, picked from #141 (thx @sippi90) 2018-10-03 15:19:10 +02:00
Disassembler
a7f2b7b7c5 Add 1807 / RS5 into Windows builds overview 2018-10-03 15:15:11 +02:00
sippi90
c747faa96a Improvements from vscode's PSScriptAnalyzer (#139) 2018-10-02 21:36:11 +02:00
r3incarnat0r
bce7bbc109 Update Hibernation ad Task Manager tweaks (#137) 2018-09-29 07:38:24 +02:00
r3incarnat0r
e2646d13e4 Add DisableNTFSLastAccess (#136) 2018-09-28 21:28:19 +02:00
Disassembler
c5c107c59f Use GPO for SetP2PUpdate* - reimplements #135 (thx @sippi90) 2018-09-27 14:56:40 +02:00
Disassembler
2c235573c5 Add a note to DisableRestorePoints about WinServer 2018-09-27 12:59:22 +02:00
Disassembler
113055beaa Add DisableBootRecovery and DisableRecoveryAndReset, closes #131 2018-09-27 12:29:35 +02:00
Disassembler
22c2c047f1 Add DisableRestorePoints, related to #131 2018-09-27 11:36:00 +02:00
sippi90
a670106295 Fix copy paste error in EnableSharingWizard (#134)
SharingWizardOn must be deleted and not PersistBrowsers
2018-09-27 10:40:26 +02:00
Disassembler
a68bb170a4 Reorganize order of defender and boot tweaks (no functional changes). 2018-09-27 10:22:56 +02:00
r3incarnat0r
5fae7389e1 Minor changes (#133)
- shortened Default.cmd
- prevented annoying homegroup errors for 1803+ (counterpart for enabling not touched, cuz it's good to see the errors in this case imo)
2018-09-18 14:06:57 +02:00
Disassembler
1e977ab95f v3.0, 2018-09-15, BYOT - Bring your own tweaks
- Split execution logic from tweak library and add support for custom tweaks
 - Check "Advanced usage" chapter in README
3.0
2018-09-15 18:37:28 +02:00
r3incarnat0r
1acc37a099 Add Explorer and Start Menu tweaks (#129)
1) EnableFldrSeparateProcess / DisableFldrSeparateProcess
2) EnableRestoreFldrWindows / DisableRestoreFldrWindows
3)  DisableSharingWizard / EnableSharingWizard
4) HideRecentlyAddedApps / ShowRecentlyAddedApps
5) HideRecentJumplists / ShowRecentJumplists
2018-09-10 15:26:29 +02:00
Disassembler
3b8fc957c1 v2.21, 2018-08-27
- Improve UninstallOneDrive in multi-user environment (thx @chiva)
 - Improve SetTaskbarCombine* on multi-monitor setups (thx @kroimon)
 - Improve DisableTelemetry to not block certain updates (thx @T4CC)
 - *BREAKING* Split DisableThumbsDB into DisableThumbnailCache and DisableThumbsDBOnNetwork (thx @r3incarnat0r)
 - Add DisableWebLangList (thx @agsimmons)
 - Add "Show/Hide item selection checkboxes" (thx @Tikus)
 - Add "Uninstall Windows Fax and Scan Services" (thx @kroimon)
 - Add sound scheme related tweaks (thx @r3incarnat0r)
 - Add "HideQuickAccess" (thx @driscollw)
 - Add "Disable NCSI active test" (thx @antipatico)
 - Add "Hide Account Protection warning"
 - Add "Disable Edge desktop shortcut creation"
 - Add more keys to DisableAppSuggestion
 - Add more checks for DisableWiFiSense
 - Update "ShowTrayIcons" to use GPO (thx @driscollw)
 - Update SetP2PUpdate* tweaks to support current builds
 - Remove more and more bloatware
 - Fix typo in Enable/DisableHibernation
 - Update and clarify bunch of comments
2.21
2018-08-27 14:48:35 +02:00
Disassembler
d19e243a05 Add more Msft + Xbox packages to uninstall 2018-08-25 08:26:03 +02:00
Disassembler
c540b0e7ed Add remark to "UninstallFaxAndScan" 2018-08-25 08:21:44 +02:00
Disassembler
191e820100 Add "Disable NCSI active test", reimplements and closes #111 2018-08-23 23:25:05 +02:00
Disassembler
66953faeb6 Disable even more suggestions 2018-08-23 18:54:28 +02:00
Disassembler
70aee80559 Update SetP2PUpdate* tweaks, closes #116 (thx @Dvorak-Stepan) 2018-08-23 17:55:06 +02:00
Disassembler
8dfe56cf2e Update "ShowTrayIcons" to use GPO, closes #114 (thx @driscollw) 2018-08-23 16:01:18 +02:00
Disassembler
4c81d1cff2 Add "HideQuickAccess", closes #113 (thx @driscollw) 2018-08-23 16:00:41 +02:00
Disassembler
9e6c3d6ed4 Remove old "Show most used apps" from DisableAppSuggestions, closes #110 2018-08-23 15:31:59 +02:00
Disassembler
33d4a18633 Remove even more bloatware, related to #101 2018-08-23 14:51:50 +02:00
r3incarnat0r
fb91d9df66 Add sound scheme related tweaks (#109)
Add sound scheme related tweaks
2018-08-23 14:45:36 +02:00
Disassembler
80e9c04861 Fix typo in Enable/DisableHibernation, closes #123 2018-07-26 12:38:31 +02:00
Disassembler
22fb376831 Add more checks for Enable/DisableWiFiSense, fixes #122 2018-07-25 22:30:33 +02:00
Disassembler
3c9d6ea092 Fix forgotten rename, closes #105 2018-05-24 08:25:56 +02:00
kroimon
ab4e763fc1 Add "Uninstall Windows Fax and Scan Services" (#103) 2018-05-23 17:46:41 +02:00
kroimon
ae9998fd4a Use absolute paths in Default.cmd file (#104) 2018-05-23 17:34:30 +02:00
Disassembler
7c869b377c Update EnableMeltdownCompatFlag note, closes #98 (thx @Zero3) 2018-05-14 20:14:36 +02:00
Tikus
7313970f86 Added option to show/hide checkboxes next to items in explorer (#97) 2018-05-14 13:50:40 +02:00
Disassembler
c5cb2556a8 Add "Disable Edge desktop shortcut creation" 2018-05-09 09:26:47 +02:00
Andrew Simmons
d354c414b6 Add DisableWebLangList, enhance DisableAppSuggestions (#90) 2018-05-09 09:12:21 +02:00
r3incarnat0r
44bb2b92dd Split DisableThumbsDB (#95), closes #85 2018-05-09 08:55:37 +02:00
Disassembler
ca8c6c6859 Add "Hide Account Protection warning" 2018-05-09 08:49:24 +02:00
Disassembler
1f1412f68d Add FAQ about GPO effects, closes #84 2018-05-05 17:06:42 +02:00
Disassembler
e3af426cb5 Update RS4 build info 2018-05-04 11:20:07 +02:00
Disassembler
fee2f345e9 Update "DisableTelemetry" to disallow build previews, closes #92 (thx @T4CC) 2018-05-04 11:15:48 +02:00
kroimon
f8727c682c Set taskbar buttons combination modes for multi-monitor setups. (#91) 2018-05-01 22:00:06 +02:00
Andrew Simmons
29a22a253c Add Lenovo AppxPackage bloatware (#89) 2018-05-01 19:54:07 +02:00
Disassembler
7e39e3966f Fix a typo in comment, closes #88 2018-04-30 11:45:09 +02:00
Disassembler
f3b74a6504 Fix newlines in the default preset and rename bat to cmd, related to #85 2018-04-26 09:46:14 +02:00
Santiago Reig
b6205f65fc Remove prompt when stopping OneDrive service (#82) 2018-04-18 12:24:07 +02:00
Disassembler
c4a3e1a5c1 v2.20, 2018-04-15 - RS4 (1803) ready
Lots of changes, few of them BREAKING, hence the bigger version bump.
 - Add "DisableActivityHistory"
 - Add "DisableSMBServer" (thx @Phenix66)
 - Add "Disable LLMNR"
 - Add "Enable Core Isolation Memory Integrity"
 - Add more bloatware for removal (thx @jnslmk and @agsimmons)
 - Update "UnpinStartMenuTiles" for 1803 (thx @sippi90)
 - Update "Disable Web Search" for 1803
 - Update "Disable Location Tracking" for 1803
 - Update "DisableAppSuggestions" to remove ads from Task View
 - *BREAKING* Update "ShowTaskbarSearch*" to add type choice (thx @Letouane)
 - *BREAKING* Split "ShowTaskbarTitles" to add type choice (thx @sztanpet)
 - *BREAKING* Update "SetControlPanel*" to add icon size choice
 - Update "DisableSmartScreen" to use GPO
 - Update "DisableFeedback" to use GPO
 - Update "DisableAdvertisingID" to use GPO
 - Update "DisableSharedExperiences" to use GPO
 - Update "DisableAdobeFlash" to use GPO
 - Update "DisableUpdateDriver" to use GPO and set more keys
 - Move "DisableTailoredExperiences" to separate tweak and use GPO
 - Update "UninstallInternetExplorer" to support also x86
 - Update "InstallLinuxSubsystem" compatibility with old OS builds
 - Update "DisableDefender" compatibility with old OS builds
 - Update "DisableXboxFeatures" compatibility with old OS builds
 - Update "SetP2PUpdateLocal" and comment from default preset
 - Comment "DisableHomeGroups" removed in 1803
 - *BREAKING* Merge "DisableLockScreenSpotlight" into "DisableAppSuggestions"
 - *BREAKING* Remove "DisableAutoLogger" as it was never useful
 - Remove test files as they seemed to be confusing
 - Few other minor improvements
 - Documentation update
2.20
2018-04-15 13:29:35 +02:00
Disassembler
43f70e46a6 Update README.md into mini-wiki 2018-04-15 12:54:37 +02:00
Disassembler
603f5a74fe Split "ShowTaskbarTitles" to add type choice, closes #78 (thx @sztanpet) 2018-04-15 10:14:21 +02:00