All Projects → CHEF-KOCH → Regtweaks

CHEF-KOCH / Regtweaks

Licence: mpl-2.0
Registry Tweaks for Windows.

Projects that are alternatives of or similar to Regtweaks

Sharpapp
💩⭐️🚀A #app with cutting edge technology to #minimize windows-10 telemetry and #maximize privacy plus many more
Stars: ✭ 474 (-29.78%)
Mutual labels:  microsoft, windows-10, telemetry, privacy
Debotnet
🔥🚀 Debotnet is a tiny portable tool for controlling Windows 10's many privacy-related settings and keep your personal data private.
Stars: ✭ 707 (+4.74%)
Mutual labels:  microsoft, windows-10, telemetry, privacy
Windows10Tools
Tools for Windows 10
Stars: ✭ 45 (-93.33%)
Mutual labels:  registry, tweaks, windows-10
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 (-54.96%)
Mutual labels:  microsoft, telemetry, windows-10
Winslap
Swiftly configure a fresh Windows 10 installation with useful tweaks and antispy settings.
Stars: ✭ 175 (-74.07%)
Mutual labels:  tweaks, telemetry, privacy
Windows 10 Hardening
Windows 10 hardening guide without gimmicks
Stars: ✭ 102 (-84.89%)
Mutual labels:  windows-10, tweaks, privacy
Privatezilla
👀👮🐢🔥Performs a privacy & security check of Windows 10
Stars: ✭ 1,045 (+54.81%)
Mutual labels:  windows-10, telemetry, privacy
ISOKIT
Windows 10 Professional - Full Strip & Lockdown Edition
Stars: ✭ 35 (-94.81%)
Mutual labels:  microsoft, registry, windows-10
Optimizer
Make Windows faster and more secure
Stars: ✭ 489 (-27.56%)
Mutual labels:  windows-10, tweaks, privacy
redmine preview office
Plugin for Redmine. Preview Microsoft Office Documents in Redmine's preview pane
Stars: ✭ 27 (-96%)
Mutual labels:  microsoft, office
Sophia-Script-for-Windows
⚡ The most powerful PowerShell module on GitHub for Windows 10 & Windows 11 fine-tuning and tweaking
Stars: ✭ 4,311 (+538.67%)
Mutual labels:  tweaks, windows-10
Awesome
💻 🎉 An awesome & curated list of best applications and tools for Windows.
Stars: ✭ 17,587 (+2505.48%)
Mutual labels:  microsoft, windows-10
windows-Credential-Provider-library
This repository will be updated with all the examples and links that I can find with relevant knowledge & information about CP in MS Windows vista up to version 10.
Stars: ✭ 122 (-81.93%)
Mutual labels:  microsoft, windows-10
Windows 10 Sophia Script
⚡ The most powerful PowerShell module on GitHub for Windows 10 & Windows 11 fine-tuning and tweaking
Stars: ✭ 4,133 (+512.3%)
Mutual labels:  tweaks, windows-10
Windows.10.DNS.Block.List
Windows DNS Block List
Stars: ✭ 18 (-97.33%)
Mutual labels:  telemetry, windows-10
Awesome Privacy
A curated list of services and alternatives that respect your privacy because PRIVACY MATTERS.
Stars: ✭ 303 (-55.11%)
Mutual labels:  microsoft, privacy
Wu10man
Enable/Disable Windows 10 Automatic Updates
Stars: ✭ 316 (-53.19%)
Mutual labels:  registry, windows-10
MS-Office-Electron
A Microsoft Office Online Desktop Client made with Electron. Free of Cost.
Stars: ✭ 45 (-93.33%)
Mutual labels:  microsoft, office
Awesome Wsl
Awesome list dedicated to Windows Subsystem for Linux
Stars: ✭ 3,544 (+425.04%)
Mutual labels:  microsoft, windows-10
Nupdate
A comfortable update solution for .NET-applications.
Stars: ✭ 394 (-41.63%)
Mutual labels:  registry, microsoft

Regtweaks Collection files original created under the Mozilla Public License 2.0 license 2015 - present by CHEF-KOCH. Some tweaks are taken from the Internet but most tweaks are found by myself.

Current Status: Over 900+ tweaks

Matrix Twitter Follow Discord

Before you use any tweak(s) ensure you read the comment(s) inside the .reg (labeled with ;) to see what it really changes. Of course a backup/snapshot could also help in case something goes wrong. Remember: Shit happens!

