Difference between revisions of "Windows 11"

From Indie IT Wiki
Line 27: Line 27:
  
 
== Change System Release Rollback To Sixty Days ==
 
== Change System Release Rollback To Sixty Days ==
 +
 +
=== Method One ===
  
 
Open a terminal as administrator, type the following to confirm current settings:
 
Open a terminal as administrator, type the following to confirm current settings:
Line 36: Line 38:
 
  Uninstall Windows : 10
 
  Uninstall Windows : 10
  
To change to sixty days
+
To change to sixty days in the terminal type:
 +
 
 +
DISM /Online /Set-OSUninstallWindow /Value:60
 +
 
 +
Now, after pressing enter, the returned data should show a line that reads:
 +
 
 +
Uninstall Windows : 60
 +
 
 +
=== Method Two ===
 +
 
 +
Open regedit.exe
 +
 
 +
Navigate to:
 +
 
 +
HKEY_LOCAL_MACHINE\SYSTEM\Setup
 +
 
 +
In the right-hand pane, look for "UninstallWindow" if it is not there, create New / DWORD (32-bit) Value and call it
 +
 
 +
UninstallWindow
 +
 
 +
Change value to 60 on decimal
 +
 
 +
Thanks to [https://www.youtube.com/c/Britec09 Britec Computers]

Revision as of 10:20, 11 October 2022

Change Network DNS Servers

  1. Settings
  2. Network and Internet
  3. WiFi
  4. Hardware (wifi) Properties
  5. IPv4 DNS Servers
  6. Edit (manual)
  7. Change IPv4 servers to 8.8.8.8 and 1.1.1.1
  8. Click OK

Windows 11 specs, features and computer requirements as of 2021-10-14

Ventoy 1.0.55: bypass Windows 11 requirements check during installation

Start Menu

https://www.minitool.com/news/move-windows-11-start-menu.html

Remove Recommended

Open Settings - Select "Personalization" (left-hand column) - Click on "Start" (right-hand column) - Turn off "Show recently opened items in Start, Jump Lists, and File Explorer"

Sync Center

https://www.ubackup.com/windows-11/enable-offline-files-windows-11.html

Change System Release Rollback To Sixty Days

Method One

Open a terminal as administrator, type the following to confirm current settings:

DISM.exe /Online /Get-OSUninstallWindow

After pressing enter, the returned data should show a line that reads:

Uninstall Windows : 10

To change to sixty days in the terminal type:

DISM /Online /Set-OSUninstallWindow /Value:60

Now, after pressing enter, the returned data should show a line that reads:

Uninstall Windows : 60

Method Two

Open regedit.exe

Navigate to:

HKEY_LOCAL_MACHINE\SYSTEM\Setup

In the right-hand pane, look for "UninstallWindow" if it is not there, create New / DWORD (32-bit) Value and call it

UninstallWindow

Change value to 60 on decimal

Thanks to Britec Computers