
<?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 10 Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/windows-10/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/windows-10/amp/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Sat, 24 Jun 2023 01:36:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>Windows 10 Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/windows-10/amp/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>How to Set up a PowerShell Remoting Connection</title>
		<link>https://www.technig.com/set-up-a-powershell-remoting-connection/</link>
					<comments>https://www.technig.com/set-up-a-powershell-remoting-connection/#respond</comments>
		
		<dc:creator><![CDATA[Mashallah Haidarzada]]></dc:creator>
		<pubDate>Sat, 24 Jun 2023 01:36:53 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PowerShell Articles]]></category>
		<category><![CDATA[PowerShell Remoting]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Server 2019]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://technig.com/?p=18006</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="866" height="447" src="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Remote connection" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010.jpg 866w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010-300x155.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010-768x396.jpg 768w" sizes="(max-width: 866px) 100vw, 866px" /></div>
<p>PowerShell Remoting allows you to manage a remote computer from your local computer. You type commands on your local computer, and the changes are made on the remote computer. When you set up a PowerShell Remoting connection, you can execute commands remotely, and the changes will be made on the remote computer. The remote computer [&#8230;]</p>
<p>The post <a href="https://www.technig.com/set-up-a-powershell-remoting-connection/">How to Set up a PowerShell Remoting Connection</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="866" height="447" src="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Remote connection" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010.jpg 866w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010-300x155.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010-768x396.jpg 768w" sizes="(max-width: 866px) 100vw, 866px" /></div>
<p>PowerShell Remoting allows you to manage a remote computer from your local computer. You type commands on your local computer, and the changes are made on the remote computer. When you set up a PowerShell Remoting connection, you can execute commands remotely, and the changes will be made on the remote computer. The remote computer is the computer that you want to manage, and your local computer is the computer that you are using to manage the remote computer.</p>



<p>Here are some important points to keep in mind before setting up a PowerShell Remoting connection:</p>



<ol class="wp-block-list">
<li><strong>Both the local and remote computers must be in the same domain or workgroup.</strong>&nbsp;This is because PowerShell Remoting uses Windows Remote Management (WinRM), which is a feature of Active Directory.</li>



<li><strong>Both computers must have PowerShell installed.</strong>&nbsp;PowerShell is a command-line shell and scripting language that is included with Windows.</li>



<li><strong>AD-DS, DHCP, and DNS servers must be configured and running on your network.</strong>&nbsp;These servers are used by WinRM to authenticate users and resolve hostnames.</li>



<li><strong>The IP address configuration on both computers must be correct.</strong>&nbsp;The remote computer&#8217;s IP address must be reachable from the local computer.</li>



<li><strong>The network adapter connection type for all network adapters on both computers must be set to Private.</strong>&nbsp;If any of the network adapters are set to Public, you will receive an error when you try to connect to the remote computer.</li>
</ol>



<h2 class="wp-block-heading">Create PowerShell Remoting Sessions</h2>



<p>Follow the steps below to set up a PowerShell Remoting connection.</p>



<ol class="wp-block-list">
<li><a href="https://www.technig.com/enable-powershell-remoting-in-windows-11/" target="_blank" rel="noreferrer noopener">Enable Powershell remoting</a> on the <strong>remote computer</strong> by running the <code>Enable-PSRemoting</code> command.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="506" height="200" src="https://www.technig.com/wp-content/uploads/2022/05/Enable-PSRemoting.png" alt="Enabling PowerShell Remoting " class="wp-image-18028" srcset="https://www.technig.com/wp-content/uploads/2022/05/Enable-PSRemoting.png 506w, https://www.technig.com/wp-content/uploads/2022/05/Enable-PSRemoting-300x119.png 300w" sizes="(max-width: 506px) 100vw, 506px" /><figcaption class="wp-element-caption">Enabling PowerShell Remoting on the remote computer.</figcaption></figure></div>


<ol class="wp-block-list" start="2">
<li>Set up a remote connection by typing the <code>Enter-PSSession -ComputerName [Name of the computer]</code> command in the local computer. The name of the machine that you are connected to will add at the beginning of commands to show that you are running commands on that particular machine.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="837" height="109" src="https://www.technig.com/wp-content/uploads/2022/05/Enter-PSSession-ComputerName.png" alt="Create PowerShell remote connection Session." class="wp-image-18029" srcset="https://www.technig.com/wp-content/uploads/2022/05/Enter-PSSession-ComputerName.png 837w, https://www.technig.com/wp-content/uploads/2022/05/Enter-PSSession-ComputerName-300x39.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Enter-PSSession-ComputerName-768x100.png 768w" sizes="(max-width: 837px) 100vw, 837px" /><figcaption class="wp-element-caption">Set up PowerShell Remoting connection.</figcaption></figure></div>


<ol class="wp-block-list" start="3">
<li>If you want to create multiple sessions, use the command <code>New-PSSession [Computer Name]</code>. Instead of [Computer Name] use the computer name of your own machine.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="903" height="195" src="https://www.technig.com/wp-content/uploads/2022/05/New-PSSession.png" alt="Set-up PowerShell Remoting Session." class="wp-image-18030" srcset="https://www.technig.com/wp-content/uploads/2022/05/New-PSSession.png 903w, https://www.technig.com/wp-content/uploads/2022/05/New-PSSession-300x65.png 300w, https://www.technig.com/wp-content/uploads/2022/05/New-PSSession-768x166.png 768w" sizes="(max-width: 903px) 100vw, 903px" /><figcaption class="wp-element-caption">Create New PowerShell Remoting Session.</figcaption></figure></div>


<ol class="wp-block-list" start="4">
<li>To see the list of created PowerShell sessions, type the command <code>Get-PSSessions</code>. As you can see, I have one PowerShell session in the list and it is available for connection.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="854" height="156" src="https://www.technig.com/wp-content/uploads/2022/05/Get-PSSession.png" alt="See available PowerShell Remoting Sessions." class="wp-image-18031" srcset="https://www.technig.com/wp-content/uploads/2022/05/Get-PSSession.png 854w, https://www.technig.com/wp-content/uploads/2022/05/Get-PSSession-300x55.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Get-PSSession-768x140.png 768w" sizes="(max-width: 854px) 100vw, 854px" /><figcaption class="wp-element-caption">See the PowerShell Sessions list</figcaption></figure></div>


<ol class="wp-block-list" start="5">
<li>Type the command <code>Get-Command -Noun PSSession</code> to see the list of PowerShell Remoting session commands.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="885" height="263" src="https://www.technig.com/wp-content/uploads/2022/05/Get-Command-Noun-PSSession.png" alt="PowerShell Remoting session commands" class="wp-image-18032" srcset="https://www.technig.com/wp-content/uploads/2022/05/Get-Command-Noun-PSSession.png 885w, https://www.technig.com/wp-content/uploads/2022/05/Get-Command-Noun-PSSession-300x89.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Get-Command-Noun-PSSession-768x228.png 768w" sizes="(max-width: 885px) 100vw, 885px" /><figcaption class="wp-element-caption">List of the PowerShell remoting session commands.</figcaption></figure></div>


<p>You don&#8217;t have to use PowerShell Remoting for commands that have computer name parameters. You can execute commands that have computer name parameters on the target computer without setting up a PowerShell Remoting session.</p>



<p>PowerShell Remoting is much faster than other remoting tools because it uses commands and scripts to manage the target computer. You can create multiple remoting sessions without loading much on the CPU.</p>



<p>Check out this article to know more about <a href="https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/powershell-remoting-faq?view=powershell-7.2" target="_blank" rel="noreferrer noopener">PowerShell Remoting</a>.</p>
<p>The post <a href="https://www.technig.com/set-up-a-powershell-remoting-connection/">How to Set up a PowerShell Remoting Connection</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/set-up-a-powershell-remoting-connection/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18006</post-id>	</item>
		<item>
		<title>How to Share Files Over Network (Share Permissions) on Windows 11</title>
		<link>https://www.technig.com/share-files-over-network-share-permissions-on-windows-11/</link>
					<comments>https://www.technig.com/share-files-over-network-share-permissions-on-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Thu, 16 Jun 2022 10:25:19 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[File Permission]]></category>
		<category><![CDATA[File Sharing Problems]]></category>
		<category><![CDATA[File Sharing Service]]></category>
		<category><![CDATA[File Transfer]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Network File Sharing]]></category>
		<category><![CDATA[Secure File Sharing]]></category>
		<category><![CDATA[Sharing File]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Configuration]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=17591</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Share Permissions on Windows 11" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions.webp 1200w, https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>Share Permissions allows groups of people to share files and folders connected to the same network. Since an organization shares its resources according to its employees&#8217; needs, this Windows feature makes it easy to do so. Share Permissions in Windows 11 and the precedent versions provide this ability to implement appropriate access permissions to content. [&#8230;]</p>
<p>The post <a href="https://www.technig.com/share-files-over-network-share-permissions-on-windows-11/">How to Share Files Over Network (Share Permissions) on Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Share Permissions on Windows 11" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions.webp 1200w, https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p><a href="https://docs.microsoft.com/en-us/iis/web-hosting/configuring-servers-in-the-windows-web-platform/configuring-share-and-ntfs-permissions" target="_blank" rel="noreferrer noopener nofollow">Share Permissions</a> allows groups of people to share files and folders connected to the same network. Since an organization shares its resources according to its employees&#8217; needs, this Windows feature makes it easy to do so. Share Permissions in Windows 11 and the precedent versions provide this ability to implement appropriate access permissions to content. If you have installed Windows 11 on your computer and you want to share a folder using Share Permission, you may face trouble at first. And due to the security issue, Microsoft made file-sharing damn tricky. Don’t worry! In the following paragraphs, you will learn how to share files over the network on Windows 11.</p>



<p>You can read about NTFS Permission on <a href="https://www.technig.com/configure-ntfs-permissions-in-windows-server-2022/" target="_blank" rel="noreferrer noopener nofollow">NTFS Permissions in Windows Server 2022 and Windows 11</a>  page.</p>



<h2 class="wp-block-heading"><strong>How to use share permissions on Windows 11</strong></h2>



<p>Before beginning to share a file, you must turn on the windows discovery options:</p>



<ol class="wp-block-list" type="1"><li>Go to the <strong>Control Panel</strong>, and click on the <strong>Network and Internet.</strong></li><li>In the new window, click on the <strong>Network and Sharing Center.</strong></li><li>On the top left-hand side, click on the <strong>Changed advanced sharing settings</strong>.</li><li>Turn on <strong>network discovery</strong> in the private/public/domain/all networks.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Advanced-Sharing-Setting-1024x501-1.png" alt="How to Share File Over the Network on Windows 11" class="wp-image-17937" width="767" height="375" srcset="https://www.technig.com/wp-content/uploads/2022/04/Advanced-Sharing-Setting-1024x501-1.png 1023w, https://www.technig.com/wp-content/uploads/2022/04/Advanced-Sharing-Setting-1024x501-1-300x147.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Advanced-Sharing-Setting-1024x501-1-768x375.png 768w" sizes="(max-width: 767px) 100vw, 767px" /><figcaption>Turn on File Sharing Options</figcaption></figure></div>


<p>When you share folders with colleagues or friends, the built-in share permissions tools make the process easy for you. There are two types of shares in <strong>File Explorer</strong>.</p>



<h3 class="wp-block-heading">1. <strong>Basic Share</strong></h3>



<ol class="wp-block-list"><li>Open File Explorer and navigate to the folder you want to share; right-click on it, find the <strong>properties </strong>and click on it.</li><li>Click on Sharing tab at the top of the window; you will see two options: <strong>Share </strong>(basic Share) or <strong>Advanced Sharing. </strong>If you click on the <strong>share</strong> option, you can quickly share folders with minimum configuration. Click on <strong>Share,</strong> and from the text box, find the user or group you want to share with.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Sharing-tab.png" alt="How to Share File Over the Network on Windows 11" class="wp-image-17593" width="401" height="542" srcset="https://www.technig.com/wp-content/uploads/2022/04/Sharing-tab.png 534w, https://www.technig.com/wp-content/uploads/2022/04/Sharing-tab-222x300.png 222w" sizes="(max-width: 401px) 100vw, 401px" /><figcaption>Sharing Tab in the Folder Properties</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li> Finally, in the Network access window, choose the people you want to share with on the network, give the permission level to the selected user and click on the <strong>Share</strong> button. And your file is shared; click done.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Choose-the-person-to-share-with-1.png" alt="How to Share File Over the Network on Windows 11" class="wp-image-17939" width="656" height="542" srcset="https://www.technig.com/wp-content/uploads/2022/04/Choose-the-person-to-share-with-1.png 875w, https://www.technig.com/wp-content/uploads/2022/04/Choose-the-person-to-share-with-1-300x248.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Choose-the-person-to-share-with-1-768x634.png 768w" sizes="(max-width: 656px) 100vw, 656px" /><figcaption>Choose the User to Share With.</figcaption></figure></div>


<h3 class="wp-block-heading">2. <strong>Advanced Share</strong></h3>



<ol class="wp-block-list"><li>Alternatively, when you open File Explorer, right-click on the intended folder, then click on the <strong>Properties, </strong>and this time click on the <strong>Advanced Sharing</strong> button, and in a new window, check the “<strong>Share this folder</strong>” option.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Advanced-Sharing.png" alt="How to Share File Over the Network on Windows 11" class="wp-image-17595" width="526" height="540" srcset="https://www.technig.com/wp-content/uploads/2022/04/Advanced-Sharing.png 526w, https://www.technig.com/wp-content/uploads/2022/04/Advanced-Sharing-292x300.png 292w" sizes="(max-width: 526px) 100vw, 526px" /><figcaption>Advanced Sharing Window</figcaption></figure></div>


<ol class="wp-block-list" start="2"><li> In the <strong>Advanced Sharing</strong> window, you can change the share&#8217;s name and limit the number of users that can access this folder simultaneously, and write comments for users.</li><li>Click on <strong>Permissions</strong> to specify the type of permissions and users you want to share with.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Permissions.png" alt="Permissions on Advanced Sharing window" class="wp-image-17596" width="526" height="540" srcset="https://www.technig.com/wp-content/uploads/2022/04/Permissions.png 526w, https://www.technig.com/wp-content/uploads/2022/04/Permissions-292x300.png 292w" sizes="(max-width: 526px) 100vw, 526px" /><figcaption>Click on Permissions Button</figcaption></figure></div>


<ol class="wp-block-list" start="4"><li>If you want to specify the user, click on the <strong>Add</strong> button, write the user’s name in the text box, and click on the <strong>Check Name</strong> button. Or click on the <strong>Advanced</strong> and <strong>Find Now</strong> button to find and select the existing users manually.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Add-user-and-group-1024x492.png" alt="Add new user or group" class="wp-image-17597" width="768" height="369" srcset="https://www.technig.com/wp-content/uploads/2022/04/Add-user-and-group-1024x492.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Add-user-and-group-300x144.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Add-user-and-group-768x369.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Add-user-and-group.png 1200w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Add New User or Group</figcaption></figure></div>


<ol class="wp-block-list" start="5"><li> After selecting the user, you can now check the <strong>Allow</strong> or <strong>Deny</strong> boxes to define permission access to users. When you specify the permissions for users or groups, click <strong>Ok</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Specify-the-permissions-level.png" alt="Specify the Permissions Level" class="wp-image-17598" height="600" srcset="https://www.technig.com/wp-content/uploads/2022/04/Specify-the-permissions-level.png 537w, https://www.technig.com/wp-content/uploads/2022/04/Specify-the-permissions-level-240x300.png 240w" sizes="(max-width: 537px) 100vw, 537px" /><figcaption>Specify the Permissions Level Using Allow or Deny Column</figcaption></figure></div>


<p><strong>Note</strong>: there are three types of share permissions:</p>



<ol class="wp-block-list" type="1"><li><strong>Full control</strong>: the user can read, write, change, delete, and even change the permissions type.</li><li><strong>Change:</strong> the user can read, write, execute, and delete the folder.</li><li><strong>Read</strong>: the user can read and view the content. (This is the default permissions)</li></ol>



<h2 class="wp-block-heading"><strong>Fix file sharing problems</strong></h2>



<p>After you shared a folder and it did not work or did not show up in the network on other computers, you may need to enable some services on your computer.</p>



<ol class="wp-block-list"><li>Search <strong>Turn Windows Features on or off</strong> in the search box or start menu and open it.</li><li>Scroll down and find <strong>SMB 1.0/CIFS File Sharing Support</strong> in the new tiny window and expand it. Check <strong>SMB 1.0/CIFS Client</strong>. Restart your computer.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/SMB-Feature-in-Windows.png" alt="Turn on SMB Feature on Windows 11" class="wp-image-17599" width="517" height="456" srcset="https://www.technig.com/wp-content/uploads/2022/04/SMB-Feature-in-Windows.png 689w, https://www.technig.com/wp-content/uploads/2022/04/SMB-Feature-in-Windows-300x265.png 300w" sizes="(max-width: 517px) 100vw, 517px" /><figcaption>Turn On SMB Feature</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li> Furthermore, if you still have problems, open the search box and search for <strong>Services </strong>and open it. Find<strong> Function Discovery Provider Host </strong>and<strong> Function Discovery Resource Publication</strong>, double click on each of them to open and set the start type to <strong>Automatic</strong> and <strong>Start </strong>them.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Function-Discovery-1024x621.png" alt="Function Discovery" class="wp-image-17600" width="768" height="466" srcset="https://www.technig.com/wp-content/uploads/2022/04/Function-Discovery-1024x621.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Function-Discovery-300x182.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Function-Discovery-768x466.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Function-Discovery.png 1454w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Start the Function Discoveries from Windows Services</figcaption></figure></div>


<ol class="wp-block-list" start="4"><li> Other services you need to set to <strong>Automatic </strong>and <strong>start </strong>are <strong>SSDP Discovery </strong>and<strong> UPnP Device Host.</strong></li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/UPNP-and-SSD-Discovery-1024x620.png" alt="UPNP and SSD Discovery in Windows Services" class="wp-image-17601" width="768" height="465" srcset="https://www.technig.com/wp-content/uploads/2022/04/UPNP-and-SSD-Discovery-1024x620.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/UPNP-and-SSD-Discovery-300x182.png 300w, https://www.technig.com/wp-content/uploads/2022/04/UPNP-and-SSD-Discovery-768x465.png 768w, https://www.technig.com/wp-content/uploads/2022/04/UPNP-and-SSD-Discovery.png 1453w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>UPnP and SSD Discovery in Windows Services</figcaption></figure></div>


<p>After you set these four services to Automatic and start each of them, you need to restart your computer. After the restart of your computer, you can share folders in the network.</p>



<h2 class="wp-block-heading">Conclusions</h2>



<p>To conclude, the share permissions in Windows 11 add extra security dimensions to the organization’s network. Additionally, this feature allows users and groups to use shared folders and files according to their needs. We hope this article could help you solve the sharing problems in your network and if you have questions, write them in the comment section of this page.</p>
<p>The post <a href="https://www.technig.com/share-files-over-network-share-permissions-on-windows-11/">How to Share Files Over Network (Share Permissions) on Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/share-files-over-network-share-permissions-on-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17591</post-id>	</item>
		<item>
		<title>How to Create And Configure Restore Points on Windows 11</title>
		<link>https://www.technig.com/create-and-configure-restore-points-on-windows-11/</link>
					<comments>https://www.technig.com/create-and-configure-restore-points-on-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Mashallah Haidarzada]]></dc:creator>
		<pubDate>Sat, 04 Jun 2022 01:16:43 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Backup and Recovery]]></category>
		<category><![CDATA[Backup and Restore]]></category>
		<category><![CDATA[Cloud Backup]]></category>
		<category><![CDATA[Configure Restore Point]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[System Restore]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Backup]]></category>
		<guid isPermaLink="false">https://technig.com/?p=18226</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1280" height="720" src="https://www.technig.com/wp-content/uploads/2022/05/maxresdefault.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="create and configure Restore Points on Windows 11." decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/maxresdefault.jpg 1280w, https://www.technig.com/wp-content/uploads/2022/05/maxresdefault-300x169.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/maxresdefault-1024x576.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/maxresdefault-768x432.jpg 768w" sizes="(max-width: 1280px) 100vw, 1280px" /></div>
<p>A Restore Point is the type of file that contains the configuration of your operating system. When you create a Restore Point in Windows 11, it saves the configuration of your operating system at that specific point in time. You can apply back that configuration to your operating system later. You may want to create [&#8230;]</p>
<p>The post <a href="https://www.technig.com/create-and-configure-restore-points-on-windows-11/">How to Create And Configure Restore Points on Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1280" height="720" src="https://www.technig.com/wp-content/uploads/2022/05/maxresdefault.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="create and configure Restore Points on Windows 11." decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/maxresdefault.jpg 1280w, https://www.technig.com/wp-content/uploads/2022/05/maxresdefault-300x169.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/maxresdefault-1024x576.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/maxresdefault-768x432.jpg 768w" sizes="(max-width: 1280px) 100vw, 1280px" /></div>
<p>A Restore Point is the type of file that contains the configuration of your operating system. When you create a Restore Point in Windows 11, it saves the configuration of your operating system at that specific point in time. You can apply back that configuration to your operating system later. You may want to create a Restore Point when you install an application, install a windows update, or make other changes to the operating system of your machine. Later you can delete the restore points if the changes are applied well, or you might not be satisfied with the new changes and you restore the previous configuration.</p>



<h2 class="wp-block-heading">Create Restore Points in Windows 11 Using Graphical Tools</h2>



<p>We are using the System Properties to create a Restore Point. Follow the steps below to create Windows 11 Restore Points using System Properties.</p>



<ol class="wp-block-list"><li>Search for <strong>Create a Restore Point</strong> in the Windows Search Bar. Or, type <code>Sysdm.cpl</code> in the Run and click <strong>OK</strong>, then click on the System Protection tab of the System Properties window.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="639" height="275" src="https://technig.com/wp-content/uploads/2022/05/screenshot_20220527_160509.png" alt="Open System Properties." class="wp-image-18287" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_160509.png 639w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_160509-300x129.png 300w" sizes="(max-width: 639px) 100vw, 639px" /><figcaption>Open System Properties through Run.</figcaption></figure></div>


<ol class="wp-block-list" start="2"><li>Click on <strong>Configure</strong>.</li><li>Click on <strong>Turn on system protection</strong>. You can specify the amount of Disk space for the restore points to be stored. Once the restore points data reaches the limit, the older restore points will be deleted. Then click <strong>OK</strong> to apply.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="379" height="457" src="//i0.wp.com/technig.com/wp-content/uploads/2022/05/System-1.jpg" alt="" class="wp-image-18290" srcset="https://www.technig.com/wp-content/uploads/2022/05/System-1.jpg 379w, https://www.technig.com/wp-content/uploads/2022/05/System-1-249x300.jpg 249w, https://www.technig.com/wp-content/uploads/2022/05/System-1-180x217.jpg 180w, https://www.technig.com/wp-content/uploads/2022/05/System-1-267x322.jpg 267w, https://www.technig.com/wp-content/uploads/2022/05/System-1-368x445.jpg 368w" sizes="(max-width: 379px) 100vw, 379px" /><figcaption>Restore Settings and Disk Space Usage settings for restore points.</figcaption></figure></div>


<ol class="wp-block-list" start="4"><li>To create a Restore Point, click on <strong>Create</strong>, type a descriptive name for your restore point, then click on <strong>Create</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="620" height="470" src="https://technig.com/wp-content/uploads/2022/05/screenshot_20220527_204454.jpg" alt="Create a Restore Point on Windows 11." class="wp-image-18291" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_204454.jpg 620w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_204454-300x227.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_204454-86x64.jpg 86w" sizes="(max-width: 620px) 100vw, 620px" /><figcaption>Create And Configure Restore Points on Windows 11</figcaption></figure></div>


<ol class="wp-block-list" start="5"><li>To see restore point lists and restore a specific restore point, click on <strong>System Restore.</strong></li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="414" height="470" src="https://technig.com/wp-content/uploads/2022/05/System-Restore.jpg" alt="Settings for System Restore." class="wp-image-18292" srcset="https://www.technig.com/wp-content/uploads/2022/05/System-Restore.jpg 414w, https://www.technig.com/wp-content/uploads/2022/05/System-Restore-264x300.jpg 264w" sizes="(max-width: 414px) 100vw, 414px" /><figcaption>Configure Restore Point through System Properties in Windows 11.</figcaption></figure></div>


<ol class="wp-block-list" start="6"><li>Select <strong>Choose a different restore point,</strong> then click on Next. If this option doesn&#8217;t appear, just click on Next.</li><li>Choose a Restore Point from the list, then click on <strong>Next</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="566" height="459" src="https://technig.com/wp-content/uploads/2022/05/screenshot_20220527_211901.jpg" alt="Restore Points list." class="wp-image-18293" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_211901.jpg 566w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_211901-300x243.jpg 300w" sizes="(max-width: 566px) 100vw, 566px" /><figcaption>Restore a Restore Point from the lists.</figcaption></figure></div>


<ol class="wp-block-list" start="8"><li>Click on <strong>Finish</strong>. Your computer will be restarted, and the Restore Point will be applied.</li></ol>



<p>You may also be interested to know <a href="https://www.technig.com/create-virtual-machine-checkpoints-in-hyper-v/" target="_blank" rel="noreferrer noopener">How To Create Virtual Machine Checkpoints In Hyper-V.</a></p>



<h2 class="wp-block-heading">Create Restore Points in Windows 11 Using Command Line Interface</h2>



<p>There are two ways to create and configure Restore Point using Command Line Interface. You can run commands on PowerShell or Command Prompt to configure Restore Points.</p>



<h3 class="wp-block-heading">Create Restore Point using Command Prompt</h3>



<p>Follow the steps below to create Restore Points in Windows 11.</p>



<ol class="wp-block-list"><li>Run CMD as administrator.</li><li>Type the following command <code>wmic.exe /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "Testing Restore Point", 100, 7</code>. The Testing Restore Point is the name of the restore point that I created during this article, and you can name your Restore Points differently.</li><li>To use more features of the restore point, type the <code>rstrui.exe</code> command.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="788" height="588" src="https://technig.com/wp-content/uploads/2022/05/screenshot_20220527_222148.jpg" alt="Using Command Prompt to configure Restore Point." class="wp-image-18294" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_222148.jpg 788w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_222148-300x224.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_222148-768x573.jpg 768w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_222148-86x64.jpg 86w" sizes="(max-width: 788px) 100vw, 788px" /><figcaption>Restore Point configuration in command prompt</figcaption></figure></div>


<h3 class="wp-block-heading">Create Restore Point Using PowerShell</h3>



<p>Creating a Restore Point through PowerShell is not a more complex and time-consuming process. If you type the commands correctly, you may not receive errors. Keep in mind that by default, you can only create one Restore Point every 24 hours. You can change the frequency of Restore Point creation from the registry if you need. Follow the steps below to Restore Point on Windows 11 using Windows Powershell.</p>



<ol class="wp-block-list"><li><a href="https://www.technig.com/run-powershell-as-administrator-in-windows-server-2022/" target="_blank" rel="noreferrer noopener">Run PowerShell as Administrator</a>.</li><li>Type <code>Enable-ComputerRestore -Drive "C:\"</code>. I am going to enable Restore Points for drive C:\. You can add another location.</li><li>Type the following command.<code>Checkpoint-Computer -Description "Checkpoint for testing purpose" -RestorePointType "MODIFY_SETTINGS"</code>. You will see the following screen when PowerShell starts creating a Restore Point.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="627" height="158" src="//i0.wp.com/technig.com/wp-content/uploads/2022/05/screenshot_20220529_094018-1.jpg" alt="" class="wp-image-18307" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220529_094018-1.jpg 627w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220529_094018-1-300x76.jpg 300w" sizes="(max-width: 627px) 100vw, 627px" /><figcaption>Create Restore Point on Windows 11 using PowerShell.</figcaption></figure></div>


<p>Restore Point helps you to save the current setting of your operating system and restore it back any time in the future. It is good to use Restore Points when you make some changes to your computer, and you are not sure that changes will happen correctly.</p>



<p>You may also be interested in these articles as well.</p>



<p><a href="https://www.technig.com/delete-system-restore-and-shadow-copies/" target="_blank" rel="noreferrer noopener">Delete System Restore And Shadow Copies In Windows 10.</a></p>



<p><a href="https://www.technig.com/install-and-enable-data-deduplication-in-windows-server-2022/" target="_blank" rel="noreferrer noopener">How To Install And Enable Data Deduplication In Windows Server 2022</a>.</p>
<p>The post <a href="https://www.technig.com/create-and-configure-restore-points-on-windows-11/">How to Create And Configure Restore Points on Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/create-and-configure-restore-points-on-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18226</post-id>	</item>
		<item>
		<title>How to Schedule Automatic Backup in Windows 11 (2 easy ways)</title>
		<link>https://www.technig.com/schedule-automatic-backup-in-windows-11/</link>
					<comments>https://www.technig.com/schedule-automatic-backup-in-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Wed, 01 Jun 2022 07:20:00 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Backup and Restore]]></category>
		<category><![CDATA[Backup Services]]></category>
		<category><![CDATA[Backup Solution]]></category>
		<category><![CDATA[Data Backup]]></category>
		<category><![CDATA[Data Protection and Backup]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Offsite Backup]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Security]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=18168</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Backup.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Schedule Automatic Backup" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Backup.webp 1200w, https://www.technig.com/wp-content/uploads/2022/05/Backup-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/05/Backup-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/05/Backup-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>Since data has become an essential part of our lives, its safety is also a big concern. You may want to protect your data from viruses, crushes, and corruption in many situations. You can ensure the safety of your data by backing up all your data and files, and you can create a backup either [&#8230;]</p>
<p>The post <a href="https://www.technig.com/schedule-automatic-backup-in-windows-11/">How to Schedule Automatic Backup in Windows 11 (2 easy ways)</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Backup.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Schedule Automatic Backup" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Backup.webp 1200w, https://www.technig.com/wp-content/uploads/2022/05/Backup-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/05/Backup-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/05/Backup-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>Since data has become an essential part of our lives, its safety is also a big concern. You may want to protect your data from viruses, crushes, and corruption in many situations. You can ensure the safety of your data by backing up all your data and files, and you can create a <a href="https://en.wikipedia.org/wiki/Backup" target="_blank" rel="noreferrer noopener nofollow">backup </a>either manually or automatically on Windows 11. Since we have an article about backing up our files on <a href="https://www.technig.com/download-windows-11-iso-file/" target="_blank" rel="noreferrer noopener">Windows 11</a> manually, you can check how to take and restore a full Backup on Windows 11 article. The current article will give you ways to schedule an automatic backup on Windows 11 through the file history and Windows backup and restore.</p>



<h2 class="wp-block-heading"><strong>How to schedule backup on Windows 11 with Windows Backup and Restore</strong></h2>



<p>Windows backup and restore is a built-in and traditional tool that lets you schedule an automatic backup on Windows 11. Follow me with the below steps; I will create a full backup of my files on an external USB.</p>



<ol class="wp-block-list" type="1"><li>Connect your external hard drives such as USB or external hard disk to your computer if you want to take backup on an external hard disk.</li><li>Open the control panel. Press <strong>Windows + R</strong> to open the Run; write the control panel and click <strong>OK</strong>.</li><li>Click on the <strong>Backup and Restore</strong> <strong>(Windows 7)</strong> option under the system and security category.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220521_152620-1024x684.png" alt="How to Schedule Automatic Backup in Windows 11 (2 easy ways)" class="wp-image-18170" width="768" height="513" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220521_152620-1024x684.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220521_152620-300x200.png 300w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220521_152620-768x513.png 768w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220521_152620-450x300.png 450w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220521_152620.png 1367w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Backup and Restore</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="4"><li>Click on the <strong>Set up backup</strong> icon.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Set-up-Backup-1024x759.png" alt="How to Schedule Automatic Backup in Windows 11 (2 easy ways)" class="wp-image-18171" width="768" height="569" srcset="https://www.technig.com/wp-content/uploads/2022/05/Set-up-Backup-1024x759.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Set-up-Backup-300x222.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Set-up-Backup-768x569.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Set-up-Backup-86x64.png 86w, https://www.technig.com/wp-content/uploads/2022/05/Set-up-Backup.png 1183w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Set up Backup</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="5"><li>Select the local or external drive that you want to save your backup and click <strong>next</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Select-the-drive1.jpg" alt="How to Schedule Automatic Backup in Windows 11 (2 easy ways)" class="wp-image-18172" width="665" height="543" srcset="https://www.technig.com/wp-content/uploads/2022/05/Select-the-drive1.jpg 886w, https://www.technig.com/wp-content/uploads/2022/05/Select-the-drive1-300x245.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/Select-the-drive1-768x628.jpg 768w" sizes="(max-width: 665px) 100vw, 665px" /><figcaption>Select the Drive</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="6"><li>A question asks what do you want to backup? If you choose &#8216;<strong>Let windows choose,&#8217;</strong> it automatically backs up the entire data in Libraries, desktops, and default Windows folders. However, if you choose <strong>Let me choose</strong>, you can select libraries, folders, and drives and whether to include the system image or not manually. I go with the second option.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/What-do-you-want-to-backup.png" alt="How to Schedule Automatic Backup in Windows 11 (2 easy ways)" class="wp-image-18173" width="667" height="659" srcset="https://www.technig.com/wp-content/uploads/2022/05/What-do-you-want-to-backup.png 889w, https://www.technig.com/wp-content/uploads/2022/05/What-do-you-want-to-backup-300x297.png 300w, https://www.technig.com/wp-content/uploads/2022/05/What-do-you-want-to-backup-768x759.png 768w, https://www.technig.com/wp-content/uploads/2022/05/What-do-you-want-to-backup-100x100.png 100w" sizes="(max-width: 667px) 100vw, 667px" /><figcaption>What Do You Want to Backup</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="7"><li>Select the check box of the items you want to back up. Additionally, check its box if you&#8217;re going to include the system image of drives. Else, uncheck it, and click <strong>next</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Select-the-folder-1.png" alt="Select the folders you want to create a backup of." class="wp-image-18175" width="664" height="657" srcset="https://www.technig.com/wp-content/uploads/2022/05/Select-the-folder-1.png 885w, https://www.technig.com/wp-content/uploads/2022/05/Select-the-folder-1-300x297.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Select-the-folder-1-768x760.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Select-the-folder-1-100x100.png 100w" sizes="(max-width: 664px) 100vw, 664px" /><figcaption>Choose the Folders</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="8"><li>In the <strong>Review Your Backup Settings</strong> wizard, click on the <strong>Change schedule</strong> to set the times for your backup.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-Backup.png" alt="Select the folders you want to create a backup of." class="wp-image-18176" width="664" height="656" srcset="https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-Backup.png 885w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-Backup-300x297.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-Backup-768x759.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-Backup-100x100.png 100w" sizes="(max-width: 664px) 100vw, 664px" /><figcaption>Schedule the Backup</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="9"><li>Specify how often to take backup and what day and time, then click <strong>Ok</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-time.png" alt="Schedule the time" class="wp-image-18177" width="667" height="630" srcset="https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-time.png 889w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-time-300x283.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-time-768x726.png 768w" sizes="(max-width: 667px) 100vw, 667px" /><figcaption>Schedule the Time</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="8"><li>Finally, click on the <strong>Save Settings and Run Backup Button</strong> to create a backup.</li></ol>



<h2 class="wp-block-heading"><strong>How to create an automatic file backup?</strong></h2>



<p>File history is another built-in method to take backup of your files in physical storage. To set up a file history auto-backup, go with the following steps:</p>



<ol class="wp-block-list" type="1"><li>Open the Control Panel</li><li>Click on the <strong>Save backup copies of your files with the file history</strong> option under the System and Security category.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/File-History-Backup-1024x747.png" alt="File History Backup" class="wp-image-18178" width="768" height="560" srcset="https://www.technig.com/wp-content/uploads/2022/05/File-History-Backup-1024x747.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/File-History-Backup-300x219.png 300w, https://www.technig.com/wp-content/uploads/2022/05/File-History-Backup-768x560.png 768w, https://www.technig.com/wp-content/uploads/2022/05/File-History-Backup-86x64.png 86w, https://www.technig.com/wp-content/uploads/2022/05/File-History-Backup.png 1181w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>File History Backup</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="3"><li>You see, the file history is turned off. Turn it on by clicking on the <strong>Turn On</strong> button.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Turn-On-File-History-1024x684.png" alt="Turn on File History" class="wp-image-18179" width="768" height="513" srcset="https://www.technig.com/wp-content/uploads/2022/05/Turn-On-File-History-1024x684.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Turn-On-File-History-300x200.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Turn-On-File-History-768x513.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Turn-On-File-History-450x300.png 450w, https://www.technig.com/wp-content/uploads/2022/05/Turn-On-File-History.png 1370w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Turn on File History</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="4"><li>After the file history is turned on, click on <strong>Run Now. </strong>You see, it says <strong>file history is saving copies of your files</strong>. It copies files from Libraries, desktops, Contacts, and Favorites.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Run-now-the-file-history-1024x683.png" alt="Click on the Run Now" class="wp-image-18180" width="768" height="512" srcset="https://www.technig.com/wp-content/uploads/2022/05/Run-now-the-file-history-1024x683.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Run-now-the-file-history-300x200.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Run-now-the-file-history-768x512.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Run-now-the-file-history-450x300.png 450w, https://www.technig.com/wp-content/uploads/2022/05/Run-now-the-file-history.png 1373w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Click on the Run Now</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="5"><li>&nbsp;On the left-hand side, some options are there that let you bring changes into your file history backup configuration.<ol><li><strong>Select drive</strong>: you can change the location and the drive you want to save the backup file.</li><li><strong>Exclude Folders: </strong>If you don&#8217;t want to save copies of specific folders or files, use this option to exclude those items.</li><li><strong>Advanced Settings: &nbsp;</strong>Click on the advanced settings to specify how often you want to take a backup of your files and how long you want those files to be saved.</li></ol></li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Set-the-time-on-file-history-1024x684.png" alt="Set the Time for Creating Backup" class="wp-image-18181" width="768" height="513" srcset="https://www.technig.com/wp-content/uploads/2022/05/Set-the-time-on-file-history-1024x684.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Set-the-time-on-file-history-300x201.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Set-the-time-on-file-history-768x513.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Set-the-time-on-file-history-450x300.png 450w, https://www.technig.com/wp-content/uploads/2022/05/Set-the-time-on-file-history.png 1372w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Set Time for Backing Up</figcaption></figure></div>


<ol class="wp-block-list" start="6"><li>After setting the time for backup, click on the <strong>Save changes</strong> button.</li></ol>



<h3 class="wp-block-heading"><strong>Conclusions</strong></h3>



<p>With the above two built-in methods, you can schedule an automatic backup on your Windows 11 and ensure the safety of your data even further. You can share your thoughts and questions in the comment section of this page.</p>
<p>The post <a href="https://www.technig.com/schedule-automatic-backup-in-windows-11/">How to Schedule Automatic Backup in Windows 11 (2 easy ways)</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/schedule-automatic-backup-in-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18168</post-id>	</item>
		<item>
		<title>How to Backup and Restore Data on Windows 11?</title>
		<link>https://www.technig.com/backup-and-restore-data-on-windows-11/</link>
					<comments>https://www.technig.com/backup-and-restore-data-on-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Tue, 24 May 2022 10:33:00 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Backup and Recovery]]></category>
		<category><![CDATA[Backup and Restore]]></category>
		<category><![CDATA[Backup Services]]></category>
		<category><![CDATA[Backup Solution]]></category>
		<category><![CDATA[Backup Solutions]]></category>
		<category><![CDATA[Cloud Backup Services]]></category>
		<category><![CDATA[Data Backup]]></category>
		<category><![CDATA[Data Protection and Backup]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Online Backup Services]]></category>
		<category><![CDATA[System Restore]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Backup]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=17425</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1024" height="538" src="https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Windows 11 Backup and Restore" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1-300x158.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1-768x404.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></div>
<p>File losing is one of the biggest concerns in today&#8217;s digital world, and to get rid of these problems, Microsoft offers built-in tools in Windows 11 to back up your system. By backing up your system, you ensure the safety of your data from disk failure, viruses, malware, fire, flood, or any other strange causes. [&#8230;]</p>
<p>The post <a href="https://www.technig.com/backup-and-restore-data-on-windows-11/">How to Backup and Restore Data on Windows 11?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1024" height="538" src="https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Windows 11 Backup and Restore" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1-300x158.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1-768x404.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></div>
<p>File losing is one of the biggest concerns in today&#8217;s digital world, and to get rid of these problems, Microsoft offers built-in tools in Windows 11 to back up your system. By backing up your system, you ensure the safety of your data from disk failure, viruses, malware, fire, flood, or any other strange causes. Among other built-in tools, the <strong>Backup and Restore </strong>is one of the essential backup and recovery tools in Windows 11 that we will talk about in this article.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1.jpg" alt="Windows 11 Backup and Restore" class="wp-image-17800" width="768" height="404" srcset="https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1-300x158.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1-768x404.jpg 768w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Windows 11 Backup and Restore</figcaption></figure></div>


<p><strong>Related:</strong> <a href="https://www.technig.com/schedule-automatic-backup-in-windows-11/" target="_blank" rel="noreferrer noopener nofollow">How to Schedule Automatic Backup on Windows 11</a>?</p>



<h2 class="wp-block-heading">Create a full backup on Windows 11</h2>



<p>To create a full backup that stores all the installation, files, images, documents, and settings, use <strong>Backup and Restore</strong> features. This feature takes a copy or an image of the whole system and stores that in an external or internal hard disk or drive. To create a full backup from Windows 11, follow the below steps:</p>



