Finally…a quick way to solve that pesky NTP issue on domain controllers…

Posted by: Justin

Ever muddle through Microsoft KB 816042?
Ever wish there was an easy way to make all those registry edits?
I have…so I did something about it - a simple batch file will do nicely.
Tested this just the other day…batch file dump below (minus the ***s)
***
@echo off
rem http://support.microsoft.com/kb/816042
rem How to configure an authoritative time server in Windows Server
rem Uses [...]

Set home directory permissions en masse

Posted by: Justin

Ever been working at a customer site and realize someone has really messed with home drive permissions?
This batch file can help!
Credit to -  http://www.jsifaq.com/SF/Tips/Tip.aspx?id=5640
The text file can be renamed with a .bat extension and includes comments on how to use it.
SetPerm
Be careful with this – use at your own risk.