Category Archives: .bat scripts

All .bat scripts go here

Enterprise WLAN profile deployment with .bat script

I will demonstrate how to mass deploy WLAN profiles with simple .bat scripts and wlan.exe utility from Microsoft. Active Directory GPO prior to 2003 native mode doesn’t give you the option to mass deploy WLAN profiles. Also if you don’t … Continue reading

Posted in .bat scripts, Random stuff | Tagged , , , , , , | Leave a comment

.bat script registry query and change

The following script demonstrates how to query registry to check if specific registry key exists. If it does, it checks the value and if doesn’t match required it will remove and recreate with proper value.

Posted in .bat scripts, Random stuff | Tagged , , | 5 Comments

.bat script service status

The following script demonstrates how to query NT Service Controller for service status. This script was used to check if the application (service) is running and if not install. msi package. Basic logging is also included. You might need to … Continue reading

Posted in .bat scripts, Random stuff | Tagged , , | 4 Comments