From 3ed7b42c7a99ef8c8df66abfb71abb0022cf84a1 Mon Sep 17 00:00:00 2001 From: Physikbuddha Date: Thu, 3 Dec 2015 11:39:16 +0100 Subject: [PATCH 1/2] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e7e78df --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# WSUS Online Descriptions - Readme file +Adds the Windows Update descriptions from the official KB articles to your WSUS server. +No more generic messages. Find out which update does what. + +The Windows Server 2008 setting is still untested. +Since the database has been changed by Microsoft, my SQL commands may be wrong. Use it on your own risk. +Unfortunately I have no old server to test the program with. From e6e9c34d1ac4c3f5f3ec62382d9b3b99be5ac213 Mon Sep 17 00:00:00 2001 From: Physikbuddha Date: Thu, 3 Dec 2015 11:39:45 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7e78df..523036c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# WSUS Online Descriptions - Readme file +# WSUS Online Descriptions Adds the Windows Update descriptions from the official KB articles to your WSUS server. No more generic messages. Find out which update does what.