• Stars
    star
    295
  • Rank 140,902 (Top 3 %)
  • Language
    PowerShell
  • Created over 11 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

💎 tweaks & fixes for windows 10 - mostly powershell

💎 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

  • Disable Telemetry
  • Disable Problem Steps Recorder
  • Disable Application Impact Telemetry
  • Disable Customer Experience Improvement Program
  • Disable Unwanted Scheduled Tasks
  • Disable Unwanted Services
  • Disable SMB1 Protocol
  • Disable Windows Store Restrictions
  • Set Windows Update Settings Using Group Policy
  • Remove Unwanted Apps
  • Remove Sponsored Apps (eg: spotify, facebook, disney+)
  • Remove Cortana
  • Remove Microsoft OneDrive
  • Remove Microsoft Edge Browser
  • Download & Install Firefox Using Powershell
  • Automate Firewall Rules Using IP Blocklists
  • Automate Hosts Blocking Using DNS Blocklists

21H2

  • System Apps now have uninstall options
  • Includes stable Microsoft Edge
  • Windows Hello Face
  • Windows Meet Now

21H2 apps added to cleanup-windows script

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

More Repositories

1

torjail

🔒 download, verify & run torbrowser in a sandbox
Shell
15
star
2

blackwidow_macro

🐧 enable macro keys on Razer BlackWidow keyboards
C
12
star
3

w10_gaming

🎮 Windows 10 New Install Tweaks for Gaming
PowerShell
9
star
4

c710

💻 acer chromebook c7 c710 linux using coreboot
7
star
5

unsplash-nextjs

📷 ⚛️ unsplash search using next.js
JavaScript
6
star
6

linux

🐧 linux scripts & dotfiles
Shell
5
star
7

equk-gatsby

⚛️ 🚀 my personal blog
TypeScript
4
star
8

dotfiles

⚙️ my Arch Linux config
Lua
4
star
9

brave-profiles

🦁 brave browser profiles on linux
Shell
3
star
10

ffox_profile_tools

🦊 linux firefox profiles with security presets & userchrome styles
CSS
3
star
11

spf_list

📪 list mailservers from spf entries
Shell
3
star
12

ffox_profiles_win

🦊 firefox profiles with security presets & userchrome styles on windows
CSS
3
star
13

nuxt-medium-zoom

🌅 use medium-zoom in nuxt.js projects
JavaScript
3
star
14

unsplash-js-search

📷 unsplash json api search using vanilla javascript
JavaScript
3
star
15

unsplash-react

📷 ⚛️ unsplash search using react.js
JavaScript
2
star
16

i5700

Scripts & Hacks for Android on the Samsung i5700
Shell
2
star
17

macos

🍏 macos sierra configs & scripts
Shell
2
star
18

gatsby-new-post-cli

📰 cli script for creating markdown posts using core nodejs (no deps)
JavaScript
2
star
19

PKGBUILD

custom PKGBUILD files for Archlinux
Vim Script
1
star
20

lastfm_feed

simple lasftm feed using php + xml
PHP
1
star
21

openwrt

my patches, scripts & packages for openwrt
Shell
1
star
22

tls-altnames

🔒 List Alternative Names From TLS For OSINT
Shell
1
star
23

equk_sensation

HTC Sensation XE running Android Lollipop
Shell
1
star
24

darkmode-react-context

Example project using React Hooks - Uses localstorage & supports prefers-color-scheme
JavaScript
1
star