Lack of Potatoes
  • Home
  • Archive
  • Vultr Affiliate ($10 on Sign up)
Subscribe
Tagged

Security

A collection of 2 posts

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-AppxPackageMicrosoft 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* | Remove-AppxPackage Get-appxpackage -allusers *Microsoft.MixedReality.Portal* | Remove-AppxPackage Get-appxpackage -allusers

  • Simon
Simon Oct 27, 2021 • 1 min read
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 AutoLoginEnable always install elevatedCheck is WSUS is using HTTP over HTTPSStop Service: SSDPDisable SMB version 1Enabled SMB version 3Enabled SMB signingBlocking list of common ports to prevent reverse shellsEnable

  • Simon
Simon Oct 27, 2021 • 1 min read
Lack of Potatoes © 2022
Powered by Ghost