<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Windows &#8211; Technical Digit</title>
	<atom:link href="https://technicaldigit.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://technicaldigit.com</link>
	<description>We Make Your Digital Dreams True</description>
	<lastBuildDate>Tue, 14 Sep 2021 08:51:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.20</generator>

<image>
	<url>https://technicaldigit.com/wp-content/uploads/2020/05/cropped-tdlogo_150-2-32x32.png</url>
	<title>Windows &#8211; Technical Digit</title>
	<link>https://technicaldigit.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Install OPAC in SOUL &#124; Configure Web OPAC in SOUL2.0 Software</title>
		<link>https://technicaldigit.com/install-opac-in-soul/</link>
					<comments>https://technicaldigit.com/install-opac-in-soul/#respond</comments>
		
		<dc:creator><![CDATA[Technical Digit]]></dc:creator>
		<pubDate>Wed, 02 Sep 2020 11:26:00 +0000</pubDate>
				<category><![CDATA[SOUL]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Library Automation]]></category>
		<category><![CDATA[OPAC]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Web OPAC]]></category>
		<guid isPermaLink="false"></guid>

					<description><![CDATA[Note: Before you Install OPAC in SOUL2.0 please check that IIS 6 or higher has been enabled in your SOUL server. To install OPAC in SOUL 2.0 Server, Execute setup.exe in “S20WEB” folder from SOUL2.0 Installation CD . There are instances that some of IIS configuration may not allow direct installation of WebOPAC due to authentication issues. In such cases, please copy entire &#8216;WebOPAC&#8217; folder [&#8230;]]]></description>
		
					<wfw:commentRss>https://technicaldigit.com/install-opac-in-soul/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install JBoss as Service in Windows &#124; How to Run JBoss 7 as Windows Service</title>
		<link>https://technicaldigit.com/install-jboss-as-service-in-windows/</link>
					<comments>https://technicaldigit.com/install-jboss-as-service-in-windows/#respond</comments>
		
		<dc:creator><![CDATA[Technical Digit]]></dc:creator>
		<pubDate>Wed, 27 Mar 2019 11:08:00 +0000</pubDate>
				<category><![CDATA[JBoss]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false"></guid>

					<description><![CDATA[This is short article How to Install JBoss as Service in Windows. You can easily run JBoss 7 as Windows Service by following below steps. 1.&#160;Open a command prompt as&#160;Administrator. 2.&#160;Change directories to the &#60;JBOSS_HOME&#62;bin directory. 3.&#160;Type the command: service.bat install and press Enter. 4.&#160;A message displays stating &#8220;Service &#60;JBoss Version&#62; installed&#8221; . 5. You can now start and stop JBoss from the Windows Services [&#8230;]]]></description>
		
					<wfw:commentRss>https://technicaldigit.com/install-jboss-as-service-in-windows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install EXE as Windows Service</title>
		<link>https://technicaldigit.com/install-exe-as-windows-service/</link>
					<comments>https://technicaldigit.com/install-exe-as-windows-service/#respond</comments>
		
		<dc:creator><![CDATA[Technical Digit]]></dc:creator>
		<pubDate>Mon, 21 Jan 2019 07:24:00 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false"></guid>

					<description><![CDATA[Follow below steps to install exe as Windows Service. Open Command Prompt as Administrator Run the following command: sc create service_name binpath=C:pathtobinary [option1] [option2] [optionN] Here is an example: sc create RFSERVICE binPath="D:RFIDMultipleSocketServer.exe" ^ DisplayName="RFSERVICE" start=auto If this worked you should see: [SC] CreateService SUCCESS You can delete a service by following command: sc delete RFSERVICE]]></description>
		
					<wfw:commentRss>https://technicaldigit.com/install-exe-as-windows-service/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Disable Windows 10 Update &#124;   Stop Automatic Updates on Windows 10</title>
		<link>https://technicaldigit.com/disable-windows-10-update/</link>
					<comments>https://technicaldigit.com/disable-windows-10-update/#respond</comments>
		
		<dc:creator><![CDATA[Technical Digit]]></dc:creator>
		<pubDate>Wed, 28 Nov 2018 16:31:00 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false"></guid>

					<description><![CDATA[Are you really want to disable Windows 10 Update Feature? You can stop Windows 10 Update through Group Policy The Group Policy feature is only available in Windows 10 Professional, Enterprise, or Education Editions. You have to use the Group Policy Editor to change the settings to prevent Windows 10 from automatically updating. Follow the below steps and stop updating your windows 10.&#160; 1. Press [&#8230;]]]></description>
		
					<wfw:commentRss>https://technicaldigit.com/disable-windows-10-update/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Configure a User Account to Log On Automatically on Windows 7</title>
		<link>https://technicaldigit.com/configure-a-user-account-to-log-on-automatically-on-windows-7/</link>
					<comments>https://technicaldigit.com/configure-a-user-account-to-log-on-automatically-on-windows-7/#respond</comments>
		
		<dc:creator><![CDATA[Technical Digit]]></dc:creator>
		<pubDate>Tue, 07 Aug 2018 12:52:00 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://technicaldigit.com/index.php/2018/08/07/configure-a-user-account-to-log-on-automatically-on-windows-7/</guid>

					<description><![CDATA[1.&#160;Click Start, type&#160;netplwiz, and then press Enter. 2.&#160;In the User Accounts dialog box, click the account you want to automatically log on to.If it is available, clear the Users Must Enter A User Name And Password To Use This Computer check box. 3.&#160;Click OK.&#160; 4.&#160;In the Automatically Log On dialog box, enter the user’s password twice and click OK.&#160; The next time you restart the [&#8230;]]]></description>
		
					<wfw:commentRss>https://technicaldigit.com/configure-a-user-account-to-log-on-automatically-on-windows-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Uninstall MySQL from Windows 7/8/10 Completely</title>
		<link>https://technicaldigit.com/how-to-uninstall-mysql-completely-from-windows/</link>
					<comments>https://technicaldigit.com/how-to-uninstall-mysql-completely-from-windows/#respond</comments>
		
		<dc:creator><![CDATA[Technical Digit]]></dc:creator>
		<pubDate>Mon, 16 Jul 2018 19:19:00 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://technicaldigit.com/index.php/2018/07/17/how-to-uninstall-mysql-completely-from-windows/</guid>

					<description><![CDATA[Follow the steps to uninstall MySQL Completely from Windows: NOTE: This method will remove/clean all MySQL databases and instances, so keep backup before going through this process, to save your existing databases. 1. First, Run Command Prompt as Administrator and execute the following command to STOP and REMOVE MySQL service. &#62; Net stop MySQL &#62; Sc delete MySQL 2. Now Go to Control Panel &#62;&#62; [&#8230;]]]></description>
		
					<wfw:commentRss>https://technicaldigit.com/how-to-uninstall-mysql-completely-from-windows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using disk: enhanced 
Minified using disk

Served from: technicaldigit.com @ 2026-08-28 12:07:14 by W3 Total Cache
-->