os:windows:ten
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
os:windows:ten [2017/05/02 08:54] – ebaer | os:windows:ten [2022/10/07 16:12] (current) – ebaer | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Windows 10 ====== | ====== Windows 10 ====== | ||
+ | //Tested on 1709// | ||
- | ===== Deactivate Telemetry and all that nifty cloud bs ===== | + | ===== Windows 10 Antispy |
- | + | Without alternative: | |
- | [[https:// | + | [[https:// |
===== Uninstall Apps ===== | ===== Uninstall Apps ===== | ||
- | + | Currently the best:\\ | |
- | + | [[https:// | |
- | < | + | |
- | # Allinone.. will probably crash powershell, but also remove most apps: | + | |
- | Get-AppxPackage -allusers | | Remove-AppxPackage | + | |
- | + | ||
- | # Uninstallable Apps: | + | |
- | Get-AppxPackage -allusers *3dbuilder* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *windowsalarms* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *windowscalculator* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *windowscommunicationsapps* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *windowscamera* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *officehub* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *skypeapp* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *getstarted* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *zunemusic* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *windowsmaps* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *solitairecollection* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *bingfinance* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *zunevideo* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *bingnews* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *onenote* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *people* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *windowsphone* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *photos* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *windowsstore* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *bingsports* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *soundrecorder* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *bingweather* | Remove-AppxPackage | + | |
- | Get-AppxPackage -allusers *xboxapp* | Remove-AppxPackage | + | |
- | </code> | + | |
==== Remove " | ==== Remove " | ||
//Edge, Xbox-whatever// | //Edge, Xbox-whatever// | ||
- | | + | |
- | < | + | |
Windows Registry Editor Version 5.00 | Windows Registry Editor Version 5.00 | ||
Line 67: | Line 38: | ||
" | " | ||
</ | </ | ||
+ | - Take ownerships of " | ||
+ | - -> delete :-) | ||
- | * Take ownerships of "C:\Windows\SystemApps\whatever" | + | ===== Disable Defender ===== |
- | | + | |
+ | < | ||
+ | Set-MpPreference -DisableRealtimeMonitoring $true | ||
+ | Set-MpPreference -ExclusionPath | ||
+ | Set-MpPreference -SevereThreatDefaultAction NoAction|Allow | ||
+ | Set-MpPreference -HighThreatDefaultAction NoAction|Allow | ||
+ | Set-MpPreference -LowThreatDefaultAction NoAction|Allow | ||
+ | Set-MpPreference -ModerateThreatDefaultAction NoAction|Allow | ||
+ | -DisableIntrusionPreventionSystem | ||
+ | -DisableArchiveScanning | ||
+ | -DisableBehaviorMonitoring | ||
+ | -DisableRemovableDriveScanning | ||
+ | </code> | ||
+ | |||
+ | |||
+ | ===== Chocolatery ===== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | < | ||
+ | choco install git python notepadplusplus mingw windbg ghidra radare2 freefilesync x64dbg.portable 7zip chromium wireshark docker-desktop HxD | ||
+ | |||
+ | </ | ||
+ | |||
+ | ===== WSL ===== | ||
+ | |||
+ | < | ||
+ | Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux | ||
+ | |||
+ | </ | ||
os/windows/ten.1493708065.txt.gz · Last modified: 2017/05/02 08:54 by ebaer