User Tools

Site Tools


os:windows:ten

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
os:windows:ten [2017/05/02 08:43] ebaeros: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://www.oo-software.com/en/shutup10| "Windows 10 Antyspy" ]]+[[https://www.oo-software.com/en/shutup10]]
  
  
 ===== Uninstall Apps ===== ===== Uninstall Apps =====
 +Currently the best:\\
 +[[https://github.com/Sycnex/Windows10Debloater]]
  
 +==== Remove "System Apps" ====
 +//Edge, Xbox-whatever//
 +
 +  - Install "take ownerships"   <code>
 +Windows Registry Editor Version 5.00
 +
 +;Created by Vishal Gupta for AskVG.com
 +
 +[HKEY_CLASSES_ROOT\*\shell\runas]
 +@="Take ownership"
 +"HasLUAShield"=""
 +"NoWorkingDirectory"=""
 +
 +[HKEY_CLASSES_ROOT\*\shell\runas\command]
 +@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
 +"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
 +
 +[HKEY_CLASSES_ROOT\Directory\shell\runas]
 +@="Take ownership"
 +"HasLUAShield"=""
 +"NoWorkingDirectory"=""
 +
 +[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
 +@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
 +"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
 +</code>
 +  - Take ownerships of "C:\Windows\SystemApps\whatever"
 +  - -> delete :-)
 +
 +===== Disable Defender =====
  
 <code> <code>
-# Allinone.. will probably crash powershellbut also remove most apps+Set-MpPreference -DisableRealtimeMonitoring $true 
-Get-AppxPackage -allusers | | Remove-AppxPackage+Set-MpPreference -ExclusionPath "C:\temp""d:\Share" 
 +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://chocolatey.org/install]] 
 + 
 +<code> 
 +choco install git python notepadplusplus mingw windbg ghidra radare2 freefilesync x64dbg.portable 7zip chromium wireshark docker-desktop HxD
  
-# 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> </code>
 +
 +===== WSL =====
 +
 +<code>
 +Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 
 +
 +</code>
 +
os/windows/ten.1493707419.txt.gz · Last modified: 2017/05/02 08:43 by ebaer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki