It sounds like you are encountering an issue with mapping network drives via a VBS script after migrating from Windows XP to Windows 7. This issue can sometimes arise due to differences in how user permissions and scripts are handled between the two operating systems. Here are a few troubleshooting steps you can take to resolve this issue: 1. User Permissions: - Ensure that the user account running the script has sufficient permissions to access network resources and map drives. - Check if there are any specific permissions required for mapping the network drives in the script. 2. User Rights Assignment: - In the Group Policy settings, verify that the user has the necessary rights assigned to run scripts. You can check this...