<ol class="wp-block-list"><li>Open <strong>Control Panel</strong> from the <strong>Start Menu</strong>, and click on <strong>Backup and Restore</strong> (Windows 7) beneath the <strong>System and Security</strong> category.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Backup-and-Restore-1024x518-1.png" alt="Complete Guide on Windows 11 Backup and Restore" class="wp-image-17929" width="633" height="308" srcset="https://www.technig.com/wp-content/uploads/2022/04/Backup-and-Restore-1024x518-1.png 844w, https://www.technig.com/wp-content/uploads/2022/04/Backup-and-Restore-1024x518-1-300x146.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Backup-and-Restore-1024x518-1-768x374.png 768w" sizes="(max-width: 633px) 100vw, 633px" /><figcaption>Control Panel Window</figcaption></figure></div>


<ol class="wp-block-list" start="2"><li> In the top-left-hand corner, click on <strong>Create a system image</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Create-System-Image-1024x576-1.png" alt="Complete Guide on Windows 11 Backup and Restore" class="wp-image-17930" width="767" height="427" srcset="https://www.technig.com/wp-content/uploads/2022/04/Create-System-Image-1024x576-1.png 1023w, https://www.technig.com/wp-content/uploads/2022/04/Create-System-Image-1024x576-1-300x167.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Create-System-Image-1024x576-1-768x427.png 768w" sizes="(max-width: 767px) 100vw, 767px" /><figcaption>Create System Image</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li> A new window pops up, asking where you want to save the backup. You have to choose one of the three options; <strong>on a hard disk</strong>, <strong>on one or more DVDs</strong>, or <strong>on a network location</strong>; Select the location accordingly. If you select the hard disk, open the drop-down menu and choose the intended disk.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Save-the-Backup-file-1.png" alt="Save the Backup File" class="wp-image-17931" width="672" height="705" srcset="https://www.technig.com/wp-content/uploads/2022/04/Save-the-Backup-file-1.png 896w, https://www.technig.com/wp-content/uploads/2022/04/Save-the-Backup-file-1-286x300.png 286w, https://www.technig.com/wp-content/uploads/2022/04/Save-the-Backup-file-1-768x806.png 768w" sizes="(max-width: 672px) 100vw, 672px" /><figcaption>Save the Backup</figcaption></figure></div>


<ol class="wp-block-list" start="4"><li> First, confirm your backup settings and then click on the <strong>Start Backup</strong> button; then, a new tiny window shows the process of saving the backup. The processing time depends on the amount of data in your system.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Processing-1.png" alt="Complete Guide on Windows 11 Backup and Restore" class="wp-image-17932" width="571" height="343" srcset="https://www.technig.com/wp-content/uploads/2022/04/Processing-1.png 761w, https://www.technig.com/wp-content/uploads/2022/04/Processing-1-300x180.png 300w" sizes="(max-width: 571px) 100vw, 571px" /><figcaption>Processing</figcaption></figure></div>


<ol class="wp-block-list" start="5"><li> The new window that wants you to <strong>create a system repair disk</strong> shows up. If you&#8217;re going to make the repair disk, click <strong>yes</strong>; otherwise, click <strong>no</strong>. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Create-System-Repair-Disk.png" alt="Repair disk" class="wp-image-17433" width="425" height="223" srcset="https://www.technig.com/wp-content/uploads/2022/04/Create-System-Repair-Disk.png 566w, https://www.technig.com/wp-content/uploads/2022/04/Create-System-Repair-Disk-300x157.png 300w" sizes="(max-width: 425px) 100vw, 425px" /><figcaption>Create System Repair Disk</figcaption></figure></div>


<p>Finally, you are done! You can go to the selected disk and see a new folder created <strong>WindowsImageBackup</strong>, containing all the backup data.</p>



<h2 class="wp-block-heading"><strong>How to restore the backup on Windows 11?</strong></h2>



<p>If you face hardware failure, system corruption, or your important files have been destroyed because you have already taken a backup from your file and system, you can quickly restore them. There are two ways to restore the backup in Windows 11;</p>



<h3 class="wp-block-heading">First Way to Restore Backup</h3>



<p>Restore your file through the <strong>recovery </strong>option in your <strong>system setting</strong>;</p>



<ol class="wp-block-list"><li>Open the <strong>system settings</strong>, scroll down, and find the <strong>Recovery</strong> option; click on it. Then, in the recovery window, click on <strong>Restart Now</strong> button.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Recovery-Option-1024x576.png" alt="Recovery option in System Settings" class="wp-image-17434" width="768" height="432" srcset="https://www.technig.com/wp-content/uploads/2022/04/Recovery-Option-1024x576.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Recovery-Option-300x169.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Recovery-Option-768x432.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Recovery-Option-1536x864.png 1536w, https://www.technig.com/wp-content/uploads/2022/04/Recovery-Option.png 1920w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Recovery Option in System Settings</figcaption></figure></div>


<ol class="wp-block-list" start="2"><li>When your computer restart, a new green window lets you choose an option. Click on <strong>Troubleshoot</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Troubleshoot-Window-1024x649-1.png" alt="Troubleshoot Window" class="wp-image-17933" width="692" height="385" srcset="https://www.technig.com/wp-content/uploads/2022/04/Troubleshoot-Window-1024x649-1.png 923w, https://www.technig.com/wp-content/uploads/2022/04/Troubleshoot-Window-1024x649-1-300x167.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Troubleshoot-Window-1024x649-1-768x427.png 768w" sizes="(max-width: 692px) 100vw, 692px" /><figcaption>TroubleShoot Window</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li>In Troubleshoot Window, click on Advanced Options.</li><li>If you find the <strong>System Image Recovery</strong> option in the <strong>Advanced Option</strong>, click on it. Else, click on the hyperlink &#8220;<strong>See more recovery options</strong>&#8221; at the bottom. In the new window, click on the <strong>System Image Recovery</strong> options. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/System-Image-Recovery-Window-1024x649-1.png" alt="System Image Recovery Option" class="wp-image-17935" width="768" height="487"/><figcaption>System Image Recovery Option</figcaption></figure></div>


<ol class="wp-block-list" start="5"><li> <span style="color: initial;text-transform: initial">The new window wants you to select a </span><strong style="color: initial;text-transform: initial">System image backup</strong><span style="color: initial;text-transform: initial">. (If you had only one system backup, it would automatically be selected) After selecting your backup image, click on the </span><strong style="color: initial;text-transform: initial">Next</strong><span style="color: initial;text-transform: initial"> button.</span></li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220522_001224-1024x726.png" alt="Select the Image Backup" class="wp-image-18192" width="512" height="363" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220522_001224-1024x726.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220522_001224-300x213.png 300w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220522_001224-768x544.png 768w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220522_001224-1536x1089.png 1536w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220522_001224-2048x1452.png 2048w" sizes="(max-width: 512px) 100vw, 512px" /><figcaption>Select Image Backup</figcaption></figure></div>


<ol class="wp-block-list" start="6"><li> A new window shows, &#8220;<strong>Choose additional restore option</strong>,&#8221; without any changes; click on the Next button. Finally, another window that shows the date and time, computer name, and other information appears; you can click on the <strong>Finish </strong>button. </li></ol>



<p>The processing time takes some time, and when it is finished, you are done with the restoring, and your computer will restart.</p>



<h3 class="wp-block-heading">Second Way to Restore the Backup</h3>



<p>If your hardware failed or your system is corrupted, you can use this alternative way to restore the backup in Windows 11.</p>



<ol class="wp-block-list"><li>Boot the computer using CD/DVD, a Windows repair disk, or a booted USB drive.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Boot-Computer-1024x648-1.png" alt="Boot the computer" class="wp-image-17691" width="768" height="110" srcset="https://www.technig.com/wp-content/uploads/2022/04/Boot-Computer-1024x648-1.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Boot-Computer-1024x648-1-300x43.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Boot-Computer-1024x648-1-768x110.png 768w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Press Any Key To Boot</figcaption></figure></div>


<ol class="wp-block-list" start="2"><li> Now, instead of clicking on <strong>Install now</strong> button, click on the <strong>Repair your computer</strong> hyperlink at the bottom.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Repair-Your-Computer-Window.png" alt="Repair the Computer" class="wp-image-17437" width="691" height="514" srcset="https://www.technig.com/wp-content/uploads/2022/04/Repair-Your-Computer-Window.png 921w, https://www.technig.com/wp-content/uploads/2022/04/Repair-Your-Computer-Window-300x223.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Repair-Your-Computer-Window-768x571.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Repair-Your-Computer-Window-86x64.png 86w" sizes="(max-width: 691px) 100vw, 691px" /><figcaption>Repair the Computer</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li> The same new green windows appear that you learned their process a few lines before in the <strong>First way to restore the backup</strong> section. You can click on <strong>Troubleshoot</strong> and go ahead.</li></ol>



