515 Commits (6cac2f8db08cfd9b847fcbf97128ca8e9c6dc9ea)
 

Author SHA1 Message Date
Alex Hirsch adf52b85ed Merge pull request #124 from paulohpf/patch-4
disable memory-compression
7 years ago
mmikeww 4a10fc434e remove apps for AllUsers
As of v1709 (Fall Creator's Update), there is a new "-AllUsers" flag for Remove-AppxPackage

https://social.technet.microsoft.com/Forums/en-US/1d096aa8-924b-484a-ae92-7757e3029198/powershell-script-to-remove-apps-doesnt-work-for-all-users?forum=win10itprosetup
7 years ago
Alex Hirsch dac384e8f0 Merge pull request #130 from mmccormick2211/master
Replaced aliases with full cmdlet names, per PSScriptAnalyzer
7 years ago
Michael McCormick 25a2b58396 Replaced aliases with full cmdlet names, per PSScriptAnalyzer 7 years ago
Alex Hirsch a515872884 Merge pull request #129 from atroxes/patch-1
Remove OneDrive scheduled task
7 years ago
Martin Mørch 694cd4f7f6 Remove OneDrive scheduled task
After running 'remove-onedrive.ps1' recently, I noticed a left over OneDrive scheduled task on my system.

This should silently remove it, if it's present or not.
7 years ago
Alex Hirsch 91ee08cc63 Merge pull request #127 from Mabana2go/master
Update remove-default-apps.ps1
7 years ago
Mabana2go 5b453ddad0 Update remove-default-apps.ps1
As suggested by Rüdiger Hahn I'm adding some additional Apps to the list
7 years ago
Alex Hirsch 8d7e0bfce2 Merge pull request #126 from Mabana2go/master
Update remove-default-apps.ps1
7 years ago
Mabana2go 44d63869a5 Added Xing and Autodesk SketchBook 7 years ago
Paulo Henrique Palmeira Franco 88824a1d1a disable memory-compression
Windows 10 came with this new feature, but in some cases this may causes some crashes and slowdown the OS.
7 years ago
Alex Hirsch 10f031c177 Merge pull request #123 from nacimgoura/master
Update remove-default-apps.ps1
7 years ago
Nacim Goura 8c2acd11d2 Update remove-default-apps.ps1
remove preinstalled app with creator update
7 years ago
Alex Hirsch 9ed991fc61 Mark domains causing issues with Skype
ref #79
7 years ago
Alex Hirsch f747d90288 Merge pull request #113 from thezilion/patch-1
Update block-telemetry.ps1
7 years ago
Gabriel D'Ambrosio 2c1caa343e Update block-telemetry.ps1
Added new address telemetry ip.
7 years ago
Alex Hirsch d3bf3e3749 Fix lineendings
ref #109
8 years ago
Alex Hirsch f1f63f49a4 Add note about creators update 8 years ago
Alex Hirsch 911e15a463 Merge pull request #107 from angelsl/master
Don't silently remove OneDrive directory
8 years ago
angelsl 8719e8db23 Don't silently remove OneDrive directory 8 years ago
Alex Hirsch 55efa4fb8c Add note about PowerShell with administrator priviledges
ref #103
8 years ago
Alex Hirsch 40497d19b6 Disable new ShowSyncProviderNotifications explorer setting 8 years ago
Alex Hirsch cd67995fe5 Merge branch 'master' into pr/90/merge 8 years ago
Alex Hirsch 900fde4db2 Rephrase some parts of the README for clarity
ref #99
8 years ago
Alex Hirsch 28505a5d86 Fix Registry path for disabling Defender 8 years ago
Alex Hirsch 6281c87a69 Add newly discovered telemetry endpoint to list
close #100
8 years ago
Alex Hirsch b03c80daee Merge branch 'pull-97' 8 years ago
Alex Hirsch 78387cfcb3 Also disable Windows Defender Services 8 years ago
Miodrag Milic 7bc682f03b removed Windows Defender tray icon 8 years ago
Alex Hirsch ebc93a11c7 Fix strange dashes in install-basic-software.ps1
ref #95
8 years ago
Chirishman b459797a12 Merge cc415bdf65 into 4cac42c7bf 8 years ago
Chirishman cc415bdf65 Update install-basic-software.ps1 8 years ago
Alex Hirsch 4cac42c7bf Add note about xbox wireless adapter to known issues 8 years ago
Alex Hirsch 35d160a0e8 Add known issue about sysprep
close #87
8 years ago
Alex Hirsch 5b79b5c5bb Add option to disable game DVR 8 years ago
Chirishman b72183952e Switch to full Chocolatey, use ScheduledJob
Instead of depending on OneGet's unsupported, years out of date implementation, use that only to get the up-to-date version of Chocolatey.

Schedule daily update to run as a PSScheduled Job, enforce that it should run elevated and let the implicit credentials used when executing the script authorize the job where the previous script threw an error if there was no local user with the explicitly configured name of "admin".

This method requires PS 5.0 and up but since this script is for Windows 10 that is not a concern.
8 years ago
Alex Hirsch 1b36c653cf Merge pull request #89 from kyedavey/suggested-apps
Prevent "Suggested Applications" returning
8 years ago
Kye Davey f8439e861a Prevent "Suggested Applications" returning
Addition of Registry key to disable "Suggested Applications". This wont remove existing suggested applications, however it will prevent new suggestions and the return of removed suggestions.
8 years ago
Alex Hirsch b37b04e76a Merge pull request #88 from kyedavey/master
Update remove-default-apps.ps1
8 years ago
Kye Davey fdca29a3d2 Update remove-default-apps.ps1
Addition of Caesars Slots game to Non-Microsoft apps for removal
8 years ago
Alex Hirsch d14cc2e5bd Merge pull request #84 from kyedavey/master
Update remove-default-apps.ps1
8 years ago
kyedavey 51e0b75607 Update remove-default-apps.ps1
Added Facebook and RoyalRevolt2 to non-Microsoft Apps
8 years ago
Alex Hirsch 1632f361d5 Merge pull request #83 from DSacks91/Typo
Fixed Typo
8 years ago
DSacks91 b177d0b642 Fixed Typo 8 years ago
Alex Hirsch ba37616216 Merge branch 'pr-feedbackhub' 8 years ago
Alex Hirsch f1fc91df5e Merge pull request #80 from paulohpf/patch-1
Update remove-default-apps.ps1
8 years ago
Paulo Henrique Palmeira Franco b1d0dcbf03 Update remove-default-apps.ps1
Microsoft.WindowsFeedbackHub came with some Microsoft Update
8 years ago
Paulo Henrique Palmeira Franco effa55eb2b Update remove-default-apps.ps1
DB6EA5DB.CyberLinkMediaSuiteEssentials came with Dell Machines
Microsoft.OneConnect came with some Microsoft Updates
8 years ago
Alex Hirsch b08e865aa9 Merge pull request #73 from DannyDaemonic/patch-1
Added Pandora to unwanted app list.
8 years ago
DannyDaemonic 49136c1e6b Added Pandora to unwanted app list. 8 years ago