Archives
-
2025
- June
-
May
-
Clean Windows 10/11 setup/installer .xml - iso
05/17/25
Generate autounattend.xml files for Windows 10/11
https://schneegans.de/windows/unattend-generator/
-
How to check if Microsoft Recall (Windows 11 ver. 24H2) is enabled?
05/16/25
How to check if Microsoft (Windows 11 ver. 24H2)is enabled?
cmd (Command Prompt) as Administrator
Check Status: Dism /Online /Get-Featureinfo /Featurename:Recall
Disable: Dism /Online /Disable-Feature /Featurename:Recall
Enable: Dism /Online /Enable-Feature /Featurename: -
Set an .exe to run in High Priority.
05/15/25
To avoid manually adjusting the process priority to "high" each time, here's how you can automate it:
Method 1: Batch File
1. Open Notepad.
2. Enter the following command: `start /high "program.exe"` (Replace `"program.exe"` with the ac
-
Clean Windows 10/11 setup/installer .xml - iso
- 2021
- 2020
- 2019
- 2017
- 2016
- 2015
- 2013
- 2012
- 2011
- 2010
- 2009
- 2008
- 2007