All Projects β†’ equk β†’ Windows

equk / Windows

πŸ’Ž tweaks & fixes for windows 10 - mostly powershell

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Windows

winsys
STATUS: DEVELOPMENT PAUSED ⏸️ - Configure your Windows
Stars: ✭ 56 (-66.86%)
Mutual labels:  tweaks, windows10
MediaFlyout
Windows 10+ Media Control Taskbar Flyout
Stars: ✭ 87 (-48.52%)
Mutual labels:  tweaks, windows10
Windowsspyblocker
WindowsSpyBlocker πŸ›‘οΈ is an application written in Go and delivered as a single executable to block spying and tracking on Windows systems.
Stars: ✭ 2,913 (+1623.67%)
Mutual labels:  telemetry, firewall
Windows 10 Sophia Script
⚑ The most powerful PowerShell module on GitHub for Windows 10 & Windows 11 fine-tuning and tweaking
Stars: ✭ 4,133 (+2345.56%)
Mutual labels:  tweaks, windows10
Windows.10.DNS.Block.List
Windows DNS Block List
Stars: ✭ 18 (-89.35%)
Mutual labels:  telemetry, windows10
Windows10Tools
Tools for Windows 10
Stars: ✭ 45 (-73.37%)
Mutual labels:  tweaks, windows10
Winslap
Swiftly configure a fresh Windows 10 installation with useful tweaks and antispy settings.
Stars: ✭ 175 (+3.55%)
Mutual labels:  tweaks, telemetry
Windows11-Optimization
Community repository, to improve security and performance of Windows 10 and windows 11 with tweaks, commands, scripts, registry keys, configuration, tutorials and more
Stars: ✭ 17 (-89.94%)
Mutual labels:  tweaks, windows10
Windows-Optimize-Harden-Debloat
Fully Optimize, Harden, and Debloat Windows 10 and Windows 11 Deployments to Windows Best Practices and DoD STIG/SRG Requirements. The ultimate Windows 10 & 11 security and privacy script!
Stars: ✭ 304 (+79.88%)
Mutual labels:  telemetry, windows10
Regtweaks
Registry Tweaks for Windows.
Stars: ✭ 675 (+299.41%)
Mutual labels:  tweaks, telemetry
Vpnfailsafe
IP leak prevention for OpenVPN
Stars: ✭ 130 (-23.08%)
Mutual labels:  firewall
Applicationinsights Dotnet Server
Microsoft Application Insights for .NET Web Applications
Stars: ✭ 130 (-23.08%)
Mutual labels:  telemetry
Powerswitcher
Power plan switcher for Windows 10. Heavily inspired by EarTrumpet.
Stars: ✭ 143 (-15.38%)
Mutual labels:  windows10
Prom ex
An Elixir Prometheus metrics collection library built on top of Telemetry with accompanying Grafana dashboards
Stars: ✭ 149 (-11.83%)
Mutual labels:  telemetry
Pfsense Api
The missing REST API package for pfSense
Stars: ✭ 126 (-25.44%)
Mutual labels:  firewall
Piadvanced
This started as a custom install for my pihole!
Stars: ✭ 144 (-14.79%)
Mutual labels:  firewall
Hybrid multicloud overlay
MutiCloud_Overlay demonstrates a use case of overlay over one or more clouds such as AWS, Azure, GCP, OCI, Alibaba and a vSphere private infrastructure in Hub and spoke topology, point to point topology and in a Single cloud. Overlay protocols IPv6 and IPv4 are independent of underlying infrastructure. This solution can be integrated with encryption and additional security features.
Stars: ✭ 127 (-24.85%)
Mutual labels:  firewall
Gitwebhookproxy
A proxy to let webhooks reach running services behind a firewall – [✩Star] if you're using it!
Stars: ✭ 123 (-27.22%)
Mutual labels:  firewall
Core
OPNsense GUI, API and systems backend
Stars: ✭ 1,827 (+981.07%)
Mutual labels:  firewall
Npf
NPF: packet filter with stateful inspection, NAT, IP sets, etc.
Stars: ✭ 160 (-5.33%)
Mutual labels:  firewall

