Disassembler
f830a46fa9
v3.3, 2018-10-22, Tweak exclusion support added
...
- Add option to remove tweaks from selection (see advanced usage)
- Add "Enable Dark Theme" (thx @DaniloNC)
- Update DisableActivityHistory to disable CDP user service
- Minor description updates in comments
2018-10-22 17:38:55 +02:00
Disassembler
c511b60739
Add "Enable Dark Theme", closes #150 (thx @DaniloNC)
2018-10-10 08:25:36 +02:00
Disassembler
27157fef8f
v3.2, 2018-10-08, Server 2019 support added
...
- Add "Hide Windows Defender SysTray icon" (thx @sippi90)
- Revert DisableSharedExperiences to safer non-GPO variant
- Update DisableAppSuggestions to hide suggestions in settings
- Update DisableAppSuggestions to purge and reload tile cache
- Update UnpinStartMenuTiles to reload tile cache
- Update EnableStorageSense to set only the necessary values
- Update documentation and comments to announce Server 2019 support
2018-10-08 22:05:19 +02:00
Disassembler
3a0ff06a81
Add "Hide Windows Defender SysTray icon", salvaged from #146 (thx @sippi90)
2018-10-08 16:44:02 +02:00
Disassembler
a7d1b3b3b1
v3.1, 2018-10-04
...
- Add "Disable Restore Points"
- Add "Disable Automatic Boot Recovery"
- Add "Disable Recovery and Factory Reset"
- Add "Disable NTFS Last Acccess time stamps" (thx @r3incarnat0r)
- Add "Enable Defender Application Guard" (thx @sippi90)
- Add "Uninstall PowerShell 2.0" (thx @sippi90)
- Add "Install .NET Framework 2.0, 3.0 and 3.5 runtimes"
- Add "Enable navigation pane expanding to current folder" (thx arobasse2)
- Add "Disable Aero Shake" (thx arobasse2)
- Add "Disable adding '- shortcut' to shortcut name" (thx arobasse2)
- Add "Disable automatic reboot on crash" (thx arobasse2)
- Add "Disable blocking of downloaded files" (thx arobasse2)
- Add "Hide 'Include in library' context menu item" (thx arobasse2)
- Add "Hide 'Share' and 'Give access to' context menu items" (thx arobasse2)
- Update SetP2PUpdate* to use GPO (thx @sippi90)
- Update Enable/DisableHibernation to run powercfg (thx @r3incarnat0r)
- Update ShowTaskManagerDetails to not get stuck (thx @r3incarnat0r)
- Update EnableDefender for 1809
- Update UninstallMsftBloat for 1809 (thx @sippi90)
- Update UnpinStartMenuTiles for 1809
- Update CtrldFolderAccess to suppress warnings when Defender is disabled
- Fix copy paste error in EnableSharingWizard (thx @sippi90)
- Bunch of minor comment changes, code style alignments, reorganizations, clarifications and nitpicks
2018-10-04 21:15:22 +02:00
Disassembler
03d47362e0
Add "Hide 'Share' and 'Give access to' context menu items" (thx arobasse2)
2018-10-04 20:52:10 +02:00
Disassembler
f53ec4001a
Add "Hide 'Include in library' context menu item" (thx arobasse2)
2018-10-04 20:48:33 +02:00
Disassembler
ccb7fa1b77
Add "Disable blocking of downloaded files" (thx arobasse2)
2018-10-04 20:42:53 +02:00
Disassembler
af751acb7f
Add "Disable automatic reboot on crash" (thx arobasse2)
2018-10-04 20:42:47 +02:00
Disassembler
b0de075d46
Add "Disable adding '- shortcut' to shortcut name" (thx arobasse2)
2018-10-04 20:42:15 +02:00
Disassembler
f2b628048c
Add "Disable Aero Shake" (thx arobasse2)
2018-10-04 14:02:00 +02:00
Disassembler
7feaf667a8
Add "Enable navigation pane expanding to current folder" (thx arobasse2)
2018-10-04 14:01:36 +02:00
Disassembler
a9c9bbb6f0
Move HideAccountProtectionWarn to have Defender tweaks together
...
No functional change
2018-10-04 12:59:21 +02:00
Disassembler
37b19b942a
Add "Install .NET Framework 2.0, 3.0 and 3.5 runtimes"
2018-10-03 17:41:34 +02:00
Disassembler
f64365bdcb
Add UninstallPowerShellV2, picked from and closes #141 (thx @sippi90)
2018-10-03 17:24:13 +02:00
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
r3incarnat0r
e2646d13e4
Add DisableNTFSLastAccess ( #136 )
2018-09-28 21:28:19 +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
Disassembler
a68bb170a4
Reorganize order of defender and boot tweaks (no functional changes).
2018-09-27 10:22:56 +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
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
191e820100
Add "Disable NCSI active test", reimplements and closes #111
2018-08-23 23:25:05 +02:00
Disassembler
4c81d1cff2
Add "HideQuickAccess", closes #113 (thx @driscollw)
2018-08-23 16:00:41 +02:00
r3incarnat0r
fb91d9df66
Add sound scheme related tweaks ( #109 )
...
Add sound scheme related tweaks
2018-08-23 14:45:36 +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
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
f3b74a6504
Fix newlines in the default preset and rename bat to cmd, related to #85
2018-04-26 09:46:14 +02:00
Disassembler
603f5a74fe
Split "ShowTaskbarTitles" to add type choice, closes #78 (thx @sztanpet)
2018-04-15 10:14:21 +02:00
Disassembler
b5eb8e42c1
Update "ShowTaskbarSearch*" to add type choice, reimplements #55 (thx @Letouane)
2018-04-15 10:14:12 +02:00
Disassembler
94b8a92278
Update "SetControlPanel*" to add icon size choice
...
Also set them per-user and don't trigger antimalware
2018-04-15 10:14:04 +02:00
Disassembler
d4fe0001a9
Comment "DisableHomeGroups" as they were removed in 1803
2018-04-14 10:55:28 +02:00
Disassembler
2c79e6fb1f
Add "Enable Core Isolation Memory Integrity"
2018-04-14 10:54:58 +02:00
Disassembler
bf97bb5f7b
Add "Disable LLMNR"
2018-04-14 10:19:38 +02:00
Disassembler
39ff492b70
Move "DisableTailoredExperiences" to separate tweak and use GPO
2018-04-14 10:18:09 +02:00
Disassembler
9f755fab3d
Add "DisableSMBServer", closes #65 (thx @Phenix66)
2018-04-14 10:00:08 +02:00
Disassembler
eb82e5b855
Remove "DisableAutoLogger" as it was never useful
2018-04-14 10:00:00 +02:00
Disassembler
749150e9e2
Slim down "SetP2PUpdateLocal" and comment from default preset
2018-04-14 09:59:46 +02:00
Disassembler
12b6cef3d1
Add "DisableActivityHistory"
2018-04-14 09:59:27 +02:00
Disassembler
657d353cab
Merge "DisableLockScreenSpotlight" into "DisableAppSuggestions"
2018-04-14 09:59:17 +02:00
Disassembler
9332fd4e7b
Remove the test preset + move the default preset one level up
2018-04-14 09:57:15 +02:00