Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision |
| windows [2025/08/04 14:21] – created protocol | windows [2026/06/19 08:57] (current) – protocol |
|---|
| pkgmgr /iu:”TelnetClient” | pkgmgr /iu:”TelnetClient” |
| |
| | <code> |
| |
| | Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters\Interfaces\{*interface-UUID*}\ProfileNameServer |
| | |
| | where {*interface-UUID*} is a unique ID that is assigned to the different interfaces on the local machine. ProfileNameServer is a REG_SZ string that contains a space-separated list of IP addresses of the nameservers to use. This appears to override the DhcpNameServer string, which is of the same format. |
| | |
| | I cleared the ProfileNameServer string and the interface in question used what was in DhcpNameServer instead, which solved my issue. |
| | |
| | |
| | HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinlogonModify or create these four String (REG_SZ) values:AutoAdminLogon: 1DefaultUserName: YourLocalUsernameDefaultPassword: YourPasswordDefaultDomainName: YourComputerNameHow to Find Your Computer NamePress Win + X and select System.Look for Device name.Use that exact name for DefaultDomainName. |
| | |
| | |
| | how to permanently disable windows 11 upgrade nag screen +2 To permanently stop Microsoft from forcing the Windows 11 upgrade on your current Windows 10 system, you can lock your device to your current version using the Registry Editor.For a step-by-step guide to doing this safely:Press the Windows Key + R to open the Run dialog.Type regedit and press Enter.Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate.If you don't see the WindowsUpdate folder, right-click the Windows folder, select New > Key, and name it WindowsUpdate.Right-click inside the empty space on the right, select New > DWORD (32-bit) Value, and name it TargetReleaseVersion. Double-click it and set the Value data to 1.Right-click in the empty space again, select New > String Value, and name it ProductVersion. Double-click it and set the Value data to Windows 10.Finally, right-click and create another String Value named TargetReleaseVersionInfo. Double-click it and set the Value data to your current version (e.g., 22H2). |
| | |
| | </code> |