379 Commits

Author SHA1 Message Date
Disassembler
965d033fd7 Create "Network Tweaks" group and move related tweaks 2019-09-05 17:23:00 +02:00
MoritzDa
a74666786c Add quotes in New-PSDrive commands (#259) 2019-09-05 15:10:45 +02:00
reloxx13
e75bfe9842 Add "Show seconds in taskbar functions" (#256) 2019-09-05 15:05:05 +02:00
Disassembler
58881c87f4 Reorder the new tweaks 2019-09-05 15:00:39 +02:00
Disassembler
3f09ce7b9e Add "Show Build Number On Desktop", closes #255 (thx @Cubox-) 2019-09-05 14:23:28 +02:00
Disassembler
bf69210346 Add Write-Output strings 2019-09-05 14:22:45 +02:00
Disassembler
7e52af6d42 Add "Disable Recycle Bin", closes #245 2019-09-05 14:10:06 +02:00
Disassembler
004dd6d752 Rename 2019-09-05 13:55:46 +02:00
Disassembler
30382f9b30 Return nonzero exit code when module or preset file doesn't exist, resolves #258 2019-09-05 13:32:24 +02:00
Disassembler
d8f790e6f3 Add "Disable Microphone", closes #253 2019-09-05 13:07:28 +02:00
Disassembler
81b660974c Don't remove user files if OneDrive has already been used, closes #248 2019-09-05 09:52:40 +02:00
Disassembler
1f9e9c48ff Disable Windows Ink Workspace suggestions as part of DisableAppSuggestions, closes #246 2019-09-05 08:29:11 +02:00
Disassembler
fb04190dfd Comment DisableWebSearch and add a note about breakage in 18362.329. Closes #262 2019-09-04 19:48:13 +02:00
Andy Pilate
8dbe0c49fc Unset the feature on default preset
Co-Authored-By: kroimon <github@kroimon.de>
2019-08-23 15:43:53 +02:00
Andy Pilate
6d1b6b725d Merge pull request #2 from Cubox-/patch-1
Add ShowBuildNumberOnDesktop function
2019-07-20 02:08:45 +02:00
Andy Pilate
f489347b17 Merge pull request #1 from Cubox-/patch-2
Add BuildNumberOnDesktop to Default.preset
2019-07-20 02:07:16 +02:00
Andy Pilate
26d5762d97 Add BuildNumberOnDesktop to Default.preset
Enabled by default
2019-07-20 02:05:41 +02:00
Andy Pilate
3472bde78c Add ShowBuildNumberOnDesktop function 2019-07-20 02:03:59 +02:00
Disassembler
b67cde21cc Add "Enable updates for Microsoft products via WU", closes #250 (thx @farag2) 2019-06-19 17:49:36 +02:00
Robot1me
a79832ca0d Add "EnableRecycleFiles"
Option to enforce file deletion, without moving files to recycle bin.
2019-06-07 19:54:06 +02:00
Disassembler
e488251c16 v3.7, 2019-05-31
- Add -log parameter for output logging
 - Add more bloatware for removal (thx @r3incarnat0r)
 - Add "Disable Location services" (thx @r3incarnat0r)
 - Add "Disable Sensor services" (thx @r3incarnat0r)
 - Add "Disable Biometric services" (thx @r3incarnat0r)
 - Add "Disable Camera" (thx @r3incarnat0r)
 - Add "Disable Media Sharing" (thx @r3incarnat0r)
 - Add "Show verbose startup/shutdown status messages" (thx @CruzMarcio)
 - Add "Disable First Logon Animation" (thx @mrcrutch)
 - Add "Disable Windows Update automatic downloads" (thx @pablospizzamiglio)
 - Add "Disable Lock screen Blur" (thx @sippi90)
 - Add "Show full path in Explorer title" (thx @Zweikeks)
 - Add "Show protected operating system files" (thx @Zweikeks)
 - Add "Show empty drives" (thx @Zweikeks)
 - Add "Show folder merge conflicts" (thx @Zweikeks)
 - Add "Show all folders in Explorer navigation pane" (thx @Zweikeks)
 - Add "Show coloring of encrypted or compressed NTFS files" (thx @Zweikeks)
 - Add "Disable accessibility keys prompts" (thx @r3incarnat0r)
 - Add "Disable F1 Help key" (thx @Conder000)
 - Add "Disable NetBIOS" (thx @shaunography)
 - Add "Hide Recycle Bin From Desktop" (thx @mcavallo-git)
 - Add "Show Network On Desktop" (thx @mcavallo-git)
 - Add "Enable Clipboard History" (thx @Ash258)
 - Add "Enable NTFS long paths"
 - Add "Disable Internet Connection Sharing"
 - Add "Disable Fullscreen optimizations"
 - Add "Disable nightly wake-up for Automatic Maintenance"
 - Update "EnableXboxFeatures" to disable Game mode
 - Update "Enable Remote Desktop" to leave Network Level Authentication enabled
 - Update "DisableTelemetry" to set more registry keys (thx @r3incarnat0r)
 - Update "DisableCortana" to set more registry keys (thx @r3incarnat0r)
 - Remove "DisableLocationTracking" in favor of "DisableLocation"
 - Remove "DisableStickyKeys" in favor of "DisableAccessibilityKeys"
 - Remove "DisableUpdateRestart" in favor of "DisableMaintenanceWakeUp"
3.7
2019-05-31 21:29:37 +02:00
Disassembler
3155383689 Add "Disable nightly wake-up for Automatic Maintenance", closes #240 2019-05-31 19:04:03 +02:00
Disassembler
f4c9bbab69 Simplify Disable/EnableCortana 2019-05-31 16:15:07 +02:00
r3incarnat0r
05d4790009 Disable more Telemetry, CEIP and Cortana keys (#223) 2019-05-31 16:13:02 +02:00
Disassembler
95a977a90c Merge branch 'r3incarnat0r-features', closes #210 2019-05-31 15:06:10 +02:00
Disassembler
241c2b336d Move DisableSensors to privacy tweaks, Remove old "DisableLocationTracking" 2019-05-31 15:05:46 +02:00
Disassembler
cd845fa123 Merge branch 'features' of git://github.com/r3incarnat0r/Win10-Initial-Setup-Script into r3incarnat0r-features 2019-05-31 15:03:10 +02:00
Disassembler
5335241c97 Add -log parameter for transcript output, reimplements #207 2019-05-31 13:24:17 +02:00
Disassembler
1070655187 Add "Disable Fullscreen optimizations", closes #209 2019-05-30 23:49:30 +02:00
Disassembler
7f304634d3 Add "Disable Internet Connection Sharing", closes #234 2019-05-30 22:35:30 +02:00
Disassembler
a9fa1d241b Apply coding style for Enable/DisableVerboseStatus 2019-05-30 16:55:12 +02:00
Disassembler
3ded96eeaa Reorder and add comment for Microsoft.Advertising.Xaml 2019-05-30 15:48:22 +02:00
Disassembler
5db2e9edda Add "Enable NTFS long paths", closes #233 2019-05-25 17:49:53 +02:00
Disassembler
c37015a0ad Add "Enable Clipboard History", closes #231 (thx @Ash258) 2019-05-25 17:42:49 +02:00
Disassembler
5c29297005 Add and reorder some more bloatware to uninstall, closes #211 2019-05-25 17:29:45 +02:00
Disassembler
2339aa6691 Add "Hide Recycle Bin From Desktop" + "Show Network On Desktop", reimplements #228 (thx @mcavallo-git) 2019-05-25 16:58:51 +02:00
Disassembler
1e8a668271 Fix some mess in ordering, add clarification for DEP options
(No functional changes)
2019-05-25 16:48:59 +02:00
shaunography
5bd2f62c4e Add "Disable NetBIOS" (#226) 2019-05-25 16:39:40 +02:00
Conder000
30f93c340f Add "Disable F1 Help key" (#221) 2019-05-25 16:30:49 +02:00
Disassembler
130db064bd Add "Disable accessibility keys prompts", reimplements #213 (thx @r3incarnat0r) 2019-05-25 15:09:47 +02:00
r3incarnat0r
bd02d4322c Update bloatware and subscribed content definitions (#208) 2019-05-25 14:52:28 +02:00
Zweikeks
47f8b9dede Complement explorer folder options (#206) 2019-05-25 14:37:44 +02:00
sippi90
30af458827 Add "Disable Lock screen Blur" (#204) 2019-05-25 13:40:21 +02:00
Pablo
ed35417025 Add "Disable Windows Update automatic downloads" (#203) 2019-05-25 13:33:29 +02:00
mrcrutch
14f2f2caee Add "Disable First Logon Animation" (#202) 2019-05-25 13:25:23 +02:00
CruzMarcio
0138d07863 Add verbose startup/shutdown status messages (#198) 2019-05-25 13:16:25 +02:00
Disassembler
6df419cf3f Add 1903 to Windows builds overview 2019-05-25 13:04:42 +02:00
Disassembler
ac7a141a75 Align DiagTrack and dmwappushservice service names with 1809 naming 2019-05-25 09:50:35 +02:00
Disassembler
7017a38e4e Update "Enable Remote Desktop" to leave Network Level Authentication enabled 2019-05-25 09:26:36 +02:00
Martin Hujer
e536019794 DisableSMBServer: add note regarding Docker (#217), closes #216 2019-02-23 08:44:48 +01:00