First Commit

This commit is contained in:
Bernhard
2017-09-08 21:22:38 +02:00
parent 8aa32d9fe8
commit d033039b6b
24 changed files with 878 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,5 @@
ZabbixAgentAutoUpdater
GoogleUpdateTaskMachine
ZabbixExchange
ZabbixWindowsUpdateCheck

Binary file not shown.

View File

@@ -0,0 +1,5 @@
@echo off
cls
WindowsMountPoints.exe
echo.
pause

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,8 @@
@echo off
cls
echo See available Windows Updates as single Number in next line - wait a moment!
echo First time maybe 0 at zabbix!
windowsupdates.exe CHEAT
windowsupdates.exe
echo.
pause

Binary file not shown.