more winutil website update and new features (#4030)

* updated theme to the latest version

* Update en.yaml

* removed all the order from the docs

* add the store link

* update homepage

* add filename and line number to all the code blocks and also removed pages

* auto pull the code from the json files

* Merge branch 'main' into winutil-new-features

* the script updated linenostart=

* Delete LaptopHibernation.md
This commit is contained in:
Sean (ANGRYxScotsman)
2026-02-12 20:33:11 +00:00
committed by GitHub
parent 9d841687e3
commit 9b03b94435
94 changed files with 1046 additions and 963 deletions

View File

@@ -2,13 +2,12 @@
title: "Disable Location Tracking"
description: ""
---
```json
"WPFTweaksLocation": {
```json {filename="config/tweaks.json",linenos=inline,linenostart=133}
"WPFTweaksLocation": {
"Content": "Disable Location Tracking",
"Description": "Disables Location Tracking...DUH!",
"category": "Essential Tweaks",
"panel": "1",
"Order": "a005_",
"registry": [
{
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\CapabilityAccessManager\\ConsentStore\\location",
@@ -42,6 +41,7 @@ description: ""
```
## Registry Changes
Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place.
You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry).