DO THIS ON YOUR MACHINE

Manuell instructions:
-----------------------
copy this dir to the desktop on your machine like Mangold\Tools\timeserver
- open Powershell as admin (not ISE)
- copy "Set-ExecutionPolicy Unrestricted" (without quotes) and enter
- type "j" for yes and enter
- use "cd .." and "cd .." to change to C:/
- enter the path to your Desktop: "cd Benutzer/USER/Desktop" (or sth. similar)
- enter/copy to the powershell: ".\ntp.ps1" (without quotes)
after the timeserver is configurated 
- enter "Set-ExecutionPolicy AllSigned" and confirm with "j"
DONE

Default Installation Instructions with Mangold-Folder
-----------------------------------------------------
GERMAN C&P Commands:
simply Copy and Paste into Admin Powershell (at the executionpolicy press j):

cd C:\Users\user\Desktop\Mangold\Tools\timeserver
Set-ExecutionPolicy Unrestricted
.\ntp.ps1
Set-ExecutionPolicy AllSigned

ENGLISH:
simply Copy and Paste into Admin Powershell (at the executionpolicy press j):

cd C:\Users\user\Desktop\Mangold\Tools\timeserver
Set-ExecutionPolicy Unrestricted
.\en-ntp.ps1
Set-ExecutionPolicy AllSigned


Ab der Axis Firmware Version 11
Anpassungen in der Registry:
- Registrykey: HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config
		o “MinPollInterval” Bearbeiten -> auf “Dezimal” einstellen -> Wert „6“ eintragen
		o „MaxPollInterval“ Bearbeiten -> auf „Dezimal“ einstellen -> Wert „6“ eintragen
		o „UpdateInterval“ Bearbeiten -> auf „Dezimal“ einstellen -> Wert „100“ eintragen
		o „FrequencyCorrectRate“ Bearbeiten -> auf „Dezimal“ einstellen -> Wert „2“ eintragen

- Registry key: HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config\LocalClockDispersion = 1

- Registrykey: HKLM\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient
		o “SpecialPollInterval” Bearbeiten -> auf „Dezimal“ einstellen -> Wert „64“ eintragen

Anschließend in der Commandline (CMD) folgendes nacheinander ausführen:
- w32tm /config /update
- net stop w32time && net start w32time
