Skip to content

Commit b3ad870

Browse files
authored
Merge pull request #9434 from v-lianna/CI_6767
AB#6767 Migrate Windows Server articles from SMC
2 parents b7f1ffc + 688358b commit b3ad870

18 files changed

Lines changed: 991 additions & 0 deletions
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
title: Clearing the "Register This Connection's Addresses in DNS" Option Doesn't Remove DNS Records
3+
description: Provides a resolution to an issue in which a client doesn't remove its Domain Name System (DNS) records from the server after you clear the Register this connection's addresses in DNS checkbox on the client computer.
4+
ms.date: 08/06/2025
5+
manager: dcscontentpm
6+
audience: itpro
7+
ms.topic: troubleshooting
8+
ms.reviewer: kaushika, v-lianna
9+
ms.custom:
10+
- sap:network connectivity and file sharing\dns
11+
- pcy:WinComm Networking
12+
---
13+
# Clearing the "Register this connection's addresses in DNS" option doesn't remove DNS records for Windows clients using static IP addresses
14+
15+
## Symptoms
16+
17+
After you clear the **Register this connection's addresses in DNS** checkbox on a client computer, the client doesn't remove its Domain Name System (DNS) records from the server. For more information about the setting, see the following screenshot:
18+
19+
:::image type="content" source="media/clear-register-addresses-not-remove-dns-records/register-connection-address-dns.png" alt-text="Screenshot of the Advanced TCP/IP Settings window with the Register this connection's addresses in DNS unchecked.":::
20+
21+
## Resolution
22+
23+
To resolve the issue, follow these steps according to the client computer's configuration.
24+
25+
### For client computers that are configured to use a static IP address
26+
27+
If the client computer is using a static IP address, follow these steps on the client computer to remove the record from the DNS server:
28+
29+
1. Clear the **Register this connection's addresses in DNS** checkbox.
30+
2. Trigger the registration of the DNS record. To do this, use one of the following steps, which are listed in the order of preference:
31+
32+
- Restart the DNS Client service.
33+
- Restart the Windows-based computer.
34+
- Open a command prompt window as administrator, and then run the `ipconfig /registerdns` command.
35+
36+
> [!NOTE]
37+
> If one or more adapters on a multi-homed client or server are configured by using a Dynamic Host Configuration Protocol (DHCP) address, see the last note in the "For client computers that are configured to use a dynamic IP address" section.
38+
39+
### For client computers that are configured to use a dynamic IP address
40+
41+
If you configure the client computer to obtain anIP address by using DHCP, the client or DHCP server will try to remove dynamically registered records after you clear the **Register this connection's addresses in DNS** checkbox.
42+
43+
> [!NOTE]
44+
> After you clear the **Register this connection's addresses in DNS** checkbox on the DNS tab of the **Advanced TCP/IP Settings** property window of either TCP/IPv4 or TCP/IPv6, the following node is deleted from that computer's local registry:
45+
>
46+
> `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DNSRegisteredAdapters\{<36 character GUID corresponding to the network adapter that TCPIP was bound to>}`
47+
>
48+
> This applies to both clients that use static IP addresses and clients that use dynamic IP addresses.
49+
50+
> [!NOTE]
51+
> If an adapter is configured to use dynamic IP addressing (DHCP) on the computer, don't run the `ipconfig /registerdns` command. Dynamic IP addressing uses a DHCP server to register "PTR" records and optionally Host "A" and "AAAA" records on behalf of DHCP clients. DHCP server configuration determines how "A" and "AAAA" registrations are added. After you run the `ipconfig /registerdns` command, the DNS records are registered by using the local machine's security descriptor. This prevents the DHCP server from updating those records until the record is manually removed. Restated, if the DHCP server doesn't have the permission to update the DNS record, the DHCP registration silently fails.
52+
53+
For DHCP clients, we recommend that you follow these steps:
54+
55+
1. Restart the "DNS Client" service. To do this, run the following commands:
56+
57+
```console
58+
net stop DNSCACHE
59+
net start DNSCACHE
60+
```
61+
62+
2. Run the following commands to update DNS registrations for DHCP clients:
63+
64+
```console
65+
ipconfig /release
66+
ipconfig /renew
67+
```
68+
69+
For more information, see:
70+
71+
- [DNS Processes and Interactions](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd197552(v=ws.10)).
72+
- [General information about IPv4 and IPv6 advanced DNS tab](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc754143(v=ws.11)).
73+
74+
## More Information
75+
76+
To determine whether a network adapter is using static an IP address or a dynamic IP address, follow these steps:
77+
78+
1. Open a command prompt window.
79+
2. Run the `ipconfig /all` command.
80+
3. In the returned result, if the **DHCP Enabled** field under the network adapter is displayed as **Yes**, the network adapter is using a dynamic IP address. If it's displayed as **No**, the network adapter is using a static IP address.
16.7 KB
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Application Error in Explorer.exe When You Shut Down or Restart Windows
3+
description: Provides a workaround to an application error in Explorer.exe when you shut down or restart Windows.
4+
ms.date: 08/06/2025
5+
manager: dcscontentpm
6+
audience: itpro
7+
ms.topic: troubleshooting
8+
ms.reviewer: kaushika, v-lianna
9+
ms.custom:
10+
- sap:system performance\shutdown performance (slow,unresponsive)
11+
- pcy:WinComm Performance
12+
---
13+
# Application error in Explorer.exe when you shut down or restart Windows
14+
15+
## Symptoms
16+
17+
You receive the following error message when Windows is shutting down:
18+
19+
> explorer.exe - Application Error
20+
The instruction at \<memory address\> referenced memory at \<memory address\>. The memory could not be "\<read or write\>".
21+
> Click on OK to terminate the program.
22+
23+
> [!NOTE]
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+
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.
27+
28+
## Cause
29+
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.
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Can't Scan From a Scanning Device Connected Through USB
3+
description: Provides a workaround to an issue in which you can't scan from a scanning device connected through USB to a USB-zero-client-connected station.
4+
ms.date: 08/06/2025
5+
manager: dcscontentpm
6+
audience: itpro
7+
ms.topic: troubleshooting
8+
ms.reviewer: kaushika, v-lianna
9+
ms.custom:
10+
- sap:system performance\system reliability (crash,errors,bug check or blue screen,unexpected reboot)
11+
- pcy:WinComm Performance
12+
---
13+
# Can't scan from a scanning device connected through USB to a USB-zero-client-connected station
14+
15+
## Symptoms
16+
17+
Consider the following scenario:
18+
19+
- You have a server that is running Windows Multipoint Server 2011.
20+
- A scanning device is connected through USB to a USB-zero-client-connected station.
21+
- You select **Scan from device or camera** from a scan application such as Microsoft Paint.
22+
23+
In this scenario, you receive an error message that resembles the following:
24+
25+
> Unable to retrieve picture from device. Verify the device is properly connected and try again.
26+
27+
Additionally, Windows Multipoint Server might restart unexpectedly from a Stop 0x3B error if the scanning device is connected directly to a USB port on the server. In this case, an event similar to the following is logged in Event Viewer under **Windows Logs** > **System**:
28+
29+
```output
30+
Event ID: 1001
31+
Level: Error
32+
Description: The computer has rebooted from a bugcheck. The bugcheck was: 0x0000003b (0x00000000c0000005, 0xfffff8800247e447, 0xfffff88004385cc0, 0x0000000000000000). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: 030614-19375-01..
33+
```
34+
35+
## Workaround
36+
37+
[!INCLUDE [Registry important alert](../../includes/registry-important-alert.md)]
38+
39+
To have us fix this problem for you, go to the "Fix it for me" section. If you prefer to fix this problem yourself, go to the "Let me fix it myself" section.
40+
41+
To work around this problem, use Registry Editor to remove `WmsImageFilter` from the `UpperFilters` registry key. To do this, follow these steps:
42+
43+
1. Open Registry Editor.
44+
2. Locate and select the following registry subkey
45+
46+
`HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{6BDD1FC6-810F-11D0-BEC7-08002BE2092F}`
47+
3. In the right pane, right-click the multi-string value named `UpperFilters`, and then select **Modify…**.
48+
4. Locate `WmsImageFilter` in the box under **Value Data**, and then remove it from the list.
49+
5. Select **OK** to save the changes, and then close Registry Editor.
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title: Prevent Users From Connecting to a USB Storage Device
3+
description: Provides a resolution to prevent users from connecting to a USB storage device.
4+
ms.date: 08/06/2025
5+
manager: dcscontentpm
6+
audience: itpro
7+
ms.topic: troubleshooting
8+
ms.reviewer: kaushika, v-lianna
9+
ms.custom:
10+
- sap:windows device and driver management\peripherals driver installation or update
11+
- pcy:WinComm Devices Deploy
12+
---
13+
# How can I prevent users from connecting to a USB storage device?
14+
15+
## Problem description
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. This article discusses two methods that you can use to do this.
18+
19+
## Resolution
20+
21+
To prevent users from connecting to USB storage devices, use one or more of the following procedures, as appropriate for your situation.
22+
23+
### If a USB storage device isn't already installed on the computer
24+
25+
If a USB storage device isn't already installed on the computer, assign the user or the group and the local SYSTEM account **Deny** permissions to the following files:
26+
27+
- **%SystemRoot%\Inf\Usbstor.pnf**
28+
- **%SystemRoot%\Inf\Usbstor.inf**
29+
30+
When you do this, users can't install a USB storage device on the computer. To assign a user or group **Deny** permissions to the **Usbstor.pnf** and **Usbstor.inf** files, follow these steps:
31+
32+
1. Start Windows Explorer, and then locate the **%SystemRoot%\Inf** folder.
33+
2. Right-click the **Usbstor.pnf** file, and then select **Properties**.
34+
3. Select the **Security** tab.
35+
4. In the **Group or user names** list, add the user or group that you want to set **Deny** permissions for.
36+
5. In the **Permissions for UserName or GroupNamel** list, select the **Deny** checkbox next to **Full Control**.
37+
38+
> [!NOTE]
39+
> Also add the SYSTEM account to the **Deny** list.
40+
41+
6. In the **Group or user names** list, select the SYSTEM account.
42+
7. In the **Permissions for UserName or GroupNamel** list, select the **Deny** checkbox next to **Full Control**, and then select **OK**.
43+
8. Right-click the **Usbstor.inf** file, and then select **Properties**.
44+
9. Select the **Security** tab.
45+
10. In the **Group or user names** list, add the user or group that you want to set **Deny** permissions for.
46+
11. In the **Permissions for UserName or GroupNamel** list, select the **Deny** checkbox next to **Full Control**.
47+
12. In the **Group or user names** list, select the SYSTEM account.
48+
13. In the **Permissions for UserName or GroupNamel** list, select the **Deny** checkbox next to **Full Control**, and then select **OK**.
49+
50+
### If a USB storage device is already installed on the computer
51+
52+
If a USB storage device is already installed on the computer, you can change the registry to make sure that the device doesn't work when the user connects to the computer.
53+
54+
[!INCLUDE [Registry important alert](../../includes/registry-important-alert.md)]
55+
56+
If a USB storage device is already installed on the computer, set the `Start` value in the following registry key to `4`:
57+
58+
`HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor`
59+
60+
When you do this, the USB storage device doesn't work when the user connects the device to the computer. To set the `Start` value, follow these steps:
61+
62+
1. Select **Start**, and then select **Run**.
63+
2. In the **Open** box, type **regedit**, and then select **OK**.
64+
3. Locate and then select the following registry key:
65+
66+
`HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor`
67+
4. In the details pane, double-click `Start`.
68+
5. In the **Value data** box, type **4**, select **Hexadecimal** (if it isn't already selected), and then select **OK**.
69+
6. Exit Registry Editor.
70+
71+
Did this fix the problem?
72+
73+
Check whether the problem is fixed. If the problem is fixed, you're finished with this article. If the problem isn't fixed, you can [contact support](https://support.microsoft.com/contactus).
74+
75+
## More information
76+
77+
Contact the vendor of your USB device to ask about a newer driver.
78+
79+
Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft doesn't guarantee the accuracy of this third-party contact information.
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: Operation to Change a Personal Folder Location Fails
3+
description: Provides a workaround to an issue in which you fail the operation to change the location of a personal folder.
4+
ms.date: 08/06/2025
5+
manager: dcscontentpm
6+
audience: itpro
7+
ms.topic: troubleshooting
8+
ms.reviewer: kaushika, v-lianna
9+
ms.custom:
10+
- sap:windows desktop and shell experience\desktop (shell,explorer.exe init,themes,colors,icons,recycle bin)
11+
- pcy:WinComm User Experience
12+
---
13+
# Operation to change a personal folder location fails in Windows
14+
15+
## Symptoms
16+
17+
Assume that you changed the location of a personal folder in Windows, such as **Documents** or **Downloads**, and mapped the folder to another personal folder. When you try to change the location of the folder again, the operation fails.
18+
19+
For example:
20+
21+
If the personal folder was mapped to a personal folder in the OneDrive folder on the computer, the following error message is received:
22+
23+
> Can't move the folder because there is a folder in the same location that can't be redirected. Access is denied.
24+
25+
If the personal folder was mapped to a local personal folder, for example, **Documents** was mapped to **Videos**, no error message is displayed. However, after the operation, the two folders' locations aren't separated.
26+
27+
For more information about how to change the location of a personal folder and map it to another folder, see the [More Information](#more-information) section.
28+
29+
## Workaround
30+
31+
> [!IMPORTANT]
32+
> Essential information required for user success: Follow the steps in this section carefully. Serious problems might occur if you modify the registry incorrectly. Before you modify it, [back up the registry for restoration](https://support.microsoft.com/en-us/topic/how-to-back-up-and-restore-the-registry-in-windows-855140ad-e318-2a13-2829-d428a2ab0692) in case problems occur.
33+
34+
To work around this issue, follow these steps:
35+
36+
1. Right-click the Windows logo at the lower-left corner of the screen, and then select **Run**.
37+
2. Type **regedit.exe** and press <kbd>Enter</kbd>. If **User Account Control** window pops up, select **Yes**.
38+
3. In Registry Editor, browse to the following path:
39+
40+
`HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders`
41+
42+
4. Refer to the following table to find the registry key for the folder that encounters this issue, and change it to the default value.
43+
44+
|Folder |Registry key |Default value |
45+
|---------|---------|---------|
46+
|**Downloads** |`{374DE290-123F-4565-9164-39C4925E467B}` |`%USERPROFILE%\Downloads` |
47+
|**Desktop** |`Desktop` |`%USERPROFILE%\Desktop` |
48+
|**Favorites** |`Favorites` |`%USERPROFILE%\Favorites` |
49+
|**Music** |`My Music` |`%USERPROFILE%\Music` |
50+
|**Pictures** |`My Pictures` |`%USERPROFILE%\Pictures` |
51+
|**Videos** |`My Video` |`%USERPROFILE%\Videos` |
52+
|**Documents** |`Personal` |`%USERPROFILE%\Documents` |
53+
54+
5. Restart the **Explorer.exe** process to make the changes take effect. To do this, you can use either of the following steps:
55+
56+
- Restart the process in Task Manager.
57+
- Sign out, and then sign in.
58+
- Restart the computer.
59+
60+
## More Information
61+
62+
To change the location of a personal folder, follow these steps:
63+
64+
1. Right-click the personal folder, and then select **Properties**.
65+
2. Switch to the **Location** tab in the dialog box.
66+
3. Select **Move...**.
67+
4. Select the destination folder path and then select **OK**.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Scheduled Task Can't Run an Exe File on a Share Folder
3+
description: Provides a workaround to an issue in which scheduled task can't run an .exe file on a share folder in Windows.
4+
ms.date: 08/06/2025
5+
manager: dcscontentpm
6+
audience: itpro
7+
ms.topic: troubleshooting
8+
ms.reviewer: kaushika, v-lianna
9+
ms.custom:
10+
- sap:system management components\task scheduler
11+
- pcy:WinComm User Experience
12+
---
13+
# Scheduled task can't run an .exe file on a share folder in Windows
14+
15+
## Summary
16+
17+
Consider the following scenario:
18+
19+
- You set up a share folder in a domain environment.
20+
- You configure the share or New Technology File System (NTFS) level permission settings on the share folder.
21+
- You set up a task schedule on a client computer. The task runs an .exe file on the share folder.
22+
- Only the user account that is used to run the task has the access permission to the share folder.
23+
24+
In this scenario, the task can't run. You receive an access denied or a not found error.
25+
26+
## More Information
27+
28+
To work around this issue, use one of the following steps:
29+
30+
1. Assign the access permission for the share folder to the client computer.
31+
2. Configure the task to run `cmd /c \\share\name.exe` instead of `\\share\name.exe`.
32+
33+
> [!NOTE]
34+
> `\\share\name.exe` is the placeholder of the path of the share folder.

0 commit comments

Comments
 (0)