You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/windows-client/performance/application-error-explorer-shut-down.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.custom:
14
14
15
15
## Symptoms
16
16
17
-
You receive the following error message when Windows 8.1 or Windows Server 2012 R2 is shutting down:
17
+
You receive the following error message when Windows is shutting down:
18
18
19
19
> explorer.exe - Application Error
20
20
The instruction at \<memory address\> referenced memory at \<memory address\>. The memory could not be "\<read or write\>".
@@ -23,12 +23,12 @@ The instruction at \<memory address\> referenced memory at \<memory address\>. T
23
23
> [!NOTE]
24
24
> The shutdown process continues after the error message is displayed. The error doesn't harm the computer, and it can be safely ignored.
25
25
26
-
This issue occurs when you right-click the Start tip or press the Windows key+X keyboard shortcut, and then you use the **Shut down or sign out** option to shut down or restart Windows.
27
-
28
-
## Workaround
29
-
30
-
To work around this issue, use the Settings charm to shut down or restart Windows.
26
+
This issue occurs when you right-click the Start tip or press the Windows key+<kbd>X</kbd> keyboard shortcut, and then you use the **Shut down or sign out** option to shut down or restart Windows.
31
27
32
28
## Cause
33
29
34
30
This error occurs because the **Explorer.exe** process accesses memory that has already been freed during the shutdown process.
31
+
32
+
## Workaround
33
+
34
+
To work around this issue, use the Settings charm to shut down or restart Windows.
Copy file name to clipboardExpand all lines: support/windows-client/setup-upgrade-and-drivers/prevent-users-connect-usb.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.custom:
14
14
15
15
## Problem description
16
16
17
-
Assume that you want to prevent users from connecting to a USB storage device that is connected to a computer that is running Windows XP, Windows Server 2003, or Windows 2000. This article discusses two methods that you can use to do this.
17
+
Assume that you want to prevent users from connecting to a USB storage device that is connected to a computer that is running Windows. This article discusses two methods that you can use to do this.
Copy file name to clipboardExpand all lines: support/windows-client/windows-security/unified-extensible-firmware-interface-not-boot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,4 +32,4 @@ To reduce the effect of this issue, use one of the following options:
32
32
33
33
## More information
34
34
35
-
By policy, Windows 8 and Windows 8.1 require UEFI firmware to boot the operating system. UEFI provides basic services such as access to the boot device in the preboot environment. Windows Server and earlier versions of Windows client don't require UEFI mode and can boot either from traditional BIOS or from UEFI if this is supported by firmware. To enable booting these operating systems on a computer that uses UEFI, Compatibility Support Module (CSM) in UEFI provides compatibility support for traditional BIOS. Windows 7 and earlier versions of Windows require INT 10H support for boot graphics. This is provided by CSM in UEFI mode. The CSM can also be used to fully support traditional BIOS mode on a system that has UEFI firmware. These modes are known as Class 2 UEFI mode and Class 2 BIOS mode.
35
+
By policy, Windows requires UEFI firmware to boot the operating system. UEFI provides basic services such as access to the boot device in the preboot environment. Windows Server and earlier versions of Windows client don't require UEFI mode and can boot either from traditional BIOS or from UEFI if this is supported by firmware. To enable booting these operating systems on a computer that uses UEFI, Compatibility Support Module (CSM) in UEFI provides compatibility support for traditional BIOS. Earlier versions of Windows require INT 10H support for boot graphics. This is provided by CSM in UEFI mode. The CSM can also be used to fully support traditional BIOS mode on a system that has UEFI firmware. These modes are known as Class 2 UEFI mode and Class 2 BIOS mode.
Copy file name to clipboardExpand all lines: support/windows-server/networking/modify-tcp-ip-maximum-retransmission-time-out.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ By default, after the retransmission timer hits 240 seconds, it uses that value
26
26
27
27
The `TcpMaxDataRetransmissions` registry value controls the number of times that TCP retransmits an individual data segment before it aborts the connection. This value isn't configured by default, but it can be entered to change the default number of retries.
28
28
29
-
Change the following subkey in Windows 7, Windows 2008 R2, Windows 2008, Windows 2000, Windows Vista, Windows 2003, and Windows XP:
@@ -39,7 +39,7 @@ Description: This parameter controls the number of times TCP retransmits an indi
39
39
40
40
Windows provides a mechanism to control the initial retransmit time, and the retransmit time is then dynamically self-tuned. To change the initial retransmit time, modify the following registry values.
41
41
42
-
Change the following subkey in Windows 2003, Windows XP, and Windows 2000:
42
+
Change the following subkey in Windows:
43
43
44
44
`HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\ID for Adapter`
45
45
@@ -53,7 +53,7 @@ Description: This parameter controls the initial retransmission time-out that is
53
53
> [!NOTE]
54
54
> You can increase the value only for the initial time-out. Decreasing the value isn't supported.
@@ -66,7 +66,7 @@ Description: This parameter controls the initial retransmission time-out used by
66
66
67
67
For example, the value data of "5000 decimal" sets the initial retransmit time to five seconds.
68
68
69
-
The Initial RTO in Windows Server 2008 R2 and Windows 7 can be controlled by using the `netsh` command by initialRTO.
69
+
The Initial RTO in Windows can be controlled by using the `netsh` command by initialRTO.
70
70
71
71
For prerequisites and more information, see [You can't customize some TCP configurations by using the netsh command in Windows Server 2008 R2](https://support.microsoft.com/topic/you-cannot-customize-some-tcp-configurations-by-using-the-netsh-command-in-windows-server-2008-r2-c1feebea-82a8-cb05-83c7-46ffb5fd9cec).
Copy file name to clipboardExpand all lines: support/windows-server/networking/reset-tcp-ip-net-shell.md
+4-39Lines changed: 4 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,6 @@ You can try to reset TCP/IP if you have Internet connection issues. This article
18
18
19
19
To reset TCP/IP automatically, select the **Download** button. In the **File Download** dialog box, select **Run** or **Open**, and then follow the steps in the easy fix wizard.
20
20
21
-
Windows 8.1, Windows 8, Windows RT, Windows 7, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 R2
22
-
23
-
Windows Vista, Windows XP, Windows Server 2008, or Windows Server 2003
24
-
25
21
> [!NOTE]
26
22
>
27
23
> - This wizard may be in English only. However, the automatic fix also works for other language versions of Windows.
@@ -31,48 +27,17 @@ Windows Vista, Windows XP, Windows Server 2008, or Windows Server 2003
31
27
32
28
To manually reset TCP/IP, follow these steps:
33
29
34
-
### Windows 8 and Windows 8.1
35
-
36
-
1. On the **Start** screen, type **CMD**. In the search results, right-click **Command Prompt**, and then select **Run as administrator**.
30
+
1. On the **Start** screen, type **cmd**. In the search results, right-click **Command Prompt**, and then select **Run as administrator**.
37
31
2. At the command prompt, enter the following command, and then press <kbd>Enter</kbd>:
38
32
39
33
```console
40
34
netsh int ip reset c:\resetlog.txt
41
35
```
42
36
43
-
> [!NOTE]
44
-
> If you don't want to specify a directory path for the log file, run the following command instead: `netsh int ip reset`.
45
-
46
-
3. Restart the computer.
47
-
48
-
### Windows 7 and Windows Vista
49
-
50
-
1. To open a command prompt, select **Start** and then type **cmd** in the **Search programs and files** box.
51
-
2. Under **Programs**, right-click the **CMD.exe** icon, and then select **Run as administrator**.
52
-
3. When the **User Account Control** box appears, select **Yes**.
53
-
4. At the command prompt, enter the following command, and then press <kbd>Enter</kbd>:
54
-
55
-
```console
56
-
netsh int ip reset c:\resetlog.txt
57
-
```
58
-
59
-
> [!NOTE]
60
-
> If you don't want to specify a directory path for the log file, run the following command instead: `netsh int ip reset resetlog.txt`.
61
-
62
-
5. Restart the computer.
63
-
64
-
### Windows XP
65
-
66
-
1. To open a command prompt, select **Start** > **Run**. In the **Open** box, enter the following command, and then press <kbd>Enter</kbd>:
67
-
68
-
```console
69
-
netsh int ip reset c:\resetlog.txt
70
-
```
71
-
72
37
> [!NOTE]
73
38
> If you don't want to specify a directory path for the log file, run the following command instead: `netsh int ip reset resetlog.txt`.
74
39
75
-
2. Restart the computer.
40
+
3. Restart the computer.
76
41
77
42
When you run the reset command, it overwrites the following registry keys, both of which are used by TCP/IP:
Copy file name to clipboardExpand all lines: support/windows-server/networking/windows-activation-validation-fails.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,16 +38,9 @@ If you experience other errors than those mentioned above when you try to activa
38
38
39
39
Use the Windows Activation Wizard to activate Windows through the automated telephone system. To do this, follow these steps for your version of the operating system.
40
40
41
-
Windows 8 and later versions:
42
-
43
41
1. Swipe in from the right edge of the screen, and then tap **Search**. Or, if you're using a mouse, point to the lower-right corner of the screen, and then select **Search**.
44
42
2. Type **SLUI 04**, and then tap or select the displayed icon to open the wizard.
45
43
46
-
Windows Vista and Windows 7:
47
-
48
-
1. Select **Start**, and then select **Run**.
49
-
2. Type **SLUI 04**, and then select **OK** to open the wizard.
50
-
51
44
### Method 2: Configure the proxy server to disable Basic authentication
52
45
53
46
Configure the proxy server to disable Basic authentication. For information about how to use this method, see the documentation that is included with the proxy software.
@@ -78,8 +71,9 @@ For information about how to use this method, see the documentation that is incl
78
71
79
72
## More information
80
73
81
-
For more information about Windows Vista Volume Activation 2.0, see[Volume activation for Windows](/windows/deployment/volume-activation/volume-activation-windows).
74
+
For more information, see:
82
75
83
-
For more information how to troubleshoot Volume Activation error codes, see [Troubleshoot Windows activation error codes](/troubleshoot/windows-server/licensing-and-activation/troubleshoot-activation-error-codes).
76
+
-[Volume activation for Windows](/windows/deployment/volume-activation/volume-activation-windows).
77
+
-[Troubleshoot Windows activation error codes](/troubleshoot/windows-server/licensing-and-activation/troubleshoot-activation-error-codes).
84
78
85
79
If these articles don't help you resolve the problem, search the Microsoft Knowledge Base for more information. To search the Microsoft Knowledge Base, go to [Microsoft Support](https://support.microsoft.com). Type the text of the error message that you receive, or type a description of the problem.
0 commit comments