- Details
- Written by: po3dno
- Category: Windows
- Hits: 288
control /name Microsoft.IndexingOptions
- Details
- Written by: po3dno
- Category: Windows
- Hits: 266
explorer shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}
- Details
- Written by: po3dno
- Category: Windows
- Hits: 342
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -PropertyType DWord -Name RefsEnableLargeWorkingSetTrim -Value 1
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -PropertyType DWord -Name RefsNumberOfChunksToTrim -Value 32
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -PropertyType DWord -Name RefsEnableInlineTrim -Value 1
fsutil behavior set disableDeleteNotify refs 1
- Details
- Written by: po3dno
- Category: Windows
- Hits: 360
If Windows 11 setup is stuck due to lack of network connection:
- Press Shift + F10 to launch Command Prompt.
- Type in
OOBE\BYPASSNRO
and press Enter. - Your VM should reboot and at the setup screen you should see an option for “I don’t have internet.”
- Once Windows setup is completed, make sure to install the SPICE guest tools for network drivers.
- Details
- Written by: po3dno
- Category: Windows
- Hits: 363
If you get this message trying to install Windows 11, you can bypass it with the following steps:
- Press Shift+F10 to open Command Prompt and type in
regedit.exe
to launch Registry Editor. - Navigate to HKEY_LOCAL_MACHINE\SYSTEM\Setup
- Right click on the Setup key on the left size and choose New -> Key.
- Create a key (Раздел) named
LabConfig
- Select the LabConfig key.
- Create two new values: Choose New -> DWORD (32-bit) and create
BypassTPMCheck
andBypassSecureBootCheck
. Set both values to 1. - Close out of Registry Editor and Command Prompt.
- In setup, press the back button and then Next to continue installation.