:: Run the Advanced Configurator for NetSupport School - Pixel IT @echo off echo [+] 1. Renaming your license file to bypass config restriction. rename NSM.LIC NSM.LIC.old echo [+] 2. Delay opening of the configurator to allow for rename completion. ping 127.0.0.1 -n 2 >nul start pcicfgui.exe ping 127.0.0.1 -n 2 >nul echo [+] 3. Renaming your license file back to original. rename NSM.LIC.old NSM.LIC echo [!] 4. You have successfully opened the advanced configurator. pause