<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Windows - TechLab Zone Discussion				            </title>
            <link>https://talk.techlabzone.com/discussion/windows/</link>
            <description>TechLab Zone Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 23 Apr 2026 14:03:14 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>How to enable RDP terminal service in Windows</title>
                        <link>https://talk.techlabzone.com/discussion/windows/how-to-enable-rdp-terminal-service-in-windows/</link>
                        <pubDate>Tue, 17 Aug 2021 08:07:42 +0000</pubDate>
                        <description><![CDATA[How to enable RDP terminal service in Windows ?
 
Just follow the below given commands

sc config TermService start= autosc config TermService obj= &quot;NT AUTHORITY\NETWORKSERVICE&quot;sc config...]]></description>
                        <content:encoded><![CDATA[<p>How to enable RDP terminal service in Windows ?</p>
<p> </p>
<p>Just follow the below given commands</p>
<div>
<p>sc config TermService start= auto<br />sc config TermService obj= "NT AUTHORITY\NETWORKSERVICE"<br />sc config UmRdpService start= auto<br />sc config UmRdpService obj= ".\LOCALSYSTEM"<br />sc config MSDTC start= auto<br />net stop UmRdpService<br />net stop TermService<br />net start TermService<br />net start UmRdpService<br />net start MSDTC</p>
<p>c:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe "set-itemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -name "fDenyTSConnections" -value 0"<br />c:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe "set-itemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "SecurityLayer" -value 0"<br />c:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe "set-itemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -value 0"</p>
</div>
<p> </p>]]></content:encoded>
						                            <category domain="https://talk.techlabzone.com/discussion/windows/">Windows</category>                        <dc:creator>mani</dc:creator>
                        <guid isPermaLink="true">https://talk.techlabzone.com/discussion/windows/how-to-enable-rdp-terminal-service-in-windows/</guid>
                    </item>
				                    <item>
                        <title>How to generate Windows GPO report</title>
                        <link>https://talk.techlabzone.com/discussion/windows/how-to-generate-windows-gpo-report/</link>
                        <pubDate>Tue, 17 Aug 2021 08:05:00 +0000</pubDate>
                        <description><![CDATA[How to generate Windows GPO report
 
gpresult /h c:\temp\STIGS.html]]></description>
                        <content:encoded><![CDATA[<h1 id="wpforo-title">How to generate Windows GPO report</h1>
<p> </p>
<p>gpresult /h c:\temp\STIGS.html</p>]]></content:encoded>
						                            <category domain="https://talk.techlabzone.com/discussion/windows/">Windows</category>                        <dc:creator>mani</dc:creator>
                        <guid isPermaLink="true">https://talk.techlabzone.com/discussion/windows/how-to-generate-windows-gpo-report/</guid>
                    </item>
							        </channel>
        </rss>
		