Windows Remove default APPX apps (Windows 10) List of default apps that can/should be removed. 3D Environment: Get-appxpackage -allusers *Microsoft.3dbuilder* | Remove-AppxPackage Get-appxpackage -allusers *Microsoft3DViewer* | Remove-AppxPackage Microsoft Defaults: Get-appxpackage -allusers *king.com.CandyCrushSodaSaga* | Remove-AppxPackage Get-appxpackage -allusers *Microsoft.WindowsFeedbackHub* | Remove-AppxPackage Get-appxpackage -allusers *Microsoft.ZuneMusic* | Remove-AppxPackage Get-appxpackage -allusers *Microsoft.BingNews* | Re
Windows Hardening OS (Windows 10 non-domain) Options to set: * Disabling WDigest credentials caching. More info here: https://www.stigviewer.com/stig/windows_10/2017-02-21/finding/V-71763" * Disable AutoLogin * Enable always install elevated * Check is WSUS is using HTTP over HTTPS * Stop Service: SSDP * Disable SMB version 1 * Enabled SMB version 3 * Enabled SMB signing * Blocking
Windows Set MTU value for Windows 10 Open your terminal of choice and list the interfaces available: netsh interface ipv4 show subinterfaces Looking at the list find the name of the interface you want. In my example its Ethernet0: netsh interface ipv4 set subinterface "Ethernet0" mtu=9000 store=persistent The default MTU value should usually
Windows Generate detailed battery report Elevate your permissions (CMD/PowerShell whatever)... In your chosen shell type: powercfg /batteryreport /output "C:\battery-report.html" You can then open the report in any browser you wish. There is a lot of information contained within this report so it can appear a little confusing. Alternatively access the