<?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 | KC's Blog</title>
	<atom:link href="https://www.kjctech.net/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kjctech.net</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2023 18:21:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/12/cropped-KC-Logo.png?fit=32%2C32&#038;ssl=1</url>
	<title>Windows | KC's Blog</title>
	<link>https://www.kjctech.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">24634607</site>	<item>
		<title>Prepare Windows 10/11 ISO for MDT</title>
		<link>https://www.kjctech.net/prepare-windows-10-11-iso-for-mdt/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=prepare-windows-10-11-iso-for-mdt</link>
					<comments>https://www.kjctech.net/prepare-windows-10-11-iso-for-mdt/#comments</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Thu, 21 Jul 2022 06:15:29 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MDT]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.kjctech.net/?p=4785</guid>

					<description><![CDATA[<p>The official downloaded version of Windows 10/11 ISO has an install.esd file that includes all Windows editions but MDT needs a more specific edition of install.wim copy to work with. So, here are the steps to prepare a copy of the Windows image for MDT deployment. 1. Download Windows 10/11 ISO image Download and run the Windows 10 Media Creation Tool to [&#8230;]</p>
The post <a href="https://www.kjctech.net/prepare-windows-10-11-iso-for-mdt/">Prepare Windows 10/11 ISO for MDT</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>The official downloaded version of Windows 10/11 ISO has an install.esd file that includes all Windows editions but MDT needs a more specific edition of install.wim copy to work with. So, here are the steps to prepare a copy of the Windows image for MDT deployment.</p>



<h2 class="wp-block-heading">1. Download Windows 10/11 ISO image</h2>



<p>Download and run the <a href="https://www.microsoft.com/en-ca/software-download/windows10" target="_blank" rel="noreferrer noopener">Windows 10 Media Creation Tool</a> to create the installation media in ISO format.</p>



<figure class="wp-block-image size-full"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="600" height="474" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-8.png?resize=600%2C474&#038;ssl=1" alt="" class="wp-image-4786" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-8.png?w=600&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-8.png?resize=450%2C356&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-8.png?resize=250%2C198&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-8.png?resize=520%2C411&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-8.png?resize=360%2C284&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-8.png?resize=100%2C79&amp;ssl=1 100w" sizes="(max-width: 600px) 100vw, 600px" /></figure>



<h2 class="wp-block-heading">2. Extract files</h2>



<p>Right-click the ISO file we just downloaded, and choose <strong>Mount</strong> to mount the image into a local drive.</p>



<figure class="wp-block-image size-full"><img data-recalc-dims="1" decoding="async" width="413" height="236" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-9.png?resize=413%2C236&#038;ssl=1" alt="" class="wp-image-4787" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-9.png?w=413&amp;ssl=1 413w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-9.png?resize=250%2C143&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-9.png?resize=360%2C206&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-9.png?resize=100%2C57&amp;ssl=1 100w" sizes="(max-width: 413px) 100vw, 413px" /></figure>



<p>Now let’s make a copy of the mounted drive to a folder. For me, I copied the whole drive into a Software folder on my computer.</p>



<h2 class="wp-block-heading">3. Create install.wim from install.esd</h2>



<p>Open an elevated Command Prompt window and run the DISM command to locate the right image to convert first.</p>



<pre class="wp-block-preformatted">DISM /Get-WimInfo /WimFile:sources\install.esd</pre>



<figure class="wp-block-image size-full"><img data-recalc-dims="1" decoding="async" width="600" height="399" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-10.png?resize=600%2C399&#038;ssl=1" alt="" class="wp-image-4788" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-10.png?w=600&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-10.png?resize=450%2C299&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-10.png?resize=250%2C166&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-10.png?resize=520%2C346&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-10.png?resize=360%2C239&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-10.png?resize=100%2C67&amp;ssl=1 100w" sizes="(max-width: 600px) 100vw, 600px" /></figure>



<p>Since I am preparing for the Pro version, index 6 is what I needed. Now run the following to create the install.wim file.</p>



<pre class="wp-block-preformatted">DISM /Export-Image /SourceImageFile:sources\install.esd /SourceIndex:6 /DestinationImageFile:sources\install.wim /compress:max /CheckIntegrity</pre>



<p>This created the install.wim file in the same folder as install.esd.</p>



<figure class="wp-block-image size-full"><img data-recalc-dims="1" loading="lazy" decoding="async" width="600" height="158" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-11.png?resize=600%2C158&#038;ssl=1" alt="" class="wp-image-4789" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-11.png?w=600&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-11.png?resize=450%2C119&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-11.png?resize=250%2C66&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-11.png?resize=520%2C137&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-11.png?resize=360%2C95&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-11.png?resize=100%2C26&amp;ssl=1 100w" sizes="auto, (max-width: 600px) 100vw, 600px" /></figure>



<h2 class="wp-block-heading">4. MDT Setup 1 – Add Image</h2>



<p>Now let’s open <strong>Deployment Workbench</strong> (MDT Console), right-click <strong>Operating System</strong> and choose <strong>Import Operating System</strong>.</p>



<figure class="wp-block-image size-full"><img data-recalc-dims="1" loading="lazy" decoding="async" width="600" height="335" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-12.png?resize=600%2C335&#038;ssl=1" alt="" class="wp-image-4790" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-12.png?w=600&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-12.png?resize=450%2C251&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-12.png?resize=250%2C140&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-12.png?resize=520%2C290&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-12.png?resize=360%2C201&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-12.png?resize=100%2C56&amp;ssl=1 100w" sizes="auto, (max-width: 600px) 100vw, 600px" /></figure>



<p>Select the entire image folder that contains the <strong>install.wim</strong> file we just managed to create. Check the <strong>Move the files</strong> option if needed.</p>



<figure class="wp-block-image size-full"><img data-recalc-dims="1" loading="lazy" decoding="async" width="600" height="501" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-14.png?resize=600%2C501&#038;ssl=1" alt="" class="wp-image-4792" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-14.png?w=600&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-14.png?resize=450%2C376&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-14.png?resize=250%2C209&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-14.png?resize=520%2C434&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-14.png?resize=360%2C301&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2022/07/image-14.png?resize=100%2C84&amp;ssl=1 100w" sizes="auto, (max-width: 600px) 100vw, 600px" /></figure>



<p>Given a unique name for the image, and done for the import.</p>



<p>That&#8217;s it. Now you can either create a new task sequence that uses the newly created image or modify an existing one.</p>The post <a href="https://www.kjctech.net/prepare-windows-10-11-iso-for-mdt/">Prepare Windows 10/11 ISO for MDT</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/prepare-windows-10-11-iso-for-mdt/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4785</post-id>	</item>
		<item>
		<title>Syncing Time within An Active Directory Domain Checklist</title>
		<link>https://www.kjctech.net/syncing-time-within-an-active-directory-domain-checklist/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=syncing-time-within-an-active-directory-domain-checklist</link>
					<comments>https://www.kjctech.net/syncing-time-within-an-active-directory-domain-checklist/#respond</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Mon, 24 Jun 2019 23:37:10 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[NTP]]></category>
		<category><![CDATA[w32tm]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.kjctech.net/?p=4368</guid>

					<description><![CDATA[<p>A computer that had 30 seconds ahead of the domain controller got me to do this sanity check to see if the time is synchronized across the whole network. Why? Because having time off all over the place will cause all sorts of weird issues. It&#8217;s just that important. Here is a checklist of things you need to know when [&#8230;]</p>
The post <a href="https://www.kjctech.net/syncing-time-within-an-active-directory-domain-checklist/">Syncing Time within An Active Directory Domain Checklist</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>A computer that had 30 seconds ahead of the domain controller got me to do this sanity check to see if the time is synchronized across the whole network. Why? Because having time off all over the place will cause all sorts of weird issues. It&#8217;s just that important.</p>



<p>Here is a checklist of things you need to know when it comes to syncing time in a Windows domain based network.</p>



<p>Firs of all, where to check to know what the exact time is right now?</p>



<p><a href="https://time.is/" target="_blank" rel="noreferrer noopener" aria-label="Time.is (opens in a new tab)">Time.is</a> is that place that tells you not only what the time is now but checks if your computer clock is off.</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="952" height="475" src="https://i1.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-14.png?fit=600%2C299&amp;ssl=1" alt="" class="wp-image-4369" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-14.png?w=952&amp;ssl=1 952w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-14.png?resize=250%2C125&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-14.png?resize=450%2C225&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-14.png?resize=768%2C383&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-14.png?resize=600%2C299&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-14.png?resize=700%2C349&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-14.png?resize=520%2C259&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-14.png?resize=360%2C180&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-14.png?resize=100%2C50&amp;ssl=1 100w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<h2 class="wp-block-heading">How to sync time for Domain Controller</h2>



<p>Since my domain controller is virtualized, I don&#8217;t actually need to do anything on AD level. All I need is to make sure the host that all VMs rely on has an accurate time all the time. Basically, I can enable the NTP Client on the host and have it sync to specified NTP servers.</p>



<figure class="wp-block-image"><img data-recalc-dims="1" loading="lazy" decoding="async" width="594" height="262" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-15.png?resize=594%2C262&#038;ssl=1" alt="" class="wp-image-4370" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-15.png?w=594&amp;ssl=1 594w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-15.png?resize=250%2C110&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-15.png?resize=450%2C198&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-15.png?resize=520%2C229&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-15.png?resize=360%2C159&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-15.png?resize=100%2C44&amp;ssl=1 100w" sizes="auto, (max-width: 594px) 100vw, 594px" /></figure>



<p>If setting up NTP on the host level isn&#8217;t an option, maybe because the host doesn&#8217;t have the access to the internet, here is what you can also do.</p>



<p>Open an elevated Command Prompted window on the domain controller and run the following command:</p>



<pre class="wp-block-preformatted">net stop w32time
w32tm /config /manualpeerlist:"0.uk.pool.ntp.org,0x1 1.uk.pool.ntp.org,0x1 2.uk.pool.ntp.org,0x1 3.uk.pool.ntp.org,0x1"
w32tm /config /reliable:yes
net start w32time</pre>



<p>Now, running <code>w32tm /resync</code> should be completed successfully.</p>



<h2 class="wp-block-heading">How to sync time on domain workstations</h2>



<p>The quickest way to sync your computer with the domain time is to run the following command in an elevated Command Prompt window.</p>



<pre class="wp-block-preformatted">net time /domain</pre>



<p>You can schedule it or put it as part of your login script so it runs frequently enough to keep the time synced with AD all the time. But obviously, it&#8217;s not ideal because it&#8217;s better done in Group Policy level if you are in an AD environment.</p>



<p>Open the Group Policy assigned to an OU that includes all the workstations on your network and then navigate to the following location:</p>



<pre class="wp-block-preformatted">Computer Configuration > Policies > Administrative Templates > System > Windows Time Service > Time Providers</pre>



<p>Enable the <strong>Configure Windows NTP Client</strong> policy and set <em>yourdc.yourdomain,0x1</em> as the <strong>NtpServer</strong>.</p>



<p>And enable the &#8220;<strong>Enable Windows NTP Client</strong>&#8221; policy afterwards.</p>



<figure class="wp-block-image"><a href="//i0.wp.com/kjctech.net/wp-content/uploads/2019/06/image-16.png" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" width="787" height="565" src="https://i1.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-16.png?fit=600%2C431&amp;ssl=1" alt="" class="wp-image-4371" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-16.png?w=787&amp;ssl=1 787w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-16.png?resize=250%2C179&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-16.png?resize=450%2C323&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-16.png?resize=768%2C551&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-16.png?resize=600%2C431&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-16.png?resize=700%2C503&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-16.png?resize=520%2C373&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-16.png?resize=360%2C258&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2019/06/image-16.png?resize=100%2C72&amp;ssl=1 100w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a></figure>



<p>To test it out, you can either reboot a workstation or run <code>GPUpdate /Force</code> to update the policy on the local computer and run the following to display the status of the time service.</p>



<pre class="wp-block-preformatted">w32tm /query /status</pre>



<p>That&#8217;s about it. Here are a few w32tm command options that you use to find more information:</p>



<p><strong>w32tm /query /configuration</strong>&nbsp;– check NTP configuration</p>



<p><strong>w32tm /query /source</strong>&nbsp;– display time source</p>



<p><strong>w32tm /query /peers</strong>&nbsp;– display the list of all configured NTP servers and their status</p>The post <a href="https://www.kjctech.net/syncing-time-within-an-active-directory-domain-checklist/">Syncing Time within An Active Directory Domain Checklist</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/syncing-time-within-an-active-directory-domain-checklist/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4368</post-id>	</item>
		<item>
		<title>How To Access A Shared Network Folder with Local Network Service Account</title>
		<link>https://www.kjctech.net/how-to-access-a-shared-network-folder-with-local-network-service-account/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-access-a-shared-network-folder-with-local-network-service-account</link>
					<comments>https://www.kjctech.net/how-to-access-a-shared-network-folder-with-local-network-service-account/#comments</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Mon, 18 Sep 2017 06:25:59 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.kjctech.net/?p=3680</guid>

					<description><![CDATA[<p>I was setting an app that needs to back up a remote SQL server database to a backup storage on another server. It uses the account that runs SQL server service to access the remote backup storage. Since the account is the Network Service on the local SQL server, it doesn&#8217;t have the right permissions to access that storage. I [&#8230;]</p>
The post <a href="https://www.kjctech.net/how-to-access-a-shared-network-folder-with-local-network-service-account/">How To Access A Shared Network Folder with Local Network Service Account</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>I was setting an app that needs to back up a remote SQL server database to a backup storage on another server. It uses the account that runs SQL server service to access the remote backup storage. Since the account is the <strong>Network Service</strong> on the local SQL server, it doesn&#8217;t have the right permissions to access that storage. I could just change the service account to a domain-based account but I was wondering if it&#8217;s possible to just grant the access to the Local Network Service Account.</p>
<h2>How to grant access to another computer&#8217;s Network Service account</h2>
<p>1. Right-click the folder and choose Properties.</p>
<p>2. In Properties dialog box, switch to <strong>Security</strong> tab, and click <strong>Edit</strong> button.</p>
<p>3. Permission window pops up, click Add&#8230; button.</p>
<p>4. Click Object Types&#8230; button, check Computers option and click OK.</p>
<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Permission-window-Object-Type.png?ssl=1" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-full wp-image-3681" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Permission-window-Object-Type.png?resize=513%2C297&#038;ssl=1" alt="" width="513" height="297" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Permission-window-Object-Type.png?w=513&amp;ssl=1 513w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Permission-window-Object-Type.png?resize=250%2C145&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Permission-window-Object-Type.png?resize=450%2C261&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Permission-window-Object-Type.png?resize=360%2C208&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Permission-window-Object-Type.png?resize=100%2C58&amp;ssl=1 100w" sizes="auto, (max-width: 513px) 100vw, 513px" /></a></p>
<p>5. Type in the computer name, click Check Name and select the computer name from the search box. Note that it&#8217;s got a $ sign at the end.</p>
<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Permission-window-select-computer.png?ssl=1" data-rel="lightbox-image-1" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-full wp-image-3682" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Permission-window-select-computer.png?resize=586%2C358&#038;ssl=1" alt="" width="586" height="358" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Permission-window-select-computer.png?w=586&amp;ssl=1 586w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Permission-window-select-computer.png?resize=250%2C153&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Permission-window-select-computer.png?resize=450%2C275&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Permission-window-select-computer.png?resize=520%2C318&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Permission-window-select-computer.png?resize=360%2C220&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Permission-window-select-computer.png?resize=100%2C61&amp;ssl=1 100w" sizes="auto, (max-width: 586px) 100vw, 586px" /></a></p>
<p>6. Grant the necessary permission, such as Modify or even Full Control. Click OK and you are all set.</p>
<p>If you are granting access to multiple computers, consider using Group as computer resource for this role. Create a new Group in AD and add all computers that need to use Network Service account to access network resource to that Group. And grant the Group the access to the folder.</p>
<h2>What about other local accounts?</h2>
<p>By adding the Computer to the access, do I actually grant the access to all the local computer accounts as well? Rest assured, only the <strong>System</strong> and <strong>Network Service</strong> accounts will gain the access. The local accounts are different from these built-in accounts that could be brought over with the computer name context.</p>The post <a href="https://www.kjctech.net/how-to-access-a-shared-network-folder-with-local-network-service-account/">How To Access A Shared Network Folder with Local Network Service Account</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/how-to-access-a-shared-network-folder-with-local-network-service-account/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3680</post-id>	</item>
		<item>
		<title>4 Ways to Mount a VMDK Image File in Windows</title>
		<link>https://www.kjctech.net/mount-a-vmdk-image-file-in-windows/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mount-a-vmdk-image-file-in-windows</link>
					<comments>https://www.kjctech.net/mount-a-vmdk-image-file-in-windows/#comments</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Sat, 26 Nov 2016 00:32:09 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMDK]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://www.kjctech.net/?p=3367</guid>

					<description><![CDATA[<p>If you have a VMDK file that hosts one or more VM partitions, here are 4 ways to get it mounted in Windows as a disk drive. Windows Explorer Supporting VMDK seems to be a feature built right into the Windows system. If you are using a system that runs Windows 7 or above, you may be able to map [&#8230;]</p>
The post <a href="https://www.kjctech.net/mount-a-vmdk-image-file-in-windows/">4 Ways to Mount a VMDK Image File in Windows</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>If you have a VMDK file that hosts one or more VM partitions, here are 4 ways to get it mounted in Windows as a disk drive.</p>
<h2>Windows Explorer</h2>
<p>Supporting VMDK seems to be a feature built right into the Windows system. If you are using a system that runs Windows 7 or above, you may be able to map the image file right through Windows Explorer.</p>
<p>Navigate to the fold that hosts VMDK file in Windows Explorer, right-click the file and choose <strong>Map Virtual Disk</strong>.</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-full wp-image-3368" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/Windows-map-virtual-disk.png?resize=471%2C240" alt="windows-map-virtual-disk" width="471" height="240" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/Windows-map-virtual-disk.png?w=471&amp;ssl=1 471w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/Windows-map-virtual-disk.png?resize=250%2C127&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/Windows-map-virtual-disk.png?resize=450%2C229&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/Windows-map-virtual-disk.png?resize=360%2C183&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/Windows-map-virtual-disk.png?resize=100%2C51&amp;ssl=1 100w" sizes="auto, (max-width: 471px) 100vw, 471px" /></p>
<p>Select the drive letter you want to map to, and click OK button on the Map Virtual Disk window.</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-full wp-image-3369" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/Windows-map-virtual-disk-window.png?resize=468%2C361" alt="windows-map-virtual-disk-window" width="468" height="361" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/Windows-map-virtual-disk-window.png?w=468&amp;ssl=1 468w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/Windows-map-virtual-disk-window.png?resize=250%2C193&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/Windows-map-virtual-disk-window.png?resize=450%2C347&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/Windows-map-virtual-disk-window.png?resize=360%2C278&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/Windows-map-virtual-disk-window.png?resize=100%2C77&amp;ssl=1 100w" sizes="auto, (max-width: 468px) 100vw, 468px" /></p>
<p>To disconnect, right-click the mapped drive and choose <strong>Disconnect Virtual Disk</strong>.</p>
<p>It works beautifully when it works. When it&#8217;s not, it&#8217;s time to seek alternative options.</p>
<h2>VMware Workstation</h2>
<p><strong>VMware Workstation</strong> is VMware&#8217;s desktop solution for virtualization. It has the &#8220;Map Virtual Disks&#8221; feature built in that opens VMDK in a wider format. If the method of using Windows Explorer doesn&#8217;t work out, VMware Workstation is next one in the line to try.</p>
<p>Go to <strong>File</strong> menu and select <strong>Map Virtual Disks&#8230;</strong> from the drop-down list to start the process.</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-full wp-image-3370" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/VMware-Workstation-map-virtual-disk.png?resize=391%2C320" alt="vmware-workstation-map-virtual-disk" width="391" height="320" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/VMware-Workstation-map-virtual-disk.png?w=391&amp;ssl=1 391w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/VMware-Workstation-map-virtual-disk.png?resize=250%2C205&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/VMware-Workstation-map-virtual-disk.png?resize=360%2C295&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/VMware-Workstation-map-virtual-disk.png?resize=100%2C82&amp;ssl=1 100w" sizes="auto, (max-width: 391px) 100vw, 391px" /></p>
<h2>vSphere Disk Development Kit</h2>
<p>The &nbsp;&#8220;VMware-mount&#8221; command line is the one you can use to mount a VMDK disk without a GUI interface. The tool is part of the <a href="http://www.vmware.com/support/developer/vddk">vSphere Disk Development Kit</a>, so you need to download and install the kit to use the tool.</p>
<p>To mount a VMDK file (saved at C:\temp) in read-only mode use the following command:</p>
<pre class="">vmware-mount.exe X: “C:\Temp\TestVM.vmdk”</pre>
<p>If the VMDK file contains more than one partition you can use the parameter <em>/v:x</em> to mount the other volumes:</p>
<pre class="">vmware-mount.exe /v:2 X: “C:\Temp\TestVM.vmdk”</pre>
<p>If you need a writeable access, just use the parameter <em>“/m:w</em>“. This is extremely helpful if you need to replace a broken system file.</p>
<pre class="">vmware-mount.exe /m:w X: “C:\Temp\TestVM.vmdk”</pre>
<p>If you want to list all the mounted virtual drives use <em>/L</em>:</p>
<pre class="">vmware-mount.exe /L</pre>
<p>The command line is easy to use and powerful, but I am finding it&#8217;s not so easy to get the Development Kit installed on my computer for some reason.</p>
<h2>OSFMount</h2>
<p>OSFMount is a 3rd party free image mounting tool that mounts not only ISO format images but also VMDK files in Windows with a drive letter. It works on pretty much all versions of Windows.</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-large wp-image-3372" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/osfmount-mainscreenshot-600x374.png?resize=600%2C374" alt="osfmount-mainscreenshot" width="600" height="374" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/osfmount-mainscreenshot.png?resize=600%2C374&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/osfmount-mainscreenshot.png?resize=250%2C156&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/osfmount-mainscreenshot.png?resize=450%2C281&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/osfmount-mainscreenshot.png?resize=768%2C479&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/osfmount-mainscreenshot.png?resize=700%2C436&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/osfmount-mainscreenshot.png?resize=520%2C324&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/osfmount-mainscreenshot.png?resize=360%2C224&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/osfmount-mainscreenshot.png?resize=100%2C62&amp;ssl=1 100w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/11/osfmount-mainscreenshot.png?w=850&amp;ssl=1 850w" sizes="auto, (max-width: 600px) 100vw, 600px" /></p>
<p>It&#8217;s fairly easy to use the tool. Click the <strong>Mount new&#8230;</strong> button at the bottom of the window and follow the instructions.</p>
<p>If you have other alternative options, feel free to share. It&#8217;s never enough to have a reliable tool that does the job well in hand.</p>


<h3 class="wp-block-heading">/Update on July 8, 2020/</h3>



<p>As some of the commenters pointed out, the open-source archiving tool 7-Zip does happen to be the easiest way to open the VMDK file for you. By all means, give 7-Zip a try first and if it failed, try something mentioned above.</p>The post <a href="https://www.kjctech.net/mount-a-vmdk-image-file-in-windows/">4 Ways to Mount a VMDK Image File in Windows</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/mount-a-vmdk-image-file-in-windows/feed/</wfw:commentRss>
			<slash:comments>15</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3367</post-id>	</item>
		<item>
		<title>Configuring AD Server to Sync Time with External NTP Server</title>
		<link>https://www.kjctech.net/configuring-ad-server-to-sync-time-with-external-ntp-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=configuring-ad-server-to-sync-time-with-external-ntp-server</link>
					<comments>https://www.kjctech.net/configuring-ad-server-to-sync-time-with-external-ntp-server/#respond</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Tue, 22 Mar 2016 00:38:55 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[NTP]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://www.kjctech.net/?p=2886</guid>

					<description><![CDATA[<p>If you got this message regarding your AD server that has PDC emulator role doesn&#8217;t have a proper NtpClient set up, like below: Here is how you can get this sorted out: Log on to the AD server (with PDC role) with administrator account and open elevated command prompt, and run the following commands: net stop w32time w32tm /config /manualpeerlist:"0.uk.pool.ntp.org,0x1 [&#8230;]</p>
The post <a href="https://www.kjctech.net/configuring-ad-server-to-sync-time-with-external-ntp-server/">Configuring AD Server to Sync Time with External NTP Server</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>If you got this message regarding your AD server that has PDC emulator role doesn&#8217;t have a proper NtpClient set up, like below:</p>
<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/03/Event-Viewer-Time-Services.png" rel="attachment wp-att-2887" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-large wp-image-2887" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/03/Event-Viewer-Time-Services-600x416.png?resize=600%2C416" alt="Event Viewer - Time Services" width="600" height="416" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/03/Event-Viewer-Time-Services.png?resize=600%2C416&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/03/Event-Viewer-Time-Services.png?resize=250%2C173&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/03/Event-Viewer-Time-Services.png?resize=450%2C312&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/03/Event-Viewer-Time-Services.png?resize=332%2C230&amp;ssl=1 332w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/03/Event-Viewer-Time-Services.png?w=640&amp;ssl=1 640w" sizes="auto, (max-width: 600px) 100vw, 600px" /></a></p>
<p>Here is how you can get this sorted out:</p>
<p>Log on to the AD server (with PDC role) with administrator account and open elevated command prompt, and run the following commands:</p>
<pre class="">net stop w32time
w32tm /config /manualpeerlist:"0.uk.pool.ntp.org,0x1 1.uk.pool.ntp.org,0x1 2.uk.pool.ntp.org,0x1 3.uk.pool.ntp.org,0x1"
w32tm /config /reliable:yes
net start w32time</pre>
<p>If all went well, running w32tm /resync should get a successful message.</p>
<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/03/w32tm-resync.png" rel="attachment wp-att-2888" data-rel="lightbox-image-1" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-large wp-image-2888" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/03/w32tm-resync-600x304.png?resize=600%2C304" alt="w32tm resync" width="600" height="304" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/03/w32tm-resync.png?resize=600%2C304&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/03/w32tm-resync.png?resize=250%2C127&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/03/w32tm-resync.png?resize=450%2C228&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/03/w32tm-resync.png?resize=332%2C168&amp;ssl=1 332w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/03/w32tm-resync.png?w=677&amp;ssl=1 677w" sizes="auto, (max-width: 600px) 100vw, 600px" /></a></p>
<p>If not, go to Event Viewer to find out more details why it failed.</p>
<p>To force all domain computers to sync the time with the DC you just set up, run the following commands in the elevated command prompt window.</p>
<pre class="">net stop w32time
w32tm /config /syncfromflags:domhier /update
net start w32time</pre>
<p>That&#8217;s probably all you need to get your AD server to act as the NTP server in your domain.</p>
<p>Here are a few more useful <strong>w32tm</strong> commands that come handy:</p>
<p><strong>w32tm /query /configuration</strong> &#8211; check NTP configuration</p>
<p><strong>w32tm /query /source</strong> &#8211; display time source</p>
<p><strong>w32tm /query /peers</strong> &#8211; display the list of all configured NTP servers and their status</p>
<p><strong>w32tm /query /status</strong> &#8211; display time service status</p>The post <a href="https://www.kjctech.net/configuring-ad-server-to-sync-time-with-external-ntp-server/">Configuring AD Server to Sync Time with External NTP Server</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/configuring-ad-server-to-sync-time-with-external-ntp-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2886</post-id>	</item>
		<item>
		<title>How To Easily View Recently Modified Files in Windows</title>
		<link>https://www.kjctech.net/how-to-easily-view-recently-modified-files-in-windows/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-easily-view-recently-modified-files-in-windows</link>
					<comments>https://www.kjctech.net/how-to-easily-view-recently-modified-files-in-windows/#respond</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Mon, 14 Mar 2016 05:18:28 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://www.kjctech.net/?p=2876</guid>

					<description><![CDATA[<p>To find just about anything in Windows, type something describing the file in the search box. Windows will then quickly search all your files, and present a list of matches according to your search criteria. Today we’ll show you how to find files you’ve recently modified. Sometimes you may want to check for recently created or modified files because someone [&#8230;]</p>
The post <a href="https://www.kjctech.net/how-to-easily-view-recently-modified-files-in-windows/">How To Easily View Recently Modified Files in Windows</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>To find just about anything in Windows, type something describing the file in the search box. Windows will then quickly search all your files, and present a list of matches according to your search criteria. Today we’ll show you how to find files you’ve recently modified.</p>
<p>Sometimes you may want to check for recently created or modified files because someone might have installed a third party software without your permission and you want to locate them quickly, or perhaps you’re trying to find a document that you modified a week back but cannot remember the file name or its location. Windows already possess some handy search tools to let you view recently created or modified files easily.</p>
<p>//see full article on <a href="http://www.howtogeek.com/219157/how-to-easily-view-recently-modified-files-in-windows/" target="_blank" rel="noopener">HowToGeek</a></p>The post <a href="https://www.kjctech.net/how-to-easily-view-recently-modified-files-in-windows/">How To Easily View Recently Modified Files in Windows</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/how-to-easily-view-recently-modified-files-in-windows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2876</post-id>	</item>
		<item>
		<title>A History of the Windows Start Menu</title>
		<link>https://www.kjctech.net/a-history-of-the-windows-start-menu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-history-of-the-windows-start-menu</link>
					<comments>https://www.kjctech.net/a-history-of-the-windows-start-menu/#respond</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Fri, 12 Feb 2016 07:30:28 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Start Menu]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://www.kjctech.net/?p=2800</guid>

					<description><![CDATA[<p>Microsoft’s Start menu is a big deal. It’s the first thing many people think of when they think of Windows or even Microsoft. The simple Start menu has existed for more than 20 years now. It started off as a way to make Windows easier to use, and now it’s the center of how we interact with Windows on a daily [&#8230;]</p>
The post <a href="https://www.kjctech.net/a-history-of-the-windows-start-menu/">A History of the Windows Start Menu</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>Microsoft’s Start menu is a big deal. It’s the first thing many people think of when they think of Windows or even Microsoft. The simple Start menu has existed for more than 20 years now. It started off as a way to make Windows easier to use, and now it’s the center of how we interact with Windows on a daily basis. Whether it’s launching apps, searching for documents, or simply shutting down your PC, you probably use the Start menu more than you think.</p>
<p>//via <a href="http://www.theverge.com/2016/2/11/10923808/microsoft-windows-start-menu-20-years-visual-history" target="_blank" rel="noopener">TheVerge</a></p>The post <a href="https://www.kjctech.net/a-history-of-the-windows-start-menu/">A History of the Windows Start Menu</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/a-history-of-the-windows-start-menu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2800</post-id>	</item>
	</channel>
</rss>