πŸ’Ž Windows

Tweaks, Fixes & Information for Windows

The main activity is in the windows_10 folder

Almost all tweaks are in Powershell

🍭 Windows_10

A collection of scripts for Tweaking / Fixing Windows 10

  • [x] Disable Telemetry
  • [x] Disable Problem Steps Recorder
  • [x] Disable Application Impact Telemetry
  • [x] Disable Customer Experience Improvement Program
  • [x] Disable Unwanted Scheduled Tasks
  • [x] Disable Unwanted Services
  • [x] Disable SMB1 Protocol
  • [x] Disable Cortana
  • [x] Disable Windows Store Restrictions
  • [x] Set Windows Update Settings Using Group Policy
  • [x] Remove Unwanted Apps
  • [x] Remove Cortana
  • [x] Remove Microsoft OneDrive
  • [x] Remove Microsoft Edge Browser
  • [x] Download & Install Firefox Using Powershell
  • [x] Automate Firewall Rules Using IP Blocklists
  • [x] Automate Hosts Blocking Using DNS Blocklists

2004

Microsoft Defender

  • Detects Changes to HOSTS File
  • Potentially Unwanted App (PUA) App Blocking Protection

HOSTS file changes are detected as this is a known vector for malware.

If you make changes yourself you can simply click Allow.

PUA protection has been known to remove some apps people find useful & it can be disabled if it causes problems.

Set-MpPreference -PUAProtection 0

PUA protection may be useful so it's really down to personal preference.

Cortana

  • now renamed from Microsoft.Windows.Cortana to Microsoft.Windows.Search
  • location of files now Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy
  • rem-cortana.ps1 & rem-sysapps.ps1 updated to fix this

1909

Tweaked scripts to reduce errors with scheduled tasks & services.

1909 new install changes

  • 1909 features new app package Microsoft.Windows.StartMenuExperienceHost
  • 1909 new service autotimesvc Cellular Time

1909 New Scheduled Tasks

\Microsoft\Windows\Work Folders\               Work Folders Logon Synchroniza... Ready
\Microsoft\Windows\Work Folders\               Work Folders Maintenance Work     Ready
\Microsoft\Windows\Workplace Join\             Automatic-Device-Join             Disabled
\Microsoft\Windows\Workplace Join\             Device-Sync                       Disabled
\Microsoft\Windows\Workplace Join\             Recovery-Check                    Disabled
\Microsoft\Windows\WwanSvc\                    NotificationTask                  Ready
\Microsoft\XblGameSave\                        XblGameSaveTask                   Ready

1803 / 1809

Scripts still relevant, added new script to remove Microsoft Edge browser as it now seems to run in the background for some reason.

Microsoft also seem to have removed the GPO for disabling cortana in Software Policies.

Scripts feature ability to disable various Microsoft technologies / services which can be considered to spy or report on users of the Operating System. eg: Telemetry, Problem Steps Recorder, Application Impact Telemetry, Customer Experience Improvement Program, Geolocation, Biometric Information, Browser History ...

Cleanup folder features scripts to remove Microsoft OneDrive & move components relating to indexing of information within files (Cortana), reporting & information gathering.

Microsoft References Configure Windows telemetry in your organization

Manage connections from Windows operating system components to Microsoft services

🐚 Powershell

This folder has a few basic scripts, the most useful is check-startup which checks registry locations known to be used by malware & viruses to initiate on windows startup.

πŸ‘ Tweaks

This folder has some old tweaks I made for Windows 7 which can still be used in Windows 8.1 / 10.

net_tweaks              sets TcpAckFrequency & TCPNoDelay to 1 on all network interfaces within the system
rem_spy_updates         removes Windows 7 & 8 updates which relate to install of telemetry

Most of the scripts here are documented on my personal blog website

Contact

Website: https://equk.co.uk

Twitter: @equilibriumuk

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].