Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herxayah/tweak-findings
Stuff i found out abt Tweaking Windows. May include fixes for ur problems
https://github.com/herxayah/tweak-findings
tweak tweaking tweaks windows windows-10 windows-11 windows10
Last synced: 2 months ago
JSON representation
Stuff i found out abt Tweaking Windows. May include fixes for ur problems
- Host: GitHub
- URL: https://github.com/herxayah/tweak-findings
- Owner: HerXayah
- Created: 2021-10-31T17:36:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T07:37:36.000Z (over 2 years ago)
- Last Synced: 2024-05-29T17:38:31.484Z (7 months ago)
- Topics: tweak, tweaking, tweaks, windows, windows-10, windows-11, windows10
- Homepage:
- Size: 39.1 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tweak-findings
Stuff i found out abt Tweaking Windows. May include fixes for ur problems### Intro
So you've ran some Windows Script from the Internet or even from trusted Stuff and now stuff you like to do doesnt work anymore?\
Well heres some of my finding to WHY stuff doesnt work anymore.## Cant change Profile Picture anymore.
Well. Thats easy to fix.\
``Task Scheduler -> Microsoft -> Windows -> Shell -> Enable CreateObjectTask``## Cannot get Store to download some Apps?
`Task Scheduler -> Microsoft -> Windows -> Subscription -> Enable Both Entries if disabled`
## Welp. cant Install and use WSL
`Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Mup -> Turn it on`
Then LxssManager Should work again
## Auto Regedit Backup is busted.
`Task Scheduler -> Microsoft -> Windows -> Regedit -> Enable Entry if disabled`
## I cant defrag anymore
`Start Defrag Service -> Open Cmd as Admin -> chkdsk *drive*: /f /r -> N -> Y -> Restart`
## I cant see the Internet Icon anymore
`CMD as Admin -> sc config "RmSvc" start=manual`
## Create new Recovery Partition
Download Windows ISO and unpack it to a folder.\
`Open CMD as Admin -> md c:\test -> dism /mount-image /imagefile:E:\UserFolders\Desktop\meow\sources\install.wim /index:1 /mountdir:C:\test\ /readonly`\
then\
`Go to C:\test\Windows\System32\Recovery -> copy the winRe.wim -> C:\Windows\System32\Recovery -> paste`\
and at last\
`reagentc /setreimage /path C:\windows\system32\recovery -> dism /unmount-image /mountdir:C:\test\ /discard -> reagentc /enable`## Other Store Fix
Download ``https://www.tweaking.com/content/page/windows_repair_all_in_one.html``\
Select Portable and open it.\
In the Program itself, select Repairs and continue.\
Then Select all repairs and deselect them.\
After that select \
```1. Register System Files, 2. Repair Firewall, 3. Repair Hosts File, 4. Repair Network, 5. Repair Proxy Settings, 6. Repair App Store (Complete Reset), 7. Window Component Storage```.\
After that give it some time, reboot and it should work again.## Fix Windows 11 Action Center.
```1. Go to Services -> Enable CDPSvc```
## AMD Chipset Driver crashes after opening?
Option 1: ```Create New User -> Open the Exe and install it there.```.\
Option 2: ```Create New User -> Download AMD Cleanup Utility -> Reboot into safemode -> download Windows Uninstall Troubleshooter -> Uninstall everything AMD -> Run AMD Cleanup and reboot -> Download Driver and open CMD as Admin -> Input: START /WAIT *Admin Driver exe* /S -> Enter and Wait.```## 0x80072EE7 in Windows Store
Open Regedit >> ```Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache``` and set ``Start`` to 2### Rant Section
## my FUCKING SUBSYSTEM WONT WORK BUT I HAVE ALL FUCKING FEATURES INSTALLED
```1. Im facing this atm. So basically. Fucking. Enable. No-Page Exection back on your Motherboard if u have it disabled...```\
```2. Also enable any Virtual Device Things in Device Manager and set the Server Service to Startup Manual aswell as any HyperV Services```