<p>You can now take a backup from your Windows 11 Operating System and bring the lost data back if your file is destroyed. I hope this article is useful. You can share your thoughts and questions in the comment section of this page.</p>
<p>The post <a href="https://www.technig.com/backup-and-restore-data-on-windows-11/">How to Backup and Restore Data on Windows 11?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/backup-and-restore-data-on-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17425</post-id>	</item>
		<item>
		<title>How to Download and Install Windows Admin Center on Windows Server 2022</title>
		<link>https://www.technig.com/install-windows-admin-center-on-windows-server-2022/</link>
					<comments>https://www.technig.com/install-windows-admin-center-on-windows-server-2022/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Mon, 23 May 2022 06:42:00 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Install and Configure]]></category>
		<category><![CDATA[Remote Management Software]]></category>
		<category><![CDATA[Remote Server Administration Tools]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Admin Center]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<category><![CDATA[Windows Server 2019]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=18098</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Download and Install Windows Admin Center" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre.png 1200w, https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre-300x158.png 300w, https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre-1024x538.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre-768x403.png 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>Have you noticed a tiny window pops up when opening the Server Manager and asking to use the Windows Admin Center to manage Windows Server? Windows Admin Center is a free and browser-based platform used to manage Windows Server and Windows clients. This app gives complete control over all aspects of Windows Server infrastructure and [&#8230;]</p>
<p>The post <a href="https://www.technig.com/install-windows-admin-center-on-windows-server-2022/">How to Download and Install Windows Admin Center on Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Download and Install Windows Admin Center" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre.png 1200w, https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre-300x158.png 300w, https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre-1024x538.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre-768x403.png 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>Have you noticed a tiny window pops up when opening the <a href="https://docs.microsoft.com/en-us/windows-server/administration/server-manager/server-manager" target="_blank" rel="noreferrer noopener nofollow">Server Manager</a> and asking to use the Windows Admin Center to manage Windows Server? Windows Admin Center is a free and browser-based platform used to manage Windows Server and Windows clients. This app gives complete control over all aspects of <a href="https://technig.com/free-download-windows-server-2022-iso-file/" target="_blank" rel="noreferrer noopener nofollow">Windows Server</a> infrastructure and improves the management environment. Additionally, this app brings together all the features in one platform and allows you to configure them remotely. In this session, We will discuss how to download and install Windows Admin Center on Windows Server 2022. Since the process is the same, you can use and implement it on <a href="https://technig.com/download-windows-11-iso-file/" target="_blank" rel="noreferrer noopener nofollow">Windows 11</a> or other Windows versions with slight differences.</p>



<h2 class="wp-block-heading"><strong>How to download Windows Admin Center?</strong></h2>



<p>The Windows Admin Center has not been installed by default; you need to download it first. Open Microsoft Edge to download the windows admin center and click on https://aka.ms/WACDownload. The download will start automatically. Alternatively, you can search Windows Admin Center on other search engines, such as Google Chrome, and download it from <a href="https://docs.microsoft.com/en-us/windows-server/manage/windows-admin-center/overview" target="_blank" rel="noreferrer noopener nofollow">docs.microsoft.com</a>.</p>



<p>After the Windows Admin Center download, let&#8217;s go ahead with the installation.</p>



<h2 class="wp-block-heading"><strong>How to install Windows Admin Center on Windows Server 2022</strong></h2>



<p>After downloading, go to the download directory and follow the steps below to install the setup.</p>



<ol class="wp-block-list" type="1"><li>Double-click on the setup to start the installation.</li><li>If you agree with license terms, accept the terms and click next.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/License-Terms.png" alt="How to Download and Install Windows Admin Center on Windows Server 2022" class="wp-image-18100" width="578" height="444" srcset="https://www.technig.com/wp-content/uploads/2022/05/License-Terms.png 770w, https://www.technig.com/wp-content/uploads/2022/05/License-Terms-300x231.png 300w, https://www.technig.com/wp-content/uploads/2022/05/License-Terms-768x590.png 768w, https://www.technig.com/wp-content/uploads/2022/05/License-Terms-260x200.png 260w" sizes="(max-width: 578px) 100vw, 578px" /><figcaption>Accept the License Terms</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="3"><li>Select the option to send the diagnostic data to Microsoft to make Windows Admin Center better. I go with the &#8220;<strong>Required diagnostic data</strong>&#8221; option and click next.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Required-diagnostic-data.png" alt="Required diagnostic data" class="wp-image-18106" width="578" height="449" srcset="https://www.technig.com/wp-content/uploads/2022/05/Required-diagnostic-data.png 770w, https://www.technig.com/wp-content/uploads/2022/05/Required-diagnostic-data-300x233.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Required-diagnostic-data-768x596.png 768w" sizes="(max-width: 578px) 100vw, 578px" /><figcaption>Select Option and Click Next.</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="4"><li>If your server is not up to date or you want to check for the update, select the &#8220;<strong>Use Microsoft Update&#8221; </strong>option. Otherwise, check the &#8220;don&#8217;t<strong> want to use the Microsoft update</strong>&#8221; and click next. I go with the second option.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/User-Microsoft-Update.png" alt="How to Download and Install Windows Admin Center on Windows Server 2022" class="wp-image-18101" width="575" height="443" srcset="https://www.technig.com/wp-content/uploads/2022/05/User-Microsoft-Update.png 767w, https://www.technig.com/wp-content/uploads/2022/05/User-Microsoft-Update-300x231.png 300w, https://www.technig.com/wp-content/uploads/2022/05/User-Microsoft-Update-260x200.png 260w" sizes="(max-width: 575px) 100vw, 575px" /><figcaption>Microsoft Update Option</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="5"><li>Generally, Desktop (Local) mode and gateway mode are supported on Windows Admin Center for the operating system. In the image below, the wizard summarizes the gateway mode; click <strong>next</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Gateway-mode.png" alt="How to Download and Install Windows Admin Center on Windows Server 2022" class="wp-image-18102" width="575" height="444" srcset="https://www.technig.com/wp-content/uploads/2022/05/Gateway-mode.png 767w, https://www.technig.com/wp-content/uploads/2022/05/Gateway-mode-300x232.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Gateway-mode-260x200.png 260w" sizes="(max-width: 575px) 100vw, 575px" /><figcaption>Click Next</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="6"><li>The &#8220;<strong>Use WinRM over HTTPS only</strong>&#8221; is a new option with the latest updated Windows Admin Center versions. It is used to encrypt the data being sent across the wire. Since it is a broad subject and needs another article, I will use the default settings now.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/WinRM-over-HTTPS.png" alt="How to Download and Install Windows Admin Center on Windows Server 2022" class="wp-image-18103" width="581" height="451" srcset="https://www.technig.com/wp-content/uploads/2022/05/WinRM-over-HTTPS.png 774w, https://www.technig.com/wp-content/uploads/2022/05/WinRM-over-HTTPS-300x233.png 300w, https://www.technig.com/wp-content/uploads/2022/05/WinRM-over-HTTPS-768x596.png 768w" sizes="(max-width: 581px) 100vw, 581px" /><figcaption>Configure Gateway End Point</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="7"><li>The new wizard asks to enter the port number and certificates. By default, in gateway mode, it uses the 443 port number. Although, you can change the port number according to the requirement. Moreover, if you have installed the SSL certificate on your computer, select the second option and provide the thumbprint for the gateway SSL certificate. Since I have not installed the SSL Certificate on my system, I will use the default setting and click the <strong>Install</strong> button.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Port-Number-and-SSL-Certificate-1.png" alt="Select the Port Number and SSL Certificate" class="wp-image-18105" width="578" height="451" srcset="https://www.technig.com/wp-content/uploads/2022/05/Port-Number-and-SSL-Certificate-1.png 771w, https://www.technig.com/wp-content/uploads/2022/05/Port-Number-and-SSL-Certificate-1-300x234.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Port-Number-and-SSL-Certificate-1-768x599.png 768w" sizes="(max-width: 578px) 100vw, 578px" /><figcaption>Select Port Number and Certificate</figcaption></figure></div>


<h3 class="wp-block-heading"><strong>Manage Windows Admin Center</strong></h3>



<p>After seeing the final wizard, &#8220;<strong>Ready to Connect from a PC,</strong>&#8221; you have successfully installed the Windows Admin Center. In the last wizard, you see a URL that you can use that link to open the Windows Admin Center on a browser. If you click on this URL, it asks about the credential. Enter the user name and password, then click <strong>ok</strong>.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Final-Wizard.png" alt="Final Wizard Gives the URL" class="wp-image-18107" width="578" height="449" srcset="https://www.technig.com/wp-content/uploads/2022/05/Final-Wizard.png 770w, https://www.technig.com/wp-content/uploads/2022/05/Final-Wizard-300x233.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Final-Wizard-768x596.png 768w" sizes="(max-width: 578px) 100vw, 578px" /><figcaption>URL to Open the WAC</figcaption></figure></div>


<p>Another URL in the final wizard lets you know which browsers support the Windows Admin Center. Microsoft Edge and Google Chrome are primarily the two browsers supporting this app.</p>



<p>Another direct way to open the Windows Admin Center is through the browsers. Open Microsoft edge or google chrome and write the URL (<strong>https://localhost/full_Server_Name</strong>) and enter. Click on the server name to connect. You are in the Windows Admin Center environment. Now you can manage your servers from the Windows Admin Center.</p>



<h2 class="wp-block-heading"><strong>Conclusions</strong></h2>



<p>This article discussed how to download the Windows Admin Center and install it on your Windows Server 2022. I hope the article could sharpen your skills further and If you have questions, write them in the comment section of this page.</p>
<p>The post <a href="https://www.technig.com/install-windows-admin-center-on-windows-server-2022/">How to Download and Install Windows Admin Center on Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/install-windows-admin-center-on-windows-server-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18098</post-id>	</item>
		<item>
		<title>How to Remove Login Password on Windows 11?</title>
		<link>https://www.technig.com/remove-login-password-on-windows-11/</link>
					<comments>https://www.technig.com/remove-login-password-on-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Sat, 21 May 2022 06:50:00 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Change User Account Password]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Password Recovery]]></category>
		<category><![CDATA[Password Settings Policy]]></category>
		<category><![CDATA[Recover Password]]></category>
		<category><![CDATA[Reset Lost Password]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows 11 Configuration]]></category>
		<category><![CDATA[Windows PowerShell]]></category>
		<category><![CDATA[Windows Security]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=17990</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Remove Login Password on Windows 11" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window.webp 1200w, https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>You set the password on your computer to protect your privacy and ensure the safety of your data. However, it might get redundant to enter the password each time you sign in to your computer. You can find numerous articles written about turning off the lock screen password on your computer on google. I checked [&#8230;]</p>
<p>The post <a href="https://www.technig.com/remove-login-password-on-windows-11/">How to Remove Login Password on Windows 11?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Remove Login Password on Windows 11" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window.webp 1200w, https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>You set the password on your computer to protect your privacy and ensure the safety of your data. However, it might get redundant to enter the password each time you sign in to your computer. You can find numerous articles written about turning off the lock screen password on your computer on google. I checked them, and some may not work on your computer. In the following article, you will learn easy and tested ways to remove (disable) a login password on Windows 11.</p>



<p>Read about: <a href="https://www.technig.com/reset-windows-11-password-from-command-prompt/" target="_blank" rel="noreferrer noopener nofollow">Reset Windows 11 Password from Command Prompt</a></p>



<h2 class="wp-block-heading"><strong>Remove the login password from the registry.</strong></h2>



<p>Working with the registry is a critical process and requires taking extra caution. You can disable the Microsoft account password or local user password with the registry. To disable the login password from the registry, follow the steps below:</p>



<ol class="wp-block-list" type="1"><li>Press the <strong>Windows + R</strong> button to open the run box.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="564" height="331" src="https://www.technig.com/wp-content/uploads/2022/05/Run.png" alt="How to Remove Login Password (Sign in Window) on Windows 11?" class="wp-image-18004" srcset="https://www.technig.com/wp-content/uploads/2022/05/Run.png 564w, https://www.technig.com/wp-content/uploads/2022/05/Run-300x176.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Run-357x210.png 357w" sizes="(max-width: 564px) 100vw, 564px" /><figcaption>Enter the regedit</figcaption></figure></div>


<ol class="wp-block-list" start="2"><li> Write the <strong>Regedit </strong>in the Run box and click ok. Allow the user to make changes.</li><li>Navigate to the following path: <strong>Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon</strong></li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Registry-1-1024x705.png" alt="How to Remove Login Password (Sign in Window) on Windows 11?" class="wp-image-17998" width="768" height="529" srcset="https://www.technig.com/wp-content/uploads/2022/05/Registry-1-1024x705.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Registry-1-300x207.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Registry-1-768x529.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Registry-1.png 1446w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Registry Editor Window</figcaption></figure></div>


<ol class="wp-block-list" start="4"><li> In the <strong>Winlogon </strong>folder, find the ‘<strong>DefaultUserName</strong>’ string. If you did not find it, create a new String by right-clicking on the Winlogon folder, then<strong> New&gt;String Value</strong>. Rename it with the <strong>DefaultUserName</strong> and double-click on it to open.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Create-New-String-1-1024x636.png" alt="How to Remove Login Password (Sign in Window) on Windows 11?" class="wp-image-17997" width="768" height="477" srcset="https://www.technig.com/wp-content/uploads/2022/05/Create-New-String-1-1024x636.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Create-New-String-1-300x186.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Create-New-String-1-768x477.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Create-New-String-1.png 1328w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Create New String</figcaption></figure></div>


<ol class="wp-block-list" start="5"><li> In the Edit String window, enter your Microsoft account, User Name, or Other ID that you want to disable their password in the Value data and click ok to save the changes.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="570" height="254" src="https://www.technig.com/wp-content/uploads/2022/05/User-Name.png" alt="How to Remove Login Password (Sign in Window) on Windows 11?" class="wp-image-18115" srcset="https://www.technig.com/wp-content/uploads/2022/05/User-Name.png 570w, https://www.technig.com/wp-content/uploads/2022/05/User-Name-300x134.png 300w" sizes="(max-width: 570px) 100vw, 570px" /><figcaption>Write UserName</figcaption></figure></div>


<ol class="wp-block-list" start="6"><li> Find another string with ‘<strong>DefualtPassword</strong>’ or create a new one and rename that as ‘<strong>DefualtPassword</strong>.’</li><li>Double click on the <strong>DefualtPassword</strong> string and enter the password of the related account in the <strong>Value data</strong> and click ok.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/DefaultPassword-1-1024x678.png" alt="Create DefualtPassword String" class="wp-image-18000" width="768" height="509" srcset="https://www.technig.com/wp-content/uploads/2022/05/DefaultPassword-1-1024x678.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/DefaultPassword-1-300x199.png 300w, https://www.technig.com/wp-content/uploads/2022/05/DefaultPassword-1-768x509.png 768w, https://www.technig.com/wp-content/uploads/2022/05/DefaultPassword-1.png 1380w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Create DefualtPassword String</figcaption></figure></div>


<ol class="wp-block-list" start="8"><li> Now find the ‘<strong>AutoAdminLogon</strong>’ string in the Winlogon folder or create a new one and name it AutoAdminLogon.</li><li>Double click on the ‘AutoAdminLogon’ string, set its value data to 1, and click Ok.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="570" height="251" src="https://www.technig.com/wp-content/uploads/2022/05/AutoAdminLogon.png" alt="AutoAdminLogon Window" class="wp-image-18002" srcset="https://www.technig.com/wp-content/uploads/2022/05/AutoAdminLogon.png 570w, https://www.technig.com/wp-content/uploads/2022/05/AutoAdminLogon-300x132.png 300w" sizes="(max-width: 570px) 100vw, 570px" /><figcaption>AutoAdminLogon String</figcaption></figure></div>


<p>Finally, after the restart, you will automatically log in (Without a password) to your computer.</p>



<h2 class="wp-block-heading"><strong>How to remove the login password with Command Prompt?</strong></h2>



<p>If you are signing into your computer with a local account, removing the password is more effortless. One easy way to remove the local account password is through the CMD.</p>



<ol class="wp-block-list" type="1"><li>Open the command prompt as administrator.</li><li>Write the <strong><code>net user</code></strong> and enter; see the list of all user accounts on your computer.</li><li>Now write <strong><code>net user username *</code></strong> and enter. (instead of the username, write the name of the user you want to disable its password)</li><li>Instead of writing the password for the selected user, enter without writing anything. (they should be blank)</li><li>Do not write anything in the confirmation password, and press enter.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="754" height="136" src="https://www.technig.com/wp-content/uploads/2022/05/Command-Prompt.png" alt="Remove Password with Command Prompt" class="wp-image-18117" srcset="https://www.technig.com/wp-content/uploads/2022/05/Command-Prompt.png 754w, https://www.technig.com/wp-content/uploads/2022/05/Command-Prompt-300x54.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Command-Prompt-750x136.png 750w" sizes="(max-width: 754px) 100vw, 754px" /><figcaption>Reset Password Using CMD</figcaption></figure></div>


<ol class="wp-block-list" start="6"><li> You will see a message saying, ‘<strong>The command was completed successfully</strong>.</li></ol>



<p>You just turned off the lock screen password on Windows 11. Restart your computer, and you will log in without a password.</p>



<h2 class="wp-block-heading"><strong>Disable the login password on Windows 11 from the User Account Panel.</strong></h2>



<p>Another way to disable the user account password on Windows 11 is through the User Account Panel.</p>



<ol class="wp-block-list" type="1"><li>Write the <strong>Netplwiz </strong>in the Run box and click ok. (Or write the <strong>Netplwiz</strong> in the search box and open it)</li><li>Select the intended account from the user account panel, uncheck the box, and click ok. ( If you cannot select the intended account at first, check the above box once, then choose the desired account, and then uncheck the box )</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/User-Account.png" alt="User Account Panel Window" class="wp-image-18118" width="489" height="614" srcset="https://www.technig.com/wp-content/uploads/2022/05/User-Account.png 652w, https://www.technig.com/wp-content/uploads/2022/05/User-Account-239x300.png 239w" sizes="(max-width: 489px) 100vw, 489px" /><figcaption>User Account Panel Window</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li> Enter the account’s password and confirm the password, then click <strong>ok</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Enter-the-password-2.png" alt="Enter the password" class="wp-image-18119" width="482" height="306" srcset="https://www.technig.com/wp-content/uploads/2022/05/Enter-the-password-2.png 643w, https://www.technig.com/wp-content/uploads/2022/05/Enter-the-password-2-300x190.png 300w" sizes="(max-width: 482px) 100vw, 482px" /><figcaption>Enter the Password</figcaption></figure></div>


<p>Finally, restart your computer; you will log in without a password.</p>



<h3 class="wp-block-heading"><strong>Conclusions</strong></h3>



<p>If you get tired of entering the password with each login, you can follow the above methods to remove the login password on Windows 11. I hope the article can help solve your problems.</p>
<p>The post <a href="https://www.technig.com/remove-login-password-on-windows-11/">How to Remove Login Password on Windows 11?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/remove-login-password-on-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17990</post-id>	</item>
		<item>
		<title>How to Join Windows 11 to Domain using PowerShell</title>
		<link>https://www.technig.com/join-windows-11-to-domain-using-powershell/</link>
					<comments>https://www.technig.com/join-windows-11-to-domain-using-powershell/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Mon, 16 May 2022 07:57:49 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[PowerShell Articles]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Configuration]]></category>
		<category><![CDATA[Windows PowerShell]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<category><![CDATA[Windows Settings]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=18045</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Windows 11 Tips" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73.png 1200w, https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73-300x158.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73-1024x538.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73-768x403.png 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>You can set up a local network with central authentication and join that network to use the shared resources. If you want to join your windows 11 client computer to an active directory domain, and don&#8217;t know where to start, you are in the right place. In these tutorials, you learn how to join the [&#8230;]</p>
<p>The post <a href="https://www.technig.com/join-windows-11-to-domain-using-powershell/">How to Join Windows 11 to Domain using PowerShell</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Windows 11 Tips" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73.png 1200w, https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73-300x158.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73-1024x538.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73-768x403.png 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>You can set up a <a href="https://en.wikipedia.org/wiki/Local_area_network" target="_blank" rel="noreferrer noopener nofollow">local network</a> with central authentication and join that network to use the shared resources. If you want to join your windows 11 client computer to an active directory domain, and don&#8217;t know where to start, you are in the right place.  In these tutorials, you learn how to join the computer running Windows 11 operating system to a domain from PowerShell and computer settings.</p>



<p><strong>Related</strong>: <a href="https://www.technig.com/set-static-ip-address-on-windows-11/" target="_blank" rel="noreferrer noopener nofollow">How to Set Static IP Address on Windows 11</a></p>



<h3 class="wp-block-heading"><strong>Important notes</strong> before joining your computer to a domain!</h3>



<ol class="wp-block-list" type="1"><li>Ensure the network connectivity</li><li>Set a unique name for your client’s computer</li><li>Make sure to have e DNS connection</li><li>Log in as an administrator account</li><li>Know the domain name you want to join</li></ol>



<h2 class="wp-block-heading"><strong>Join Windows 11 computer to a domain from computer settings</strong></h2>



<p>This is a common graphical method to join your computer to the domain environment. To do that, follow the steps below:</p>



<ol class="wp-block-list" type="1"><li>First of all, open the system properties: press <strong>Windows+R</strong> to open the Run and write <strong>sysdm. Cpl </strong>then clicks <strong>ok</strong>.</li><li>Click on the ‘<strong>change</strong>’ button in the system properties dialogue box.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/System-Properties.png" alt="How to Join Windows 11 to Domain (PowerShell and Settings)" class="wp-image-18046" width="456" height="527" srcset="https://www.technig.com/wp-content/uploads/2022/05/System-Properties.png 608w, https://www.technig.com/wp-content/uploads/2022/05/System-Properties-259x300.png 259w" sizes="(max-width: 456px) 100vw, 456px" /><figcaption>System Properties Window</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="3"><li>Select the radio button before the domain name and input the domain name in the text box; click <strong>ok</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Change-the-Domain.png" alt="How to Join Windows 11 to Domain (PowerShell and Settings)" class="wp-image-18047" width="359" height="443" srcset="https://www.technig.com/wp-content/uploads/2022/05/Change-the-Domain.png 479w, https://www.technig.com/wp-content/uploads/2022/05/Change-the-Domain-243x300.png 243w" sizes="(max-width: 359px) 100vw, 359px" /><figcaption>Enter the Domain Name</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="4"><li>A security window pops up asking for the username and password of the domain you want to join. Write them and enter.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Domain-Credential-1.png" alt="How to Join Windows 11 to Domain (PowerShell and Settings)" class="wp-image-18049" width="507" height="430" srcset="https://www.technig.com/wp-content/uploads/2022/05/Domain-Credential-1.png 676w, https://www.technig.com/wp-content/uploads/2022/05/Domain-Credential-1-300x254.png 300w" sizes="(max-width: 507px) 100vw, 507px" /><figcaption>Enter the UserName and Password of the Domain</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="5"><li>A tiny window welcomes you to the domain; click <strong>Ok</strong>.</li><li>A window will prompt you to restart the computer. After the restart, your computer is a member of the network.</li></ol>



<h2 class="wp-block-heading"><strong>How to join your computer to the domain using PowerShell?</strong></h2>



<p>Another easy way to join the Active Directory Domain is through <strong>PowerShell</strong>. You can add your computer to a network using PowerShell with the below steps:</p>



<ol class="wp-block-list" type="1"><li>Search the <strong>Windows PowerShell</strong> in the search box and run it as administrator.</li><li>Write the <strong><code>Add-Computer –DomainName “Domain-Name” –Credential “Domain-UserName”</code></strong> in the PowerShell window and enter.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="949" height="79" src="https://www.technig.com/wp-content/uploads/2022/05/PowerShell-CMD.png" alt="How to Join Windows 11 to Domain (PowerShell and Settings)" class="wp-image-18051" srcset="https://www.technig.com/wp-content/uploads/2022/05/PowerShell-CMD.png 949w, https://www.technig.com/wp-content/uploads/2022/05/PowerShell-CMD-300x25.png 300w, https://www.technig.com/wp-content/uploads/2022/05/PowerShell-CMD-768x64.png 768w" sizes="(max-width: 949px) 100vw, 949px" /><figcaption>Write the Command on the PowerShell</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="3"><li>A tiny window shows up asking to enter the Domain-Password. Enter the password and enter.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Credential-Request-Window.png" alt="Credential Request Window" class="wp-image-18052" width="360" height="290" srcset="https://www.technig.com/wp-content/uploads/2022/05/Credential-Request-Window.png 480w, https://www.technig.com/wp-content/uploads/2022/05/Credential-Request-Window-300x242.png 300w" sizes="(max-width: 360px) 100vw, 360px" /><figcaption>Credential Request Window</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="4"><li>Restart your computer, and then you are a member of the network.</li></ol>



<h2 class="wp-block-heading"><strong>How to check if your PC is joined to a domain or Workgroup?</strong></h2>



<p>There are multiple ways to check whether your computer is a domain member or a WORKGROUP. The most accessible and most convenient of them is through Command Prompt:</p>



<ol class="wp-block-list" type="1"><li>Open the Command Prompt from the Start Menu.</li><li>Write the <strong><code>Systeminfo |findstr /I “domain”</code></strong> and enter. In the second line, you will see either the domain is a workgroup or a member of a domain.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="636" height="91" src="https://www.technig.com/wp-content/uploads/2022/05/CMD-Command.png" alt="Command Prompt Window" class="wp-image-18053" srcset="https://www.technig.com/wp-content/uploads/2022/05/CMD-Command.png 636w, https://www.technig.com/wp-content/uploads/2022/05/CMD-Command-300x43.png 300w" sizes="(max-width: 636px) 100vw, 636px" /><figcaption>Write the Code in the CMD and Enter</figcaption></figure></div>


<p>Another way to check if your computer is joined to a domain is through the system properties:</p>



<ol class="wp-block-list" type="1"><li>Go to the <strong>setting</strong> of your computer. Click on the <strong>System</strong>, scroll down, find the <strong>About </strong>option, and click on it.</li><li>Click on the hyperlink “<strong>Domain or Workgroup.</strong>”</li><li>In the system properties dialogue box, click on the change button.</li><li>If the workgroup radio button was selected, you are not a member of any domain. Else, if the domain radio button is selected, you are a member of the domain.</li></ol>



<h3 class="wp-block-heading"><strong>Conclusions</strong></h3>



<p>There are multiple ways to add your computer to a domain. And the easiest and most convenient of them is through PowerShell and computer settings that we talked about. Write your questions in the comment section of this page.</p>
<p>The post <a href="https://www.technig.com/join-windows-11-to-domain-using-powershell/">How to Join Windows 11 to Domain using PowerShell</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/join-windows-11-to-domain-using-powershell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18045</post-id>	</item>
		<item>
		<title>How to Reset Password on Windows 11 before Login</title>
		<link>https://www.technig.com/reset-password-on-windows-11-before-login/</link>
					<comments>https://www.technig.com/reset-password-on-windows-11-before-login/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Sun, 08 May 2022 06:54:56 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Administrator Password Reset]]></category>
		<category><![CDATA[Change User Account Password]]></category>
		<category><![CDATA[Change Windows Password]]></category>
		<category><![CDATA[Forgotten Password]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Password Recovery]]></category>
		<category><![CDATA[Password Recovery Software]]></category>
		<category><![CDATA[Recover Password]]></category>
		<category><![CDATA[Reset Lost Password]]></category>
		<category><![CDATA[Reset Password]]></category>
		<category><![CDATA[Reset User Password]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Security]]></category>
		<category><![CDATA[Windows Settings]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=17772</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/04/Reset-Windows-11-Before-Login.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Reset Windows 11 Password" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/Reset-Windows-11-Before-Login.webp 1200w, https://www.technig.com/wp-content/uploads/2022/04/Reset-Windows-11-Before-Login-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/04/Reset-Windows-11-Before-Login-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/04/Reset-Windows-11-Before-Login-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>Due to the security issue, you may set a complex password on your system for the safety of your data. If you forget or lose passwords on Windows 11 or other previous versions, you can safely reset the password before logging into the system. Moreover, there are various ways (Third-party tools and built-in tools) to [&#8230;]</p>
<p>The post <a href="https://www.technig.com/reset-password-on-windows-11-before-login/">How to Reset Password on Windows 11 before Login</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/04/Reset-Windows-11-Before-Login.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Reset Windows 11 Password" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/Reset-Windows-11-Before-Login.webp 1200w, https://www.technig.com/wp-content/uploads/2022/04/Reset-Windows-11-Before-Login-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/04/Reset-Windows-11-Before-Login-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/04/Reset-Windows-11-Before-Login-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>Due to the security issue, you may set a complex password on your system for the safety of your data. If you forget or lose passwords on Windows 11 or other previous versions, you can safely reset the password before logging into the system. Moreover, there are various ways (Third-party tools and built-in tools) to reset the password without losing the data. This article covers how to <a href="https://support.microsoft.com/en-us/windows/change-or-reset-your-windows-password-8271d17c-9f9e-443f-835a-8318c8f68b9c" target="_blank" rel="noreferrer noopener nofollow">reset local user account passwords on Windows 11</a>, through answering the <strong>security questions</strong>, <strong>password reset disk</strong> files, and resetting the password using <strong>CMD</strong>.</p>



<p>You can read this article if you are using windows 10: <a href="https://technig.com/reset-lost-windows-10-password-fast-correctly/" target="_blank" rel="noreferrer noopener nofollow">How to Reset L</a><a href="https://technig.com/reset-lost-windows-10-password-fast-correctly/" target="_blank" rel="noreferrer noopener">ost Windows 10 Password Correctly?</a></p>



<h2 class="wp-block-heading"><strong>1: Reset Windows 11 password with security questions</strong></h2>



<p>If you added security questions while creating your local account for Windows 11, you can answer those questions again and sign in successfully. After entering the wrong password, you will see the “<strong>the password is incorrect. Try Again</strong>” notification. Then click ok, and go with the following steps:</p>



<ul class="wp-block-list"><li>Under the password box, you see the “<strong>Reset Password</strong>” link on the sign-in screen; click on that.</li></ul>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Reset-Password-1-1024x643.png" alt="How to Reset Password on Windows 11 before Login" class="wp-image-17782" width="768" height="482" srcset="https://www.technig.com/wp-content/uploads/2022/04/Reset-Password-1-1024x643.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Reset-Password-1-300x188.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Reset-Password-1-768x482.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Reset-Password-1.png 1364w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Click on Reset Password</figcaption></figure></div>


<ul class="wp-block-list"><li>Three questions with their answer boxes appear. Write the exact answers you gave when setting the account then press <strong>enter</strong>.</li><li>Provide a <strong>new password</strong> and <strong>confirm</strong> the new password, and press <strong>enter</strong>.</li></ul>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/New-Password-window-1024x644.png" alt="Enter the new password" class="wp-image-17781" width="768" height="483" srcset="https://www.technig.com/wp-content/uploads/2022/04/New-Password-window-1024x644.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/New-Password-window-300x189.png 300w, https://www.technig.com/wp-content/uploads/2022/04/New-Password-window-768x483.png 768w, https://www.technig.com/wp-content/uploads/2022/04/New-Password-window.png 1368w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Enter the New Password</figcaption></figure></div>


<p>Login with the new password without losing a single piece of data.</p>



<h2 class="wp-block-heading"><strong>2: Reset forgotten password using  password reset disk</strong></h2>



<p>Another way to reset the forgotten password on Windows 11 is through the password reset disk (It is a file you create on a USB flash drive and lets you safely reset the password later). This method is possible if you have already created a password reset disk on a USB flash drive. Since creating a password reset disk on Windows 11 and Windows 10 is the same, you can check this article <a href="https://technig.com/reset-windows-10-password/" target="_blank" rel="noreferrer noopener">Reset Windows 10 password with password reset USB</a> for creating a password reset disk. After plugging in the USB flash drive or SD card that contains the password reset disk file, go ahead with the following steps to reset the local user account’s password.</p>



<ul class="wp-block-list"><li>After entering the wrong password, click on the <strong>Reset Password</strong> link in the sign-in window.</li><li>Scroll down to the end of the questions and their boxes, then click on the <strong>Use a password reset disk instead </strong>link.</li></ul>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Use-password-reset-disk-instead-1024x576.png" alt="How to Reset Password on Windows 11 before Login" class="wp-image-17774" width="768" height="432" srcset="https://www.technig.com/wp-content/uploads/2022/04/Use-password-reset-disk-instead-1024x576.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Use-password-reset-disk-instead-300x169.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Use-password-reset-disk-instead-768x432.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Use-password-reset-disk-instead.png 1366w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Click on Password Reset Disk</figcaption></figure></div>


<ul class="wp-block-list"><li>Click <strong>next</strong> in the Password Reset Wizard. And the system automatically detects the USB Drive if you have inserted the USB already. After selecting the password reset disk from the top-down menu, click <strong>next</strong>.</li></ul>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Detect-the-Password-reset-disk-1024x814.jpg" alt="Detect the password reset disk" class="wp-image-17790" width="768" height="611" srcset="https://www.technig.com/wp-content/uploads/2022/04/Detect-the-Password-reset-disk-1024x814.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/Detect-the-Password-reset-disk-300x239.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Detect-the-Password-reset-disk-768x611.jpg 768w, https://www.technig.com/wp-content/uploads/2022/04/Detect-the-Password-reset-disk-1536x1221.jpg 1536w, https://www.technig.com/wp-content/uploads/2022/04/Detect-the-Password-reset-disk-2048x1628.jpg 2048w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Insert the Password Reset Disk</figcaption></figure></div>


<ul class="wp-block-list"><li>New Window asks you to enter the new password, confirm it, type the new password hint, and click <strong>next</strong>.</li><li>Finish the password resetting, return to the sign-in window, and log in with the new password.</li></ul>



<p>You are done with resetting the password using the password reset disk.</p>



<h2 class="wp-block-heading"><strong>3: Reset password without using USB, or other software</strong></h2>



<p>The third way to reset the password on Windows 11 before login into the computer is through a command prompt. This method does not need you to create a password reset disk, or must-have answered the security questions. Before starting to reset the password, you need to do the following process to get access to the CMD window in the sign-in window:</p>



<ul class="wp-block-list"><li>In your sign-in window, press <strong>Shift-Key</strong> and restart your computer. This takes you to the <strong>Windows Recovery </strong>window. In the windows recovery, select <strong>Troubleshoot</strong> <strong>option</strong>.</li></ul>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Troubleshoot-1024x629.png" alt="How to Reset Password on Windows 11 before Login" class="wp-image-17775" width="768" height="472" srcset="https://www.technig.com/wp-content/uploads/2022/04/Troubleshoot-1024x629.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Troubleshoot-300x184.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Troubleshoot-768x472.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Troubleshoot.png 1508w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Click on Troubleshoot Option</figcaption></figure></div>


<ul class="wp-block-list"><li>Click <strong>Advanced Options </strong>&gt;<strong> See more recovery options </strong>&gt;<strong> System Image Recovery.</strong></li><li>Now click on the <strong>Select a system image</strong> and click <strong>next</strong>.</li></ul>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/select-system-image1.png" alt="How to Reset Password on Windows 11 before Login" class="wp-image-17776" width="576" height="455" srcset="https://www.technig.com/wp-content/uploads/2022/04/select-system-image1.png 768w, https://www.technig.com/wp-content/uploads/2022/04/select-system-image1-300x237.png 300w, https://www.technig.com/wp-content/uploads/2022/04/select-system-image1-279x220.png 279w" sizes="(max-width: 576px) 100vw, 576px" /><figcaption>Select a System Image and Click Next</figcaption></figure></div>


<ul class="wp-block-list"><li>In another window that asks you to select the backup location for the computer, you want to restore. Click on the <strong>Advanced</strong> button at the bottom of the page.</li></ul>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Advanced-button-1.png" alt="Click on Advanced Button." class="wp-image-17777" width="575" height="458" srcset="https://www.technig.com/wp-content/uploads/2022/04/Advanced-button-1.png 766w, https://www.technig.com/wp-content/uploads/2022/04/Advanced-button-1-300x239.png 300w" sizes="(max-width: 575px) 100vw, 575px" /><figcaption>Click on Advanced Button</figcaption></figure></div>


<ul class="wp-block-list"><li>A tiny window pops up; click on the <strong>Install a driver</strong>. Ask you to insert the installation media, and click <strong>OK.</strong></li></ul>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Install-a-driver.png" alt="Install a Driver" class="wp-image-17793" width="621" height="329" srcset="https://www.technig.com/wp-content/uploads/2022/04/Install-a-driver.png 828w, https://www.technig.com/wp-content/uploads/2022/04/Install-a-driver-300x159.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Install-a-driver-768x407.png 768w" sizes="(max-width: 621px) 100vw, 621px" /><figcaption>Click on Install a driver</figcaption></figure></div>


<ul class="wp-block-list"><li>You are in your system. Select the disk where you stored the windows operating system (mostly <strong>C drive</strong>)</li><li>When you are in the <strong>C </strong>drive (Or the drive you installed the operating system), click on the <strong>Windows</strong> folder. Then click on the <strong>System32</strong> folder.</li></ul>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Windows-and-System-Folder.png" alt="Windows and System Folder in Drive C" class="wp-image-17783" width="768" height="483" srcset="https://www.technig.com/wp-content/uploads/2022/04/Windows-and-System-Folder.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Windows-and-System-Folder-300x189.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Windows-and-System-Folder-768x483.png 768w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Windows and System32 Folder in Drive C</figcaption></figure></div>


<ul class="wp-block-list"><li>Find a file with the name of <strong>Utilman, </strong>first copy the name and then rename the file (the new name can be anything).</li></ul>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/UTilman1-1024x151.png" alt="Utilman file" class="wp-image-17784" width="768" height="140"/><figcaption>Utilman File</figcaption></figure></div>


<ul class="wp-block-list"><li>After you renamed the Utilman, now find another file with the name of <strong>CMD</strong> and paste the Utilman to rename this one.</li></ul>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/CMD-File-1024x140.png" alt="CMD File" class="wp-image-17785" width="768" height="140"/><figcaption>Rename the CMD File</figcaption></figure></div>


<ul class="wp-block-list"><li>Finally, return to the sign-in window without any other changes.</li></ul>



<h3 class="wp-block-heading"><strong>Use CMD to reset Windows 11 password and create a new password</strong></h3>



<p>In the sign-in window, click on the <strong>Accessibility</strong> option at the right-bottom corner to open the command prompt window. Now write the <strong><code>net user</code> </strong>in the command prompt and enter to see all the local accounts, and then select the one you want to reset their password.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Net-User-1024x263.jpg" alt="List all users" class="wp-image-17786" width="900" height="260"/><figcaption>List All Local Accounts</figcaption></figure></div>


<p>After selecting the local user, write the <strong><code>net user name_of_the_account new_password </code></strong>and enter.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Command-Prompt-1024x202.jpg" alt="Change the password using cmd" class="wp-image-17787" width="900" height="200"/><figcaption>Change the Password Using CMD</figcaption></figure></div>


<p>If the operation was successful, you would see the completion message in the second line. Return back to the sign-in option and enter the new password. You are done!</p>



<p>To wrap up, you learned three simple ways to recover the lost or forgotten password on Windows 11. Write your questions in the comment sections. Thank you.</p>



<p>You may like the below articles:</p>



<p><a href="https://www.technig.com/reset-windows-10-8-7-password/" target="_blank" rel="noreferrer noopener nofollow">Reset Windows 10/8/7 Password Fast And Easily – Tunesbro WinGeeker Review</a></p>



<p><a href="https://www.technig.com/reset-forgotten-ubuntu-root-password/" target="_blank" rel="noreferrer noopener nofollow">How To Reset Forgotten Ubuntu 17.04 Root Password?</a></p>



<p><a href="https://www.technig.com/reset-lost-password-of-kali-linux/" target="_blank" rel="noreferrer noopener nofollow">How To Reset Lost Password Of Kali Linux?</a></p>
<p>The post <a href="https://www.technig.com/reset-password-on-windows-11-before-login/">How to Reset Password on Windows 11 before Login</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/reset-password-on-windows-11-before-login/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17772</post-id>	</item>
		<item>
		<title>How to Configure NTFS Permissions in Windows Server 2022</title>
		<link>https://www.technig.com/configure-ntfs-permissions-in-windows-server-2022/</link>
					<comments>https://www.technig.com/configure-ntfs-permissions-in-windows-server-2022/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Wed, 13 Apr 2022 09:56:43 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[File Permission]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Network File Sharing]]></category>
		<category><![CDATA[Network Firewall Protection]]></category>
		<category><![CDATA[NTFS Permission]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=17337</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1024" height="687" src="https://www.technig.com/wp-content/uploads/2022/04/Managing-NTFS-Permissions.gif" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Configuring NTFS Permissions" decoding="async" loading="lazy" /></div>
<p>The file system has an important feature called NTFS permissions, which allows us to determine how a user has access to a file, folder, container, or object. Authorized users use this feature to provide access control on the network as a type of system security. NTFS permissions are available for those formatted drives with the [&#8230;]</p>
<p>The post <a href="https://www.technig.com/configure-ntfs-permissions-in-windows-server-2022/">How to Configure NTFS Permissions in Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1024" height="687" src="https://www.technig.com/wp-content/uploads/2022/04/Managing-NTFS-Permissions.gif" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Configuring NTFS Permissions" decoding="async" loading="lazy" /></div>
<p>The file system has an important feature called NTFS permissions, which allows us to determine how a user has access to a file, folder, container, or object. Authorized users use this feature to provide access control on the network as a type of system security. NTFS permissions are available for those formatted drives with the NTFS file system both in Windows and Windows Server. The configuration in both Windows client and Windows Server are the same. The following article will guide you on how to set NTFS permissions in <a href="https://www.technig.com/free-download-windows-server-2022-iso-file/" target="_blank" rel="noreferrer noopener">Windows Server 2022</a> for groups or users.</p>



<h2 class="wp-block-heading"><strong>Setting NTFS permissions for users.</strong></h2>



<p>To set the NTFS file system, open file explorer and right-click on the folder or file, you want to implement the permissions. Then, click on the <strong>properties </strong>and click on the <strong>security tab</strong> in the new dialogue box. You can see some important users and groups already exist:</p>



<ol class="wp-block-list"><li><strong>Authenticated users:</strong> This includes all the users who login into the System successfully (Windows Client)</li><li><strong>System:</strong> Specialized group from the operating System</li><li><strong>Administrator:</strong> The user who login into the System and have administrative privileges.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Security-Tab.png" alt="Security Tab" class="wp-image-17344" height="576" srcset="https://www.technig.com/wp-content/uploads/2022/04/Security-Tab.png 534w, https://www.technig.com/wp-content/uploads/2022/04/Security-Tab-223x300.png 223w" sizes="(max-width: 534px) 100vw, 534px" /><figcaption>Security Tab</figcaption></figure></div>


<p>If you want to add or delete a new user or group from the list, click on the <strong>Edit button. </strong>To delete a new user or group, select the intended user or group from the list and click on the <strong>Remove</strong> button. Moreover, if you decide to add a new user or group, click on <strong>Add</strong> button.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Edit-and-Remove.png" alt="Edit or Remove a user/How to configure NTFS permissions in Windows Server 2022" class="wp-image-17364" height="576" srcset="https://www.technig.com/wp-content/uploads/2022/04/Edit-and-Remove.png 537w, https://www.technig.com/wp-content/uploads/2022/04/Edit-and-Remove-239x300.png 239w" sizes="(max-width: 537px) 100vw, 537px" /><figcaption>Edit or Remove the user</figcaption></figure></div>


<p>Write the name of the user or group in the search box and click on the Check Names. Alternatively, you can select the new user or group by clicking on the advanced button and then the Find Now button. Finally, click on <strong>Ok.</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Check-Name.png" alt="Write new user name" class="wp-image-17383" width="680" height="378" srcset="https://www.technig.com/wp-content/uploads/2022/04/Check-Name.png 680w, https://www.technig.com/wp-content/uploads/2022/04/Check-Name-300x167.png 300w" sizes="(max-width: 680px) 100vw, 680px" /><figcaption>Find New User Name</figcaption></figure></div>


<p>After selecting the user or group, you can provide them permission access, and click Ok.</p>



<h3 class="wp-block-heading"><strong>Basic NTFS Permissions</strong></h3>



<p>Generally, there are two types of NTFS permissions; <strong>Basic </strong>and <strong>Advanced </strong>permissions. The six types of permissions that are easily accessible to the administrator are called the Basic types of permissions:</p>



<ol class="wp-block-list" type="1"><li><strong>Full Control;</strong> the user has access to the System entirely and even can control the permissions.</li><li><strong>Modify;</strong> the user can bring changes and delete the files and folders.</li><li><strong>Read and execute;</strong> the person can read the data or file and run it.</li><li><strong>List folder content;</strong> it shows lists of all the files and folders that exist in the selected folder, but you can read or execute those files or folders.</li><li><strong>Read;</strong> this type of permission allows the user only to read the file.</li><li><strong>Write; </strong>users can create new files and write new data.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Basic-Permissions.png" alt="Basic permissions/How to configure NTFS permissions in Windows Server 2022" class="wp-image-17363" height="576" srcset="https://www.technig.com/wp-content/uploads/2022/04/Basic-Permissions.png 534w, https://www.technig.com/wp-content/uploads/2022/04/Basic-Permissions-221x300.png 221w" sizes="(max-width: 534px) 100vw, 534px" /><figcaption>Basic permissions</figcaption></figure></div>


<p>If you click on the <strong>Advanced</strong> button, a new window pops up that enables you to <strong>edit</strong> or <strong>remove</strong> the user. Additionally, another button, <strong>Edit </strong>or<strong> View </strong>(When it is the view, you cannot bring changes, you should disable the inheritance, then you can edit)also exists next to them. If you click on the edit button, a new dialogue window with basic permissions shows up; a hyperlink on the right-hand side, “<strong>Show Advanced Permissions</strong>”, leads you to more special permissions.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Show-Advanced-Permissions-1024x675.png" alt="Show Advanced Permissions" class="wp-image-17376" height="676" srcset="https://www.technig.com/wp-content/uploads/2022/04/Show-Advanced-Permissions-1024x675.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Show-Advanced-Permissions-300x198.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Show-Advanced-Permissions-768x506.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Show-Advanced-Permissions.png 1371w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Advanced Permissions</figcaption></figure></div>


<h2 class="wp-block-heading"><strong>Allow or Deny</strong></h2>



<p>While giving permission access to the user or group, you notice two columns in the permission types section: <strong>Allow</strong>, and <strong>Deny</strong>. The deny permission is rarely used, and it is used when it is necessary to override permissions.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Deny-Column.png" alt="Deny Column/How to Configure NTFS Permissions in Windows Server 2022" class="wp-image-17341" height="576" srcset="https://www.technig.com/wp-content/uploads/2022/04/Deny-Column.png 536w, https://www.technig.com/wp-content/uploads/2022/04/Deny-Column-239x300.png 239w" sizes="(max-width: 536px) 100vw, 536px" /><figcaption>Deny Column</figcaption></figure></div>


<h2 class="wp-block-heading"><strong>Inheritance vs. explicit permissions</strong></h2>



<p>You can assign permissions to a folder explicitly or by inheritance. If permission is set by default or by the user’s action, called explicit permissions. On the other hand, when an object or folder, or file receives permission because of its parent that is called inheritance permissions. To illustrate it further, there is a folder “<strong>MyFile”</strong>. You explicitly give Modify permission to this folder; all the subfolders in the MyFile folder will inherit that permission by default.</p>



<p>However, you can stop all the sub-folders from inheriting. To do this, right-click on a folder or file, then go to the <strong>properties</strong> of that object. In the <strong>Security</strong> tab, click on <strong>Advanced, </strong>and at the bottom of the Advanced Security Setting dialogue window<strong>,</strong> click on <strong>Disable inheritance</strong> button. In a new tiny window, a question pops up that asks you what you would like to do with the current inherited permission. Then select the answer from those two options according to your desire, and you are done!</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="1024" height="576" src="https://www.technig.com/wp-content/uploads/2022/04/Disabling-inheritance-1.png" alt="Disabling inheritance Window/How to Configure NTFS Permissions in Windows Server 2022" class="wp-image-17348" srcset="https://www.technig.com/wp-content/uploads/2022/04/Disabling-inheritance-1.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Disabling-inheritance-1-300x169.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Disabling-inheritance-1-768x432.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Disable Inheritance</figcaption></figure></div>


<p>To conclude, NTFS permissions provide an essential way of controlling your files, folders, containers, and objects in the NTFS file system in Windows and Windows Server. This article has defined basic types of NTFS permissions in Windows Server and will write about the advanced permission in the near future. If you have any questions or recommendations, you can write them in the comment section.</p>
<p>The post <a href="https://www.technig.com/configure-ntfs-permissions-in-windows-server-2022/">How to Configure NTFS Permissions in Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/configure-ntfs-permissions-in-windows-server-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17337</post-id>	</item>
		<item>
		<title>How to Create a Local User Account in Windows 11</title>
		<link>https://www.technig.com/create-local-user-account-in-windows-11/</link>
					<comments>https://www.technig.com/create-local-user-account-in-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Tue, 12 Apr 2022 07:36:45 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Personal Identity Security]]></category>
		<category><![CDATA[User Configuration]]></category>
		<category><![CDATA[User Profile]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Configuration]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=17272</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1920" height="1080" src="https://www.technig.com/wp-content/uploads/2022/04/System-Setting.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to create new user account" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/System-Setting.webp 1920w, https://www.technig.com/wp-content/uploads/2022/04/System-Setting-300x169.webp 300w, https://www.technig.com/wp-content/uploads/2022/04/System-Setting-1024x576.webp 1024w, https://www.technig.com/wp-content/uploads/2022/04/System-Setting-768x432.webp 768w, https://www.technig.com/wp-content/uploads/2022/04/System-Setting-1536x864.webp 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
<p>When you want to create a user account in Windows 11, Microsoft tries its best to make you create an online account. Although some users may prefer to benefit from Microsoft&#8217;s online services, most would like to enjoy the privacy that their local account provides them. A local user account, which is an offline account, [&#8230;]</p>
<p>The post <a href="https://www.technig.com/create-local-user-account-in-windows-11/">How to Create a Local User Account in Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1920" height="1080" src="https://www.technig.com/wp-content/uploads/2022/04/System-Setting.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to create new user account" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/System-Setting.webp 1920w, https://www.technig.com/wp-content/uploads/2022/04/System-Setting-300x169.webp 300w, https://www.technig.com/wp-content/uploads/2022/04/System-Setting-1024x576.webp 1024w, https://www.technig.com/wp-content/uploads/2022/04/System-Setting-768x432.webp 768w, https://www.technig.com/wp-content/uploads/2022/04/System-Setting-1536x864.webp 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
<p>When you want to create a user account in <a href="https://www.technig.com/?s=windows+11" target="_blank" rel="noreferrer noopener nofollow">Windows 11</a>, Microsoft tries its best to make you create an <a href="https://support.microsoft.com/en-us/windows/what-is-a-microsoft-account-4a7c48e9-ff5a-e9c6-5a5c-1a57d66c3bfa#:~:text=Your%20Microsoft%20account%20lets%20you,your%20devices%2C%20and%20get%20rewards." target="_blank" rel="noreferrer noopener nofollow">online account</a>. Although some users may prefer to benefit from Microsoft&#8217;s online services, most would like to enjoy the privacy that their local account provides them. A local user account, which is an offline account, lets you login into your PC and saves all the related information locally on your computer. In the following article, you will learn 3 ways to create a local user account in Windows 11, and you will also come to know how to make a new local user group on your PC.</p>



<h2 class="wp-block-heading"><strong>3 Ways to create a local user account in Windows 11</strong></h2>



<p>Generally, Microsoft offers two types of accounts; <strong>Administrator</strong> and <strong>Standard User</strong>. If you want to create a new local account, you must log in as an administrator and have administrative privileges.</p>



<ul class="wp-block-list"><li><strong>Administrator</strong>: this type of account is for those users who want to have full control over the system. And have complete access to the entire computer</li><li><strong>Standard User:</strong> in this type of account user only can run the existing programs and does not have access to administrative tasks such as installing new programs.</li></ul>



<h3 class="wp-block-heading">1. <strong>Create a new account through Setting (Control Panel)</strong></h3>



<p>The most common way to create a new user account in Windows 11 is to open the <strong>Setting</strong> in your system and click on &#8220;<strong>Accounts</strong>&#8221; in the left-hand side menu. Then head over to click on <strong>Family &amp; other users</strong>. Now, click on <strong>Add account</strong> under the &#8220;<strong>Other Users</strong>&#8221; section<strong>.</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/System-Setting-1-1024x576.png" alt="System Setting / How to create new local user account in Windows 11 | Local group" class="wp-image-17275" width="900" srcset="https://www.technig.com/wp-content/uploads/2022/04/System-Setting-1-1024x576.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/System-Setting-1-300x169.png 300w, https://www.technig.com/wp-content/uploads/2022/04/System-Setting-1-768x432.png 768w, https://www.technig.com/wp-content/uploads/2022/04/System-Setting-1-1536x864.png 1536w, https://www.technig.com/wp-content/uploads/2022/04/System-Setting-1.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Computer Setting</figcaption></figure></div>


<p>The new window will show up asking you, &#8220;<strong>How will this person sign in?</strong>&#8221; If you prefer to create an online account, insert your Microsoft email and press the Next button. Else, click on that hyperlink, &#8220;<strong>I don&#8217;t have this person&#8217;s sign-in information&#8221;.</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Microsoft-Sign-in-option.png" alt="Microsoft Sign in / How to create new local user account in Windows 11 | Local group" class="wp-image-17276" width="800" height="576"/><figcaption>Microsoft Sign in</figcaption></figure></div>


<p>Microsoft also keeps pushing you to enter your Microsoft account in the new tiny window. Because you are an expert and do not follow the on-screen instruction, you click on a hyperlink &#8220;<strong>Add a user without a Microsoft Account</strong>&#8220;.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Add-a-user-without-microsoft-account.png" alt="Add User Without Microsoft Account/ How to create new local user account in Windows 11 | Local group" class="wp-image-17277" width="800" height="576"/><figcaption>Add User Without Microsoft Account</figcaption></figure></div>


<p>Finally, a new window, with one text box and two password boxes, are in front of you saying, &#8220;<strong>Create a user for this PC</strong>&#8220;. After you fill in the text box with the name and write your ideal password in the password boxes, the window expands and asks you three security questions. It would be best if you fill them in accordingly, in case one day you forget the password; those security questions help you recover. When you are done, click <strong>next.</strong></p>



<h3 class="wp-block-heading">2. <strong>Let&#8217;s create a new user account using Command Prompt</strong></h3>



<p>The second way to create a new local user account, which is also an IT professional&#8217;s favorite way, is through a command prompt. This method is straightforward and easy; it does not need you to fill in all details about yourself. First of all, search the command prompt in the start menu and run it as administrator. If you don&#8217;t run as an administrator, you will not be given access permission.</p>



<p>Next, write the <strong>net user user_name password /add </strong>command in the command prompt and enter. On the second line, you will see &#8220;<strong>The command completed successfully</strong>&#8220;. You have already created a local user account with these two easy steps.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Create-User-using-Command-Prompt-1024x573.png" alt="Create new user using Command Prompt/ How to create new local user account in Windows 11 | Local group" class="wp-image-17279" width="900" height="576"/><figcaption>Create a new user using Command Prompt</figcaption></figure></div>


<h3 class="wp-block-heading">3. <strong>Add a new local user account with Computer Management</strong></h3>



<p>The third way to create an offline user account is via <strong>Computer Management</strong>. To open Computer Management, open the <strong>Run</strong> box (Windows button + R) and write <strong>compmgmt.msc</strong> and press <strong>OK</strong>. Alternatively, you can search Computer Management in the search box or start menu. On the left-hand sidebar menu under the system tools, find <strong>Local Users and Groups </strong>and expand it<strong>. </strong>You will see two folders appear;<strong> users and groups</strong>. If you open each of those folders, you will see a list of all users and groups in your system.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Computer-Management-1024x687.png" alt="Computer Management" class="wp-image-17280" width="900" height="576"/><figcaption>Computer Management</figcaption></figure></div>


<p>Next, right-click on <strong>User>New User, </strong>and a window shows up that wants you to fill in the new user name, full name, Description, and Password, and confirm your password. You must fill them in accordingly. There are four optional options, three of them ask you if you want to bring changes to your password later, and one of them asks whether your new user account should be disabled or enabled? You must not tick that one; otherwise, your new account will not get active. After you fill in the required details of the new User, click on <strong>Create</strong>. That is it!</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Create-new-user-in-Computer-Management-1024x687.png" alt="Create New User using Computer Management" class="wp-image-17281" width="900" height="576"/><figcaption>Create New User using Computer Management</figcaption></figure></div>


<h2 class="wp-block-heading"><strong>A local group in Windows 11</strong></h2>



<p>After creating various users in your system, you may want to put them in one group to control them quickly. A group is a collection of multiple user accounts that share common security rights and have the same access rights to the computer. For example, you decide to share your computer with your relatives. On the other hand, you do not let them bring changes into your Operating System. So you create a user account for your cousin&#8217;s son to play games, and another for your sister to do her research. If you define access rights for each of them separately, it will take lots of your time. Instead, you put the two accounts in one group and grant them the same security privileges. Although there are different types of user groups on the computer, here you are going to learn how to create a local group in Windows 11.</p>



<h3 class="wp-block-heading"><strong>How to create a new user group in Windows 11?</strong></h3>



<p>To create a new user group in Windows 11, go with the following instruction:</p>



<ol class="wp-block-list" type="1"><li>Press the <strong>Windows button</strong> + <strong>R</strong> to open the <strong>Run</strong> box.</li><li>Write <strong>compmgmt.msc </strong>in the Run box and click on the <strong>Ok</strong> button.</li><li>In the Computer Management window, find <strong>Local Users and Groups</strong> under the <strong>System tools.</strong></li><li>Double click on Local Users and Groups, and you will see two folders; <strong>Users</strong> and <strong>Groups.</strong></li><li>Write-click on <strong>Groups,</strong> then click on <strong>New Group</strong></li><li>A tiny new group window will pop up that asks you to enter the group&#8217;s name and describe your group (description is optional).</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Group-name-1.png" alt="Group name" class="wp-image-17283" height="576" srcset="https://www.technig.com/wp-content/uploads/2022/04/Group-name-1.png 565w, https://www.technig.com/wp-content/uploads/2022/04/Group-name-1-297x300.png 297w, https://www.technig.com/wp-content/uploads/2022/04/Group-name-1-100x100.png 100w" sizes="(max-width: 565px) 100vw, 565px" /><figcaption>Create new Group</figcaption></figure></div>


<p>7. After you give a name to your new group, click on <strong>Add</strong> button to add members to your group. By clicking on Add button, a new window opens that you should <strong>select users</strong>. You can choose the User either by writing their name in that <strong>text box</strong> and clicking on the Check Names button next to the text box or by clicking on the <strong>Advanced</strong> button under the text box to see a list of users.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="682" height="371" src="https://www.technig.com/wp-content/uploads/2022/04/search-user-name.png" alt="Check User Name" class="wp-image-17284" srcset="https://www.technig.com/wp-content/uploads/2022/04/search-user-name.png 682w, https://www.technig.com/wp-content/uploads/2022/04/search-user-name-300x163.png 300w" sizes="(max-width: 682px) 100vw, 682px" /><figcaption>You can search user name or find it manually</figcaption></figure></div>


<p>8. If you click on the Advanced button, then in a new window, click on <strong>Find Now</strong> button. A list of all users will pop up you can find your ideal user account and select that, then click on the <strong>Ok</strong> button.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Find-user-account-Manually.png" alt="Find user account manually" class="wp-image-17285" height="576" srcset="https://www.technig.com/wp-content/uploads/2022/04/Find-user-account-Manually.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Find-user-account-Manually-270x300.png 270w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Find user account manually</figcaption></figure></div>


<p>9. In the select user window, if you are done with the configuration, click on <strong>Ok</strong>. Click on Add at the New Group window if you want to add another user. Otherwise, click on the <strong>Close</strong> button. Now you are done!</p>



<p>To wrap up, you just learned three methods for creating a new user account in Windows 11 and also learned how to make a new local group in your system. If you have any related questions, you can write them in the comment section of this post. </p>
<p>The post <a href="https://www.technig.com/create-local-user-account-in-windows-11/">How to Create a Local User Account in Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/create-local-user-account-in-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17272</post-id>	</item>
	</channel>
</rss>
