<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.de12werken.nl/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.de12werken.nl/feed.php">
        <title>Notes - microsoft:scripting:batchfiles:scripts</title>
        <description></description>
        <link>http://www.de12werken.nl/</link>
        <image rdf:resource="http://www.de12werken.nl/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-05T17:10:40+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=microsoft:scripting:batchfiles:scripts:getsnapshots&amp;rev=1342257732&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=microsoft:scripting:batchfiles:scripts:mscomctlfix&amp;rev=1347262249&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=microsoft:scripting:batchfiles:scripts:rdlogoffallusers&amp;rev=1512995293&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.de12werken.nl/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Notes</title>
        <link>http://www.de12werken.nl/</link>
        <url>http://www.de12werken.nl/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=microsoft:scripting:batchfiles:scripts:getsnapshots&amp;rev=1342257732&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-07-14T09:22:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getsnapshots</title>
        <link>http://www.de12werken.nl/doku.php?id=microsoft:scripting:batchfiles:scripts:getsnapshots&amp;rev=1342257732&amp;do=diff</link>
        <description>GetSnapshots

For downloading the last OpenBSD snapshots.

Required extra tools:

	*  cURL
	*  sha256deep.exe/sha256deep64.exe from md5deep and hashdeep

Version 2


@ECHO OFF
REM GetSnapshots.cmd
REM For downloading the last OpenBSD snapshots.
REM 20120713, v1.
REM 20120714, v2.
REM		Removed INSTISO echo&#039;s and added an architecture echo.
SETLOCAL ENABLEDELAYEDEXPANSION
SET CURL=D:\Apps\cURL\curl.exe
SET SHA256=D:\Apps\md5deep\sha256deep64.exe
SET ARCHS=i386 amd64 macppc sparc64 hppa alpha loong…</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=microsoft:scripting:batchfiles:scripts:mscomctlfix&amp;rev=1347262249&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-09-10T07:30:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mscomctlfix</title>
        <link>http://www.de12werken.nl/doku.php?id=microsoft:scripting:batchfiles:scripts:mscomctlfix&amp;rev=1347262249&amp;do=diff</link>
        <description>Version 1


REM MSCOMCTLfix.cmd
REM Repairs the registration of MSCOMCTL.OCX after installatieon of a certain Microsoft security update.
REM http://www.fmsinc.com/MicrosoftAccess/controls/mscomctl/index.htm
REM http://support.microsoft.com/KB/2687441/en-us
REM http://support.microsoft.com/kb/2597986/en-us
REM 2010910, v1
:
REG DELETE &quot;HKEY_CLASSES_ROOT\TypeLib\{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}\2.0&quot; /f
IF EXIST C:\WINDOWS\SysWOW64 CD /D C:\WINDOWS\SysWOW64
IF NOT EXIST C:\WINDOWS\SysWOW64 CD…</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=microsoft:scripting:batchfiles:scripts:rdlogoffallusers&amp;rev=1512995293&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-12-11T12:28:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rdlogoffallusers</title>
        <link>http://www.de12werken.nl/doku.php?id=microsoft:scripting:batchfiles:scripts:rdlogoffallusers&amp;rev=1512995293&amp;do=diff</link>
        <description>Microsoft - Scripting - Batchfiles - Scripts - RDLogOffAllUsers.cmd


REM RDLogOffAllUsers.cmd
REM Logs off all users from a Remote Desktop host.
REM Based on https://support.microsoft.com/en-us/help/259436/
REM 2017-12-11, v1.

REM Use output of &#039;query session&#039;.
REM Skip the first 3 lines (header and the services and console lines).
REM Store colums 2 and 3.
REM Logoff the disconnected sessions (where column 3 (%%j) = Disc).
REM Logoff the active sessions (where column 3 is not Disc but a numbe…</description>
    </item>
</rdf:RDF>