Project Goal(s)

  1. All of the tweaks could be integrated into image creations tools (NTLite, WinToolKit,..) to simplify things, especially if you like to re-install Windows from the ground without need to apply each tweak one by one.
  2. Show hidden things that aren't visible via GUI under Windows. Sometimes it's easier/faster to do this via .reg instead of search for the toggles.
  3. Another goal is that the user doesn't need additional tools like O&O ShutUp, because some of such 'privacy' tools are bundled with bloatware and are not necessary, because all can already be done with scripts and .reg tweak - So overall an Index/Backup script to read the current state is more transparent (see 1/2).
  4. Provide a short overview of current Windows issue and how to quickly solve them.
  5. Fix everything listed under ToDo.

RegTweaks is free, but powered by your support

There are many reoccurring costs involved with maintaining free, open source and privacy respecting programs. As you probably know, developing quality applications takes much time and resources. Your sponsoring will make it possible to release the GUI.

Any problems, questions or something wrong?

  • Feel free to open an issue ticket and I will look at it asap. - Pull requests or ideas are always welcome!
  • Please do not use the issue tracker to ask for xyz tweaks, I not waste my time with that until there is a very good reasons to do so. If you found something that wasn't added here contact me and I will add it.
  • Windows 7 - 8 support is limited, I simply don't have time to check every OS and I personally won't support it anymore because my philosophy is to use the latest OS due security reasons.

Find hidden registry settings yourself

To answer the question how do I find all those registry tweaks, it's very easy and explained with pictures and an example video, which you can find over here.

Reboot myth

There are several myths and misinformation about how the Windows Registry actually work, one of them is that you need to reboot. There are several methods in order to apply registry changes without a reboot.

  • Kill explorer.exe and restart it
  • Log off and then log back in (recommend)

Find hidden Windows features yourself

ViVe Tool is not an official Microsoft program. Nevertheless, you can still download it from it's Github page.

Keep in mind that not all feature IDs can be found within Windows debugging symbols. Capstone is still needed in order to disassemble all hidden details.

Win 7 - 10 "Home" Group Policy Editor

The Home Editions doesn't official supporting the GPEDIT.MSC stuff, so here is how to add them back here's the link how or this.

In order to get RDP (Remote Desktop Protocol) in Home Editions simply use rdpwrap.

File Encoding

All registry (.reg) files are UTF-16 w/o BOM (also called UCS-2 LE BOM) encoded, that's what Windows uses. The line ending is CRLF. Theoretically you can use UTF-16/UTF-8 with or without BOM but some people do have some problems and that's why I decided to go with the official MS Windows standards.

Project History

  • [x] 01.02.2019 Microsoft Windows & Office FAQ added (overview of most asked questions with answers)
  • [x] 15.09.2018 Placeholder Logo added
  • [x] 04.05.2018 Mach2 will be integrated into the GUI, until then I provide links to the project and an external guide how to find hidden Windows features in Insider Builds
  • [x] 18.07.2017 GUI is done, some internal fixes before rolling out at the end of this year, some cleanups are necessary
  • [x] 13.04.2017 Second and last GUI beta test
  • [x] 26.01.2017 First beta GUI tests
  • [x] 31.05.2016 First internal GUI tests
  • [x] 01.09.2015 All tweaks are now in English.
  • [x] 25.08.2015 Added some image creation tools which are able handle the registry tweaks.
  • [x] 18.08.2015 Initial upload and first release.

ToDo

  • [x] Add Windows 'known Issue' Bug list(requested) (mid-prio)
  • [ ] Add new tweaks (high-prio)
  • [ ] Adapt or integrate Mach2 within the GUI (Work-in-Process WiP)
  • [x] Sort all tweaks maybe via .html or .js parser to easier access them with e.g. a search function (like RSW?) (main-prio) in other words: GUI Client
  • [x] Delete duplicates (high-prio)
  • [x] Remove not working ones of course this needs some testers (high-prio)
  • [x] Rename tweaks to english (some are in ger./ru.) (high-prio)
  • [ ] Fix reported problems (high-prio)
  • [x] Add on/off toggles (registry/batch files) to revert all changes in case something goes wrong

Research

Search old KB articles

Articles (Telemetry analyzed)

Find hidden tweaks and unlock them

Optional Tools and Scripts

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].