<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.plecko.hr/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="https://wiki.plecko.hr/feed.php">
        <title>Eureka Moment windows:shell_commands</title>
        <description></description>
        <link>https://wiki.plecko.hr/</link>
        <image rdf:resource="https://wiki.plecko.hr/lib/tpl/bootstrap3/images/favicon.ico" />
       <dc:date>2026-04-04T00:09:51+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.plecko.hr/doku.php?id=windows:shell_commands:ad_rename&amp;rev=1572509160&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.plecko.hr/doku.php?id=windows:shell_commands:netsh&amp;rev=1572509160&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.plecko.hr/doku.php?id=windows:shell_commands:start&amp;rev=1572509160&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.plecko.hr/doku.php?id=windows:shell_commands:uninstall_apps_from_cli&amp;rev=1572509160&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.plecko.hr/doku.php?id=windows:shell_commands:wmic&amp;rev=1572509160&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.plecko.hr/lib/tpl/bootstrap3/images/favicon.ico">
        <title>Eureka Moment</title>
        <link>https://wiki.plecko.hr/</link>
        <url>https://wiki.plecko.hr/lib/tpl/bootstrap3/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.plecko.hr/doku.php?id=windows:shell_commands:ad_rename&amp;rev=1572509160&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-10-31T09:06:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows:shell_commands:ad_rename</title>
        <link>https://wiki.plecko.hr/doku.php?id=windows:shell_commands:ad_rename&amp;rev=1572509160&amp;do=diff</link>
        <description>Rename remote AD member from ADDC


netdom renamecomputer ComputerName /NewName:NewComputerName /userd:domainadmin /Passwordd:domainadminspassword /Force
psexec.exe \\REMOTECOMPUTER net config server /srvcomment:&quot;DESCRIPTION&quot;</description>
    </item>
    <item rdf:about="https://wiki.plecko.hr/doku.php?id=windows:shell_commands:netsh&amp;rev=1572509160&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-10-31T09:06:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows:shell_commands:netsh</title>
        <link>https://wiki.plecko.hr/doku.php?id=windows:shell_commands:netsh&amp;rev=1572509160&amp;do=diff</link>
        <description>Windows netsh commands

Firewall

	*  To Turn Off: NetSh Advfirewall set allprofiles state off
	*  To Turn On:  NetSh Advfirewall set allrprofiles state on
	*  To check the status of Windows Firewall: Netsh Advfirewall show allprofiles

Add IPv4

	*</description>
    </item>
    <item rdf:about="https://wiki.plecko.hr/doku.php?id=windows:shell_commands:start&amp;rev=1572509160&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-10-31T09:06:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows:shell_commands:start</title>
        <link>https://wiki.plecko.hr/doku.php?id=windows:shell_commands:start&amp;rev=1572509160&amp;do=diff</link>
        <description>Shell Commands




	* Rename remote AD member from ADDC
	* Uninstall applications from CLI
	* Windows netsh commands
	* WMIC system information</description>
    </item>
    <item rdf:about="https://wiki.plecko.hr/doku.php?id=windows:shell_commands:uninstall_apps_from_cli&amp;rev=1572509160&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-10-31T09:06:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows:shell_commands:uninstall_apps_from_cli</title>
        <link>https://wiki.plecko.hr/doku.php?id=windows:shell_commands:uninstall_apps_from_cli&amp;rev=1572509160&amp;do=diff</link>
        <description>Uninstall applications from CLI

Get the list of applications

wmic product get name

Uninstall the program

wmic product where name=&quot;&quot; call uninstall

Where application name is the name of the program you wish to uninstall (use the exact name provided by the previously generated list)</description>
    </item>
    <item rdf:about="https://wiki.plecko.hr/doku.php?id=windows:shell_commands:wmic&amp;rev=1572509160&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-10-31T09:06:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows:shell_commands:wmic</title>
        <link>https://wiki.plecko.hr/doku.php?id=windows:shell_commands:wmic&amp;rev=1572509160&amp;do=diff</link>
        <description>WMIC system information


wmic bios get serialnumber
wmic diskdrive get name,size,model,SerialNumber
wmic memorychip get serialnumber,manufacturer,capacity,model,name,positioninrow,sku
wmic baseboard get product,Manufacturer,version
wmic csproduct get name
wmic csproduct get vendor, version</description>
    </item>
</rdf:RDF>
