Credits to @TheOnlyAnil-@Firelord[^stackoverflow]
-
Requirements: a) stock recovery + rooted phone b) custom recovery
-
Files changed:
| Windows Registry Editor Version 5.00 | |
| ; Speed up Windows Explorer by disabling automatic folder type discovery (for example photos view in folders with photos) [Applied per user] | |
| [-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags] | |
| [-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagsMRU] | |
| [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell] | |
| "FolderType"="NotSpecified" | |
| ; Not sure if the above was working as expected. Use this instead: https://lesferch.github.io/WinSetView/ | |
| ; Fix Windows 11 BSOD so that it shows the error code, disable auto reboot and ensure that minidumps and logs are made |
| // ==UserScript== | |
| // @name M365 Copilot for Work Incident Preventer | |
| // @namespace https://gist.github.com/niikoo | |
| // @match https://m365.cloud.microsoft/chat* | |
| // @grant none | |
| // @version 1.2 | |
| // @author niikoo | |
| // @icon https://icons.duckduckgo.com/ip2/m365.cloud.microsoft.ico | |
| // @description Prevent accidentally navigating away from a M365 Copilot for Work chat | |
| // @supportURL https://gist.github.com/niikoo/00120afe78f25d0e1f8a1f1e952c4648 |
| // ==UserScript== | |
| // @name Fix CyberChef field width | |
| // @namespace https://gist.github.com/niikoo | |
| // @version 2025-01-22 | |
| // @description CyberCheft ingredient fields have a small width by default. | |
| // @author niikoo | |
| // @match https://gchq.github.io/CyberChef/ | |
| // @icon https://gchq.github.io/CyberChef/assets/aecc661b69309290f600.ico | |
| // @grant none | |
| // @supportURL https://gist.github.com/niikoo/75a0b72b058d6035f9a56e6b7a0ea106 |
| // ==UserScript== | |
| // @name Prevent clicking search results in "Skattelisten". | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.4.0 | |
| // @author niikoo | |
| // @match https://tjenester.skatteetaten.no/personsok | |
| // @match https://skatt.skatteetaten.no/web/skattelistesoek* | |
| // @grant none | |
| // @downloadURL https://gist.github.com/niikoo/5948a7d0a2d1bee2f0cfc1321ee6e7d9/raw/skattelisten.clickdrop.user.js | |
| // @updateURL https://gist.github.com/niikoo/5948a7d0a2d1bee2f0cfc1321ee6e7d9/raw/skattelisten.clickdrop.user.js |
You may want to use AdGuard's DNS over HTTPS[^1] service if you
| settings put global settings_provider_model false | |
| settings put secure sysui_qs_tiles “wifi,cell,$(settings get secure sysui_qs_tiles)” |
While I can do this with the hypervisor running, the result is that Virtual PC / Virtual Server run quite slowly. An easy fix for this is to create a second boot entry for my system that starts Windows without starting the hypervisor.
To do this you need to open an administrative PowerShell and run:
bcdedit /copy "{current}" /d "Windows 11 - no Hyper-V"
This copies your currently active boot entry (assuming that this is the one you want to copy) and gives the new copy an appropriate description.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>A simple clock</title> | |
| </head> | |
| <body translate="no" > |
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig] | |
| "BypassTPMCheck"=dword:00000001 | |
| "BypassSecureBootCheck"=dword:00000001 |