-
-
-
Code | Ektron | Windows Batch
Ektron – Stop / Start Services
This should only be done on a development computer, doing so on a production server would not be good. Please note that while stopping the services I’m also setting the start command to “demand” this is also known as “manual”. In setting this command Ektron will no longer automatically start with the computer. Please note…
-
-
Internet DateTime Compare/Sync
This application should not be used as a replacement for Microsoft’s W32Tm NTP Sync functionality. This application however will help when you do not have that service working. InternetTime Namespace (majority of the code) credit goes to Valer Bocan viewable at http://dotnet-snippets.com/snippet/simple-network-time-ntp-protocol-client/571 NTP Namespace is my addition to Valer’s code, while not industry standard in…
-
Update Windows Date/Time
GitHub: https://gist.github.com/dkittell/c3c930d1b432d51ebb71
-
Enable/Disable Desktop Saves
WARNING: Backup the computer you try these scripts on before you run these. These scripts will enable/disable the ability to save anything to the desktop.
-
Show Windows Version On Desktop
WARNING: Backup the computer you try these scripts on before you run these.
-
Code | MSSQL | Windows Batch
MS SQL Import Txt File
Reference: http://msdn.microsoft.com/en-us/library/ms170572.aspx
-
You must be logged in to post a comment.