
<?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>Command Line Tips Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/command-line-tips/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/command-line-tips/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Wed, 23 Jun 2021 08:14:04 +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>Command Line Tips Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/command-line-tips/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>How to Upgrade NPM in Windows Step by Step?</title>
		<link>https://www.technig.com/upgrade-npm-guide-windows/</link>
					<comments>https://www.technig.com/upgrade-npm-guide-windows/#comments</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Wed, 22 Nov 2017 13:00:31 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Coding Tips]]></category>
		<category><![CDATA[Command Line Tips]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[How to Fix]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Node JS]]></category>
		<category><![CDATA[Nodejs]]></category>
		<category><![CDATA[Nodejs Tutorials]]></category>
		<category><![CDATA[NPM Install]]></category>
		<category><![CDATA[Upgrade NPM]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=13837</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Upgrade NPM on Windows - Technig" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Every developer uses NPM more than ten times every day. NPM is a package manager for the JavaScript programming language. Also, it is the default package manager for the JavaScript runtime environment Node.js. Besides, most packages require the latest version of NPM. Therefore, you should upgrade your NPM once a while. In this tutorial, you will [&#8230;]</p>
<p>The post <a href="https://www.technig.com/upgrade-npm-guide-windows/">How to Upgrade NPM in Windows Step by Step?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Upgrade NPM on Windows - Technig" decoding="async" srcset="https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Every developer uses NPM more than ten times every day. NPM is a package manager for the JavaScript programming language. Also, it is the default package manager for the JavaScript runtime environment Node.js. Besides, most packages require the latest version of NPM. Therefore, you should upgrade your NPM once a while. In this tutorial, you will learn how to upgrade NPM in Windows step by step and the correct ways.</p>
<h2>Upgrade NPM in Windows</h2>
<p>There are mainly two ways to upgrade NPM. Also, these upgrade methods are thoroughly recommended by NPM team. You don&#8217;t need to worry about whether it&#8217;s the right way or not. So, let&#8217;s learn the first and easy way.</p>
<p><strong>Recommended Article:</strong></p>
<blockquote>
<p style="text-align: left;"><a href="https://www.technig.com/make-npm-install-work-20-times-faster/">How to Make NPM Work 20 Times Faster</a></p>
</blockquote>
<h3>1. Install the latest MSI</h3>
<p>Well, the easiest way to upgrade NPM is to download Nodejs MSI file from its website and install it over your old NPM version. It will automatically upgrade if you install the latest version. Also, there is no down-side to it. It will work just fine.</p>
<h3>2. Using the Package for Upgrading</h3>
<p>The NPM team has the recommended to use <a href="https://github.com/felixrieseberg/npm-windows-upgrade">this</a> package on Windows for Upgrading the NPM. It&#8217;s pretty simple and easy to use. Also, you don&#8217;t need to install or download anything after this. Just install this package globally and run it once a white to keep your NPM up-to-date.</p>
<p>Below are the instructions to upgrade NPM on Windows.</p>
<ul>
<li>Run Powershell as Administrator</li>
<li>Run this command <span style="background-color: #e6e6e6;">Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force</span></li>
<li>Next, run this n<span style="background-color: #e6e6e6;">pm install -g npm-windows-upgrade</span></li>
<li>Now, run this <span style="background-color: #e6e6e6;">npm-windows-upgrade</span></li>
</ul>
<figure id="attachment_13845" aria-describedby="caption-attachment-13845" style="width: 624px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows.png"><img decoding="async" class="wp-image-13845" src="http://3.90.216.52/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows.png" alt="How to Upgrade NPM on WIndows" width="624" height="265" srcset="https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows.png 1082w, https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-300x127.png 300w, https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-768x326.png 768w, https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-1024x434.png 1024w" sizes="(max-width: 624px) 100vw, 624px" /></a><figcaption id="caption-attachment-13845" class="wp-caption-text">How to Upgrade NPM on Windows</figcaption></figure>
<p>The last command will upgrade your NPM. After this, when you want to update your npm, just run <span style="background-color: #e6e6e6;">npm-windows-upgrade. </span>It will update NPM to the latest version.</p>
<h2>Conclusion</h2>
<p>I hope it has been informative for you. If you have any questions or suggestions, feel free to comment below. Also, you can join our forum and ask your questions frequently there.</p>
<p>The post <a href="https://www.technig.com/upgrade-npm-guide-windows/">How to Upgrade NPM in Windows Step by Step?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/upgrade-npm-guide-windows/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13837</post-id>	</item>
		<item>
		<title>How to Make NPM Work 20 Times Faster</title>
		<link>https://www.technig.com/make-npm-install-work-20-times-faster/</link>
					<comments>https://www.technig.com/make-npm-install-work-20-times-faster/#comments</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Fri, 17 Nov 2017 11:34:04 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Coding Tips]]></category>
		<category><![CDATA[Command Line Tips]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[How to Fix]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Nodejs]]></category>
		<category><![CDATA[NPM Install]]></category>
		<category><![CDATA[NPM Package]]></category>
		<category><![CDATA[PowerShell Articles]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[Web Developer]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=13692</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Make NPM install Work 20 Times Faster Step by Step - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>As a developer or web designer, we use NPM almost more than 5 times on average per day. Sometimes, it takes a long time to install a package. Even more than 5 minutes or more. Besides, you watch some people on tutorials who install a package in 5 seconds. How they do that? If you [&#8230;]</p>
<p>The post <a href="https://www.technig.com/make-npm-install-work-20-times-faster/">How to Make NPM Work 20 Times Faster</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Make NPM install Work 20 Times Faster Step by Step - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>As a developer or web designer, we use <a href="https://www.technig.com/tag/npm-package/">NPM </a>almost more than 5 times on average per day. Sometimes, it takes a long time to install a package. Even more than 5 minutes or more. Besides, you watch some people on tutorials who install a package in 5 seconds. How they do that? If you want to make NPM install Work 20 times faster, this tutorial will help you.</p>
<h2>Why NPM install is Too Slow?</h2>
<p>Before we make NPM work faster, we should know what are the reasons why NPM install is too Slow. Well, there are many reasons. We just mention a few of them. So, if you are using Mac, it&#8217;s faster than the PC. Because all Apple MacBooks are having <a href="https://en.wikipedia.org/wiki/Solid-state_drive">SSD </a>hard drive. Also, most SSD drives are 5 to 10 times faster than HDD hard drives. Therefore, your computer might work slow.</p>
<p>If you have Mac or PC with<a href="https://www.technig.com/upgrade-laptop-hard-disk-to-ssd/"> SSD hard </a>drive and still your NPM install command work slow, you can make it faster by following the tutorial. Also, <strong>this method works for HDD drives as well. </strong></p>
<h2>Make NPM Install<span style="font-size: 16px;">  </span>Work 20 Times Faster</h2>
<p>1. The first way to make <span style="background-color: #f6d5d9;">NPM </span>install faster is to make the progress set to false. So, this makes NPM install packages without showing the progress status.</p>
<pre class="theme:terminal lang:default decode:true">npm set progress=false</pre>
<p>It makes NPM install run 2x faster.</p>
<p>2. The second way is to use PNPM. It&#8217;s fast, disk space-efficient package manager. Besides, it&#8217;s a lot faster than NPM and Yarn. The way it works is similar to NPM. Also, as the documentation says, it supports almost 80% of NPM commands.</p>
<p>Features:</p>
<ul>
<li><strong>Fast.</strong> Faster than <span style="background-color: #f6d5d9;">NPM </span>and Yarn.</li>
<li><strong>Efficient.</strong> One version of a package is saved only ever once on a disk.</li>
<li><strong>Deterministic.</strong> It has a lock file called.<code>shrinkwrap.yaml</code></li>
<li><strong>Strict.</strong> A package can access only dependencies that are specified in its.<code>package.json</code></li>
<li><strong>Works everywhere.</strong> Works on Windows, Linux and OS X.</li>
</ul>
<p>Here is how you install and use it. Assuming you have NPM.</p>
<pre class="theme:terminal lang:default decode:true ">npm install -g pnpm</pre>
<p>Now, instead of using NPM install, use PNPM install. For example.</p>
<pre class="theme:terminal lang:default decode:true ">pnpm install bootstrap</pre>
<p>But you should remember, it will not work if you don&#8217;t have the file<code>package.json</code>.</p>
<pre class="theme:terminal lang:default decode:true ">npm init -y</pre>
<p>Before using PNPM install command, run <code> npm init -y</code> to create an empty <code>package.json</code>file.</p>
<p><span style="background-color: #f6d5d9;">NPM </span>commands that are re-implemented in PNPM:</p>
<ul>
<li><code>install</code></li>
<li><code>update</code></li>
<li><code>uninstall</code></li>
<li><code>link</code></li>
<li><code>prune</code></li>
<li><code>list</code></li>
<li><code>install-test</code></li>
<li><code>outdated</code></li>
<li><code>rebuild</code></li>
<li><code>root</code></li>
<li><code>help</code></li>
</ul>
<p>You can read more <a href="https://github.com/pnpm/pnpm">here </a>about it.</p>
<h2>Conclusion</h2>
<p>I hope it has been informative for you and y help you. If you have any questions, feel free to comment below. Besides, you can join our forum and ask questions there.</p>
<p>The post <a href="https://www.technig.com/make-npm-install-work-20-times-faster/">How to Make NPM Work 20 Times Faster</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/make-npm-install-work-20-times-faster/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13692</post-id>	</item>
		<item>
		<title>How to Manage Hard Disk with Command in Windows 10?</title>
		<link>https://www.technig.com/manage-hard-disk-using-command/</link>
					<comments>https://www.technig.com/manage-hard-disk-using-command/#comments</comments>
		
		<dc:creator><![CDATA[Shams]]></dc:creator>
		<pubDate>Thu, 09 Nov 2017 09:30:51 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Command Line Tips]]></category>
		<category><![CDATA[Data Backup]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Disk Management]]></category>
		<category><![CDATA[External Hard Disk]]></category>
		<category><![CDATA[Hard Disk Manager]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[PowerShell Articles]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=13484</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/How-to-Manage-Hard-Disk-using-Command-Line-in-Windows-10-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Manage Hard Disk using Command Line in Windows 10 - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/11/How-to-Manage-Hard-Disk-using-Command-Line-in-Windows-10-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/How-to-Manage-Hard-Disk-using-Command-Line-in-Windows-10-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/How-to-Manage-Hard-Disk-using-Command-Line-in-Windows-10-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>The storage management or hard disk management is easy with the command line as GUI disk management on Windows. Here we just focus on this topic to manage hard disk using the command on Windows 10 and other Windows operating systems. Manage Hard disk with command-line tool DiskPart. The Disk Partition Utility (Diskpart) is a [&#8230;]</p>
<p>The post <a href="https://www.technig.com/manage-hard-disk-using-command/">How to Manage Hard Disk with Command in Windows 10?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/How-to-Manage-Hard-Disk-using-Command-Line-in-Windows-10-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Manage Hard Disk using Command Line in Windows 10 - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/11/How-to-Manage-Hard-Disk-using-Command-Line-in-Windows-10-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/How-to-Manage-Hard-Disk-using-Command-Line-in-Windows-10-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/How-to-Manage-Hard-Disk-using-Command-Line-in-Windows-10-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>The storage management or hard disk management is easy with the command line as GUI disk management on Windows. Here we just focus on this topic to manage hard disk using the command on Windows 10 and other Windows operating systems. Manage Hard disk with command-line tool DiskPart.</p>
<p>The Disk Partition Utility (<a href="https://en.wikipedia.org/wiki/Diskpart" rel="noopener">Diskpart</a>) is a command-line tool for managing hard disk in Windows operating system. Diskpart has replaced with FDisk command-line tool which works with the MS-DOS-based operating system.</p>
<h3>Manage Hard Disk using Command Line</h3>
<p>Diskpart can be used on both command prompt and PowerShell. But, you must well be understanding what you are doing when using Diskpart. It might happen much time which formatted the entire disk with one command. The last one was a Laptop of my friend with lots of memorial photos and videos. Fortunately, we had recovered all data successfully with data recovery software. But take too us much time.</p>
<p><strong>Manage Hard Disk using Command Line in Windows 10: </strong></p>
<ol>
<li>Open command line or PowerShell.</li>
<li>Run DiskPart as Administrator privilege.</li>
<li>Clean Hard Disk with Command-Line.</li>
<li>Create Partition with Command.</li>
<li>Format Hard Disk with Command.</li>
<li>Delete Partition.</li>
<li>Extend Partition with Command-Line.</li>
<li>Shrink Partition with Command.</li>
</ol>
<p>That&#8217;s all you will learn from reading this article about tips to manage hard disk using the command line in the Windows environment. Let&#8217;s start it with running DiskPart as administrator privilege on Windows 10. You can use this command on other Windows operating systems as well.</p>
<ol>
<li>Press <strong>Windows+R</strong> to open the <strong>Run</strong> and type &#8220;<strong>diskpart</strong>&#8221; then press enter to run the DiskPart utility.</li>
<li>Click <strong>Yes</strong> to User Account Control prompt.</li>
</ol>
<figure id="attachment_1005" aria-describedby="caption-attachment-1005" style="width: 745px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Run-Diskpart.jpg"><img loading="lazy" decoding="async" class="wp-image-1005 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Run-Diskpart.jpg" alt="Manage Hard Disk using Command Line in Windows 10 - Technig" width="745" height="573" srcset="https://www.technig.com/wp-content/uploads/2014/12/Run-Diskpart.jpg 745w, https://www.technig.com/wp-content/uploads/2014/12/Run-Diskpart-300x231.jpg 300w" sizes="(max-width: 745px) 100vw, 745px" /></a><figcaption id="caption-attachment-1005" class="wp-caption-text">Run DiskPart on Windows 10 &#8211; Technig</figcaption></figure>
<h3>1. Create Partition with Command</h3>
<p>You may want to list installed hard disks of the system. Just type<strong> &#8216;list disk&#8217;</strong> then press <strong>enter</strong> to display all connected hard disks of your PC. The List disk command only shows the normal hard disks on your computer. If your hard disk is corrupted, it&#8217;s not possible to display with DiskPart List Disk command.</p>
<p><strong>1.</strong> Type &#8220;<strong>List Disk</strong>&#8221; to view all hard disks.</p>
<figure id="attachment_1007" aria-describedby="caption-attachment-1007" style="width: 623px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/List-all-disks.jpg"><img loading="lazy" decoding="async" class="wp-image-1007 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/List-all-disks.jpg" alt="How do I list drives in command prompt? - Technig" width="623" height="134" srcset="https://www.technig.com/wp-content/uploads/2014/12/List-all-disks.jpg 623w, https://www.technig.com/wp-content/uploads/2014/12/List-all-disks-300x65.jpg 300w" sizes="(max-width: 623px) 100vw, 623px" /></a><figcaption id="caption-attachment-1007" class="wp-caption-text">How do I list drives in command prompt? &#8211; Technig</figcaption></figure>
<p><strong>2.</strong> In this PC we have two hard disks. You must select the correct disk you want to manage with the command line. Choose the disk with select disk command.</p>
<p>For example, you want to select disk 1. Type &#8220;<strong>select disk 1</strong>&#8221; command and press enter. Now the disk one has chosen as the disk you want to manage it with the command line.</p>
<figure id="attachment_1008" aria-describedby="caption-attachment-1008" style="width: 560px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Select-Hard-Disk.jpg"><img loading="lazy" decoding="async" class="wp-image-1008 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Select-Hard-Disk.jpg" alt="Select Hard Disk" width="560" height="177" srcset="https://www.technig.com/wp-content/uploads/2014/12/Select-Hard-Disk.jpg 560w, https://www.technig.com/wp-content/uploads/2014/12/Select-Hard-Disk-300x95.jpg 300w" sizes="(max-width: 560px) 100vw, 560px" /></a><figcaption id="caption-attachment-1008" class="wp-caption-text">Select Hard Disk</figcaption></figure>
<p>To see whether the disk has selected or not, just type &#8220;list disk&#8221; and see the result. The strick in front of Disk 1 shows that disk one is selected and ready for management.</p>
<h3>2. Clean a Partition Using DiskPart</h3>
<p>Now clean the disk by <strong>&#8216;Clean&#8217;</strong> command.</p>
<ol>
<li>Type &#8220;<strong>clean</strong>&#8221; and press enter to clean disk with command.</li>
</ol>
<figure id="attachment_1010" aria-describedby="caption-attachment-1010" style="width: 462px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Clean-disk.jpg"><img loading="lazy" decoding="async" class="wp-image-1010 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Clean-disk.jpg" alt="How to Clean a Partition using diskpart - Technig" width="462" height="59" srcset="https://www.technig.com/wp-content/uploads/2014/12/Clean-disk.jpg 462w, https://www.technig.com/wp-content/uploads/2014/12/Clean-disk-300x38.jpg 300w" sizes="(max-width: 462px) 100vw, 462px" /></a><figcaption id="caption-attachment-1010" class="wp-caption-text">How to Clean a Partition using DiskPart &#8211; Technig</figcaption></figure>
<p>That&#8217;s all command to clean a disk with DiskPart command. Let&#8217;s create a new partition with command.</p>
<h3>3. Create a Partition with Command</h3>
<p>To create a partition with command just type &#8220;<strong>Create partition primary size=40000&#8243;</strong> and press enter. This command will create a <strong>40 GB</strong> primary partition from disk 1. You can assign the size of your partition according to your hard disk capacity.</p>
<p><strong>1.</strong> Type &#8220;<strong>create part primary size=50000</strong>&#8221; then press enter.</p>
<figure id="attachment_1011" aria-describedby="caption-attachment-1011" style="width: 636px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Create-a-Primary-Partition.jpg"><img loading="lazy" decoding="async" class="wp-image-1011 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Create-a-Primary-Partition.jpg" alt="How to Create Partition using Command Prompt - DiskPart Create Partition Windows 10" width="636" height="59" srcset="https://www.technig.com/wp-content/uploads/2014/12/Create-a-Primary-Partition.jpg 636w, https://www.technig.com/wp-content/uploads/2014/12/Create-a-Primary-Partition-300x28.jpg 300w" sizes="(max-width: 636px) 100vw, 636px" /></a><figcaption id="caption-attachment-1011" class="wp-caption-text">How to Create Partition using Command Prompt &#8211; DiskPart Create Partition Windows 10</figcaption></figure>
<p><strong>2.</strong> To check the created partition type<strong> &#8216;List vol&#8217;</strong> command. The command will list all volumes. On the below screenshot <strong>Volume 3</strong> is the created partition with 39 GB space.</p>
<figure id="attachment_1013" aria-describedby="caption-attachment-1013" style="width: 720px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/List-all-Hard-disk-Volumes.jpg"><img loading="lazy" decoding="async" class="wp-image-1013 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/List-all-Hard-disk-Volumes.jpg" alt="List all Hard disk Volumes - DiskPart List Volume Windows 10 - Technig" width="720" height="142" srcset="https://www.technig.com/wp-content/uploads/2014/12/List-all-Hard-disk-Volumes.jpg 720w, https://www.technig.com/wp-content/uploads/2014/12/List-all-Hard-disk-Volumes-300x59.jpg 300w" sizes="(max-width: 720px) 100vw, 720px" /></a><figcaption id="caption-attachment-1013" class="wp-caption-text">List all Hard disk Volumes &#8211; DiskPart List Volume Windows 10 &#8211; Technig</figcaption></figure>
<p>The last <strong>Volume 3</strong> is the newly created partition. It is selected and ready to format it.</p>
<h3>4. How to Format Partition with Command?</h3>
<ol>
<li>Type <strong>&#8216;format fs=ntfs quick&#8217;</strong> to format the partition, and type <strong>&#8216;list vol&#8217;</strong> to see the formatted partition with <strong>NTFS</strong> file system.</li>
</ol>
<figure id="attachment_1014" aria-describedby="caption-attachment-1014" style="width: 707px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Format-a-hard-disk.jpg"><img loading="lazy" decoding="async" class="wp-image-1014 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Format-a-hard-disk.jpg" alt="DiskPart Format Partition - How to Format Partition with Command Line - Technig" width="707" height="206" srcset="https://www.technig.com/wp-content/uploads/2014/12/Format-a-hard-disk.jpg 707w, https://www.technig.com/wp-content/uploads/2014/12/Format-a-hard-disk-300x87.jpg 300w" sizes="(max-width: 707px) 100vw, 707px" /></a><figcaption id="caption-attachment-1014" class="wp-caption-text">DiskPart Format Partition &#8211; How to Format Partition with Command-Line &#8211; Technig</figcaption></figure>
<p>You can see the result of Diskpart format partition. It shows volume 3 has formatted as NTFS type. Next, assign a letter to the newly formatted partition.</p>
<p><strong>2.</strong> Just type &#8220;<strong>assign letter=f</strong>&#8221; and press enter. The F letter has assigned to volume 3. Now it appears as <strong>F local drive</strong> on File Explorer.</p>
<figure id="attachment_1015" aria-describedby="caption-attachment-1015" style="width: 723px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Assign-letter-to-a-volume.jpg"><img loading="lazy" decoding="async" class="wp-image-1015 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Assign-letter-to-a-volume.jpg" alt="Assign letter to a volume with Command Line - Technig" width="723" height="181" srcset="https://www.technig.com/wp-content/uploads/2014/12/Assign-letter-to-a-volume.jpg 723w, https://www.technig.com/wp-content/uploads/2014/12/Assign-letter-to-a-volume-300x75.jpg 300w" sizes="(max-width: 723px) 100vw, 723px" /></a><figcaption id="caption-attachment-1015" class="wp-caption-text">Assign a letter to a volume with Command-Line &#8211; Technig</figcaption></figure>
<p>Now you have learned creating, formatting and some diskpart commands for managing hard disk with the command line in Windows 10. The next step is using some more DiskPart command to get expert on Diskpart disk management tool.</p>
<h3>5. How to Delete a Partition with Command?</h3>
<ol>
<li>To delete a partition or volume with command first select volume then type &#8220;<strong>delete partition</strong>.&#8221; Like screenshot.</li>
</ol>
<figure id="attachment_1018" aria-describedby="caption-attachment-1018" style="width: 703px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Delete-a-Partition-with-Command.jpg"><img loading="lazy" decoding="async" class="wp-image-1018 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Delete-a-Partition-with-Command.jpg" alt="DiskPart delete Partition - How to Delete a Partition with Command Line in Windows 10 - Technig" width="703" height="329" srcset="https://www.technig.com/wp-content/uploads/2014/12/Delete-a-Partition-with-Command.jpg 703w, https://www.technig.com/wp-content/uploads/2014/12/Delete-a-Partition-with-Command-300x140.jpg 300w" sizes="(max-width: 703px) 100vw, 703px" /></a><figcaption id="caption-attachment-1018" class="wp-caption-text">DiskPart delete Partition &#8211; How to Delete a Partition with Command Line in Windows 10 &#8211; Technig</figcaption></figure>
<p>Yes, you can see the result, the partition <strong>&#8216;Volume 3&#8217; </strong>has deleted successfully.</p>
<h3>6. How to Extend a Partition with Command?</h3>
<p>The extended process is to add some more space to existing partition from the free space of a hard disk. To do this, just follow the screenshot.</p>
<ol>
<li>List the volumes with &#8220;<strong>List vol</strong>&#8221; command.</li>
<li>Type &#8220;<strong>extend size=10000</strong>&#8221; to add extra 10 GB to volume 3 from the free spaces of the hard disk.</li>
</ol>
<figure id="attachment_1021" aria-describedby="caption-attachment-1021" style="width: 722px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Extend-a-Partition.jpg"><img loading="lazy" decoding="async" class="wp-image-1021 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Extend-a-Partition.jpg" alt="DiskPart Extend Partition - How to Extend Partition with Command Line in Windows 10 - Technig" width="722" height="297" srcset="https://www.technig.com/wp-content/uploads/2014/12/Extend-a-Partition.jpg 722w, https://www.technig.com/wp-content/uploads/2014/12/Extend-a-Partition-300x123.jpg 300w" sizes="(max-width: 722px) 100vw, 722px" /></a><figcaption id="caption-attachment-1021" class="wp-caption-text">DiskPart Extend Partition &#8211; How to Extend Partition with Command Line in Windows 10 &#8211; Technig</figcaption></figure>
<p>The<strong> &#8216;Extend size=10000&#8217;</strong> will add 10 GB to the <strong>Volume 3</strong> partition. If you don&#8217;t mention the <strong>size</strong>, the system will add all free space.</p>
<h3>6. How to Shrink a Partition with Command?</h3>
<p>It is the best option for a newly purchased laptop that only has one drive on its hard disk. You can use DiskPart shrink command to shrink the extra free spaces of a drive. Shrink a volume is to create unallocated space from free spaces of an existing partition.</p>
<ol>
<li>Type &#8220;List vol&#8221; to see all volumes.</li>
<li>Just type &#8220;<strong>shrink desired=20000 minimum=10000</strong>&#8221; then press enter.</li>
</ol>
<figure id="attachment_1022" aria-describedby="caption-attachment-1022" style="width: 717px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Sharink-a-Partition.jpg"><img loading="lazy" decoding="async" class="wp-image-1022 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Sharink-a-Partition.jpg" alt="Sharink a Partition" width="717" height="296" srcset="https://www.technig.com/wp-content/uploads/2014/12/Sharink-a-Partition.jpg 717w, https://www.technig.com/wp-content/uploads/2014/12/Sharink-a-Partition-300x124.jpg 300w" sizes="(max-width: 717px) 100vw, 717px" /></a><figcaption id="caption-attachment-1022" class="wp-caption-text">Shrink a Partition</figcaption></figure>
<p>The Diskpart shrink command has shrunk 19 GB from the Volume 3 successfully.</p>
<p>Finally, I hope this article helps you manage the hard disk using the command line easy. If you have any issue with disk management or DiskPart commands, please comment us.</p>
<hr />
<p><strong>Searches related to:</strong></p>
<p>Disk Management command prompt<br />
Windows Disk Management command line<br />
Disk Management Windows 7<br />
Disk Management Windows 8<br />
Disk Management software<br />
Windows 10 Disk partition<br />
Windows 10 Disk Management not working<br />
Disk Management partition</p>
<p>The post <a href="https://www.technig.com/manage-hard-disk-using-command/">How to Manage Hard Disk with Command in Windows 10?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/manage-hard-disk-using-command/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13484</post-id>	</item>
		<item>
		<title>Enable Remote Desktop with CMD in Windows 10</title>
		<link>https://www.technig.com/enable-remote-desktop-using-command/</link>
					<comments>https://www.technig.com/enable-remote-desktop-using-command/#comments</comments>
		
		<dc:creator><![CDATA[Shams]]></dc:creator>
		<pubDate>Wed, 18 Oct 2017 13:00:49 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[Command Line Tips]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux Remote Desktop]]></category>
		<category><![CDATA[Net user Command]]></category>
		<category><![CDATA[Remote Assistance]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Remote Desktop Manager]]></category>
		<category><![CDATA[Remote Desktop Software]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=12111</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/10/Enable-Remote-Desktop-with-Command-Line-Remote-Desktop-Mnager-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Enable Remote Desktop with Command Line - Remote Desktop Mnager - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/10/Enable-Remote-Desktop-with-Command-Line-Remote-Desktop-Mnager-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/10/Enable-Remote-Desktop-with-Command-Line-Remote-Desktop-Mnager-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Enable-Remote-Desktop-with-Command-Line-Remote-Desktop-Mnager-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>The Windows Remote desktop can be enable with the command line such as CMD and Powershell. Here we enable remote desktop using command prompt in Windows 10. You can use this method on all Microsoft Windows server and Workstation systems. In Microsoft Windows operating systems, you can connect to a computer running Windows from another [&#8230;]</p>
<p>The post <a href="https://www.technig.com/enable-remote-desktop-using-command/">Enable Remote Desktop with CMD in Windows 10</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/10/Enable-Remote-Desktop-with-Command-Line-Remote-Desktop-Mnager-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Enable Remote Desktop with Command Line - Remote Desktop Mnager - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/10/Enable-Remote-Desktop-with-Command-Line-Remote-Desktop-Mnager-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/10/Enable-Remote-Desktop-with-Command-Line-Remote-Desktop-Mnager-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Enable-Remote-Desktop-with-Command-Line-Remote-Desktop-Mnager-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>The Windows Remote desktop can be enable with the command line such as CMD and Powershell. Here we enable remote desktop using command prompt in Windows 10. You can use this method on all Microsoft Windows server and Workstation systems.</p>
<p>In Microsoft Windows operating systems, you can connect to a computer running Windows from another computer running Windows that&#8217;s connected to the same network or the Internet. For example, you can use all of your work computer&#8217;s programs, files, and network resources from your home computer, and it&#8217;s just like you&#8217;re sitting in front of your computer at work.</p>
<p>To connect to a remote computer, that computer must be turned on; it must have a network connection, Remote Desktop must be enabled. You must have network access to the remote computer (this could be through the Internet), and you must have permission to connect. For permission to connect, you must be on the list of remote desktop users. Before you start a connection, it&#8217;s a good idea to look up the name of the computer you&#8217;re connecting to and to make sure Remote Desktop connections are allowed through its firewall.</p>
<h2>Enable Remote Desktop using Command Line</h2>
<p>To enable remote desktop using command line, you must have administrator permission in Windows. The command line interfaces, command prompt or Powershell, must run as administrator.</p>
<p>Enable remote desktop process:</p>
<ol>
<li>Run Windows Command Prompt.</li>
<li>Execute registry command to enable remote desktop.</li>
<li>Enable Remote Desktop on system Firewall.</li>
<li>Test Remote Desktop Connectivity between two systems.</li>
</ol>
<p>Let&#8217;s run the command prompt as administrator and follow the article to enable remote desktop with command line.</p>
<p><strong>1.</strong> Type the below command to enable remote desktop.</p>
<pre class="nums:false expand-toggle:false lang:default decode:true">reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f</pre>
<figure id="attachment_12541" aria-describedby="caption-attachment-12541" style="width: 1400px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/10/Enable-Remote-Desktop-with-CMD-in-Windows-10-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-12541 size-full" src="https://www.technig.com/wp-content/uploads/2017/10/Enable-Remote-Desktop-with-CMD-in-Windows-10-Technig.jpg" alt="Enable Remote Desktop using Command in Windows 10 - Technig" width="1400" height="118" srcset="https://www.technig.com/wp-content/uploads/2017/10/Enable-Remote-Desktop-with-CMD-in-Windows-10-Technig.jpg 1400w, https://www.technig.com/wp-content/uploads/2017/10/Enable-Remote-Desktop-with-CMD-in-Windows-10-Technig-300x25.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Enable-Remote-Desktop-with-CMD-in-Windows-10-Technig-768x65.jpg 768w, https://www.technig.com/wp-content/uploads/2017/10/Enable-Remote-Desktop-with-CMD-in-Windows-10-Technig-1024x86.jpg 1024w" sizes="(max-width: 1400px) 100vw, 1400px" /></a><figcaption id="caption-attachment-12541" class="wp-caption-text">Enable Remote Desktop using Command in Windows 10 &#8211; Technig</figcaption></figure>
<p>The result must be the same as above screenshot. If you face any issue while running command, check the command structure and try again.</p>
<p><strong>2.</strong> To disable remote desktop, just type the below command and run it.</p>
<pre class="nums:false expand-toggle:false lang:default decode:true">reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 1 /f</pre>
<p><strong>3.</strong> Allow the Remote desktop on your Windows firewall system with <strong>netsh</strong> command.</p>
<pre class="nums:false expand-toggle:false lang:default decode:true">netsh advfirewall firewall set rule group="remote desktop" new enable=yes</pre>
<figure id="attachment_12552" aria-describedby="caption-attachment-12552" style="width: 876px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/10/Allow-Remote-Desktop-in-Windows-Firewall-with-Command-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-12552 size-full" src="https://www.technig.com/wp-content/uploads/2017/10/Allow-Remote-Desktop-in-Windows-Firewall-with-Command-Technig.jpg" alt="Allow Remote Desktop in Windows Firewall with Command - Technig" width="876" height="175" srcset="https://www.technig.com/wp-content/uploads/2017/10/Allow-Remote-Desktop-in-Windows-Firewall-with-Command-Technig.jpg 876w, https://www.technig.com/wp-content/uploads/2017/10/Allow-Remote-Desktop-in-Windows-Firewall-with-Command-Technig-300x60.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Allow-Remote-Desktop-in-Windows-Firewall-with-Command-Technig-768x153.jpg 768w" sizes="(max-width: 876px) 100vw, 876px" /></a><figcaption id="caption-attachment-12552" class="wp-caption-text">Allow Remote Desktop in Windows Firewall with Command &#8211; Technig</figcaption></figure>
<p><strong>Related</strong>: <a href="https://www.technig.com/configure-windows-ipv4-networking-with-netsh/" target="_blank" rel="noopener noreferrer">Configure Windows IP Address with Netsh</a></p>
<p><strong>4.</strong> Now, you need to add a user account to remote desktop users group. To do this using the &#8220;<strong>net localgroup</strong>&#8221; command.</p>
<pre class="lang:default decode:true">net localgroup "remote desktop users" Shais /add</pre>
<p>The username &#8220;<strong>Shais</strong>&#8221; has been added successfully to &#8220;<strong>Remote Desktop Users</strong>&#8221; group. You can test the remote desktop user members with below command.</p>
<pre class="nums:false expand-toggle:false lang:default decode:true">net user Shais</pre>
<figure id="attachment_12553" aria-describedby="caption-attachment-12553" style="width: 822px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/10/Windows-Remote-Desktop-Users-Membership-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-12553 size-full" src="https://www.technig.com/wp-content/uploads/2017/10/Windows-Remote-Desktop-Users-Membership-Technig.jpg" alt="Windows Remote Desktop Users Membership - Technig" width="822" height="171" srcset="https://www.technig.com/wp-content/uploads/2017/10/Windows-Remote-Desktop-Users-Membership-Technig.jpg 822w, https://www.technig.com/wp-content/uploads/2017/10/Windows-Remote-Desktop-Users-Membership-Technig-300x62.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Windows-Remote-Desktop-Users-Membership-Technig-768x160.jpg 768w" sizes="(max-width: 822px) 100vw, 822px" /></a><figcaption id="caption-attachment-12553" class="wp-caption-text">Windows Remote Desktop Users Membership &#8211; Technig</figcaption></figure>
<p>That&#8217;s all you need to enable remote desktop using command line on any Windows operating systems.</p>
<p>If you want to do all with a graphical interface, follow the below Microsoft step by step guide to enable remote desktop.</p>
<h2>Enable Remote Desktop Connection with GUI</h2>
<div class="ng-scope"><span class="x-hidden-focus">If your user account doesn&#8217;t require a password to sign in, you&#8217;ll need to add a password before you&#8217;re allowed to start a connection with a remote computer.</span></div>
<p class="ng-scope"><strong><span class="x-hidden-focus">To allow remote connections on the computer, you want to connect to:</span></strong></p>
<ol class="ng-scope">
<li>Open System by clicking the <b>Start</b> button, right-clicking <b>Computer</b>, and then click <b>Properties</b>.</li>
<li>Click <b>Remote settings</b>.If you&#8217;re prompted for an administrator password or confirmation, type the password or provide confirmation. Under <b>Remote Desktop</b>, select one of the three options.</li>
<li>Click <b>Select Users</b>.If you&#8217;re an administrator on the computer, your current user account will automatically be added to the list of remote users, and you can skip the next two steps.</li>
<li>In the <b>Remote Desktop Users </b>dialog box, click <b>Add</b>.</li>
<li>In the <b>Select Users or Groups dialog</b> box, do the following:
<ol>
<li>To specify the search location, click <b>Locations</b>, and then select the location you want to search.</li>
<li>In <b>entering the object names to select</b>, type the name of the user that you want to add, and then click <b>OK</b>.</li>
<li>The name will be displayed in the list of users in the <b>Remote Desktop Users dialog</b> box. Click <b>OK</b>, and then click <b>OK</b> again.</li>
</ol>
</li>
</ol>
<div class="alert-band ng-scope">
<div class="alert alert-info alert-dismissible fade in" role="alert">
<div class="alert-title"><strong>Note: </strong>You can’t connect to a computer that&#8217;s asleep or hibernating, so make sure the settings for sleep and hibernation on the remote computer are set to <b>Never</b>. (Hibernation is not available on all computers.)</div>
</div>
</div>
<h3 class="ng-scope"><strong>To look up the computer name of the remote computer:</strong></h3>
<ol class="ng-scope">
<li>On the remote computer, open <b>System</b> by clicking the <b>Start</b> button, right-clicking <b>Computer</b>, and then click <b>Properties</b>.</li>
<li>Under <b>Computer name, domain, and workgroup settings</b>, you can find your computer name, and it&#8217;s full computer name if your computer is on a domain.</li>
</ol>
<p class="ng-scope"><strong>To allow Remote Desktop connections through a Windows Firewall:</strong></p>
<p class="ng-scope">If you&#8217;re having trouble connecting, Remote Desktop connections might be getting blocked by the firewall. Here&#8217;s how to change that setting on a Windows PC. If you&#8217;re using another firewall, make sure the port for Remote Desktop (usually 3389) is open.</p>
<ol class="ng-scope">
<li>On the remote computer, click <b>Start</b> and select <b>Control Panel</b>.</li>
<li>Click <b>System and Security</b>.</li>
<li>Then click <b>Allow a program through Windows Firewall</b> under Windows Firewall.</li>
<li>And click <b>Change settings</b> and then check the box next to <b>Remote Desktop</b>.</li>
<li>Click <b>OK</b> to save the changes.</li>
</ol>
<h3 class="ng-scope"><strong>To set a password for your user account</strong></h3>
<p class="ng-scope">Your user account must have a password before you can use Remote Desktop to connect to another computer.</p>
<ol class="ng-scope">
<li>Click<b> Start </b>and select <b>Control Panel</b>.</li>
<li>Double-click <b>User Accounts</b>.</li>
<li>Select <b>Change your Windows Password</b> under <b>User Accounts</b>.</li>
<li>Click <b>Create a password for your account</b> and follow the instructions on the screen.</li>
</ol>
<p class="ng-scope"><strong>To start Remote Desktop on the computer, you want to work from:</strong></p>
<ol class="ng-scope">
<li>Open Remote Desktop Connection by clicking the <b>Start</b> button. In the search box, type <b>Remote Desktop Connection</b>, and then, in the list of results, click <b>Remote Desktop Connection</b>.</li>
<li>In the <b class="x-hidden-focus">Computer</b> box, type the name of the computer that you want to connect to, and then click <b>Connect</b>. (You can also type the IP address instead of the computer name.)</li>
</ol>
<p>Finally, hope you can enable <a href="https://en.wikipedia.org/wiki/Remote_Desktop_Protocol" rel="noopener">remote desktop</a> using command line in your network environment.</p>
<p>The post <a href="https://www.technig.com/enable-remote-desktop-using-command/">Enable Remote Desktop with CMD in Windows 10</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/enable-remote-desktop-using-command/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">12111</post-id>	</item>
		<item>
		<title>Managing User Account with Command Line in Windows 10</title>
		<link>https://www.technig.com/managing-user-account-using-command-line/</link>
					<comments>https://www.technig.com/managing-user-account-using-command-line/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Thu, 12 Oct 2017 05:30:12 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Change User Account Password]]></category>
		<category><![CDATA[Command Line Tips]]></category>
		<category><![CDATA[Delete User Account]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[PowerShell Tutorials]]></category>
		<category><![CDATA[Remove User Account Profile]]></category>
		<category><![CDATA[Window 10 Tips]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=12071</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/10/Managing-User-Account-using-Command-Line-in-Windows-10-Technig-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Managing User Account using Command Line in Windows 10 - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/10/Managing-User-Account-using-Command-Line-in-Windows-10-Technig-1.jpg 840w, https://www.technig.com/wp-content/uploads/2017/10/Managing-User-Account-using-Command-Line-in-Windows-10-Technig-1-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Managing-User-Account-using-Command-Line-in-Windows-10-Technig-1-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Managing user account and groups with &#8220;net&#8221; command line. The Net user command line is a built-in Windows Command tool. It uses for creating, deleting and managing user account in Windows operating system. Managing user account using command line and graphical interface both are easy. But the command line is high-speed and powerful. The net command utility works [&#8230;]</p>
<p>The post <a href="https://www.technig.com/managing-user-account-using-command-line/">Managing User Account with Command Line in Windows 10</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/10/Managing-User-Account-using-Command-Line-in-Windows-10-Technig-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Managing User Account using Command Line in Windows 10 - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/10/Managing-User-Account-using-Command-Line-in-Windows-10-Technig-1.jpg 840w, https://www.technig.com/wp-content/uploads/2017/10/Managing-User-Account-using-Command-Line-in-Windows-10-Technig-1-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Managing-User-Account-using-Command-Line-in-Windows-10-Technig-1-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Managing user account and groups with &#8220;<strong>net</strong>&#8221; command line. The <b>Net user</b> command line is a built-in Windows Command tool. It uses for creating, deleting and managing user account in Windows operating system. Managing user account using command line and graphical interface both are easy. But the command line is high-speed and powerful. The net command utility works on command prompt and PowerShell.</p>
<p>To learn more about Powershell, just read the <a href="https://www.technig.com/tag/powershell-articles/" rel="noopener" data-wplink-edit="true">PowerShell articles</a> on technig.com. And let&#8217;s start managing user account with a command line.</p>
<p><strong>Managing user account using command line in Windows 10: </strong></p>
<ol>
<li>Net user command review.</li>
<li>Add a user account with command.</li>
<li>Set Password to a user account with command.</li>
<li>Change user account password using a command line.</li>
<li>Upgrade standard user to an Administrator account.</li>
<li>Delete a user account and profile with command.</li>
</ol>
<p>To run net user command, open command prompt or PowerShell with typing &#8220;<strong>cmd</strong>&#8221; on Windows Run.</p>
<ol>
<li>Press <strong>Windows+R</strong> to open the run.</li>
<li>Type &#8220;<strong>cmd</strong>&#8221; and press enter for command prompt. And for Powershell just type &#8220;<strong>Powershell</strong>.&#8221;</li>
<li>Now, type &#8220;<strong>net user /?</strong>&#8221; and press enter to see the net user command line help.</li>
</ol>
<p><strong>Note:</strong> If you want to execute net user to add a new user or bring changes, you must run cmd or Powershell as administrators. It does not work as standard users. To run them as an administrator, just press Windows and search Powershell then press <strong>Shift+Ctrl</strong> and press enter.</p>
<h2>Managing User Account using Command Line</h2>
<p>To understand the structures of a command prompt command, get the help by typing<strong> &#8220;/?&#8221;</strong> at the end of any command on command prompt and PowerShell. It will show you the help documents.</p>
<figure id="attachment_1912" aria-describedby="caption-attachment-1912" style="width: 623px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/03/Net-user-Help.jpg"><img loading="lazy" decoding="async" class="wp-image-1912 size-full" src="https://www.technig.com/wp-content/uploads/2015/03/Net-user-Help.jpg" alt="Net User command line helps in Windows 10" width="623" height="201" srcset="https://www.technig.com/wp-content/uploads/2015/03/Net-user-Help.jpg 623w, https://www.technig.com/wp-content/uploads/2015/03/Net-user-Help-300x97.jpg 300w" sizes="(max-width: 623px) 100vw, 623px" /></a><figcaption id="caption-attachment-1912" class="wp-caption-text">Net User command line helps in Windows 10</figcaption></figure>
<pre class="nums:false expand-toggle:false lang:ps decode:true ">PS C:\&gt; net user /?
The syntax of this command is:
NET USER
[username [password | *] [options]] [/DOMAIN]
         username {password | *} /ADD [options] [/DOMAIN]
         username [/DELETE] [/DOMAIN]
         username [/TIMES:{times | ALL}]
         username [/ACTIVE: {YES | NO}]
PS C:\&gt;</pre>
<h2>Add a New User Account with Command Line</h2>
<p>Let&#8217;s start and create a new user account with the net user command, named <strong>Ali</strong> with Password <strong>123</strong>, and press enter. Type the following command to add a new user account with the command line in Windows 10.</p>
<figure id="attachment_1885" aria-describedby="caption-attachment-1885" style="width: 482px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/03/Add-User.jpg"><img loading="lazy" decoding="async" class="wp-image-1885 size-full" src="https://www.technig.com/wp-content/uploads/2015/03/Add-User.jpg" alt="Add User Account with Command Line in Windows 10" width="482" height="61" srcset="https://www.technig.com/wp-content/uploads/2015/03/Add-User.jpg 482w, https://www.technig.com/wp-content/uploads/2015/03/Add-User-300x38.jpg 300w" sizes="(max-width: 482px) 100vw, 482px" /></a><figcaption id="caption-attachment-1885" class="wp-caption-text">Add User Account with Command Line in Windows 10</figcaption></figure>
<pre class="nums:false expand-toggle:false lang:ps decode:true">PS C:\&gt; net user ali  123 /add
The command completed successfully.
PS C:\&gt;
</pre>
<p>The user Ali has been created successfully. If it shows the <strong>Access denied </strong>error, it means that the command prompt is running as standard users, like below error.</p>
<pre class="nums:false expand-toggle:false lang:ps decode:true">PS C:\Users\Shais&gt; net user Ali 123 /add
System error 5 has occurred.
Access is denied.</pre>
<p>To view the complete information for a newly created user account, just type &#8220;<strong>net user Ali</strong>&#8221; and press enter. It will show you the user local group membership, Global group membership, date of creation, etc.</p>
<figure id="attachment_12085" aria-describedby="caption-attachment-12085" style="width: 579px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/10/Managing-User-Account-using-Command-Line-in-Windows-10-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-12085 size-full" src="https://www.technig.com/wp-content/uploads/2017/10/Managing-User-Account-using-Command-Line-in-Windows-10-Technig.jpg" alt="Managing User Account using Command Line in Windows 10 - Technig" width="579" height="526" srcset="https://www.technig.com/wp-content/uploads/2017/10/Managing-User-Account-using-Command-Line-in-Windows-10-Technig.jpg 579w, https://www.technig.com/wp-content/uploads/2017/10/Managing-User-Account-using-Command-Line-in-Windows-10-Technig-300x273.jpg 300w" sizes="(max-width: 579px) 100vw, 579px" /></a><figcaption id="caption-attachment-12085" class="wp-caption-text">Managing User Account using Command Line in Windows 10 &#8211; Technig</figcaption></figure>
<pre class="nums:false expand-toggle:false lang:ps decode:true">PS C:\&gt; net user ali
User name                    ali
Full Name
Comment
User's comment
Country/region code          000 (System Default)
Account active               Yes
Account expires              Never
Password last set            10/10/2017 9:12:47 PM
Password expires             11/21/2017 9:12:47 PM
Password changeable          10/10/2017 9:12:47 PM
Password required            Yes
User may change password     Yes
Workstations allowed         All
Logon script
User profile
Home directory
Last logon                   Never
Logon hours allowed          All
Local Group Memberships      *Users
Global Group memberships     *None
The command completed successfully.
PS C:\&gt;</pre>
<h2>Set Password to User Account with command</h2>
<p>To set a password to a user account or changing the password of a user account, type &#8220;<strong>net user Ali *</strong>&#8221; command then press enter and type the new password twice.</p>
<figure id="attachment_12088" aria-describedby="caption-attachment-12088" style="width: 715px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/10/Change-Windows-10-User-Account-Password-with-Command-Line-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-12088 size-full" src="https://www.technig.com/wp-content/uploads/2017/10/Change-Windows-10-User-Account-Password-with-Command-Line-Technig.jpg" alt="Change Windows 10 User Account Password with Command Line - Technig" width="715" height="170" srcset="https://www.technig.com/wp-content/uploads/2017/10/Change-Windows-10-User-Account-Password-with-Command-Line-Technig.jpg 715w, https://www.technig.com/wp-content/uploads/2017/10/Change-Windows-10-User-Account-Password-with-Command-Line-Technig-300x71.jpg 300w" sizes="(max-width: 715px) 100vw, 715px" /></a><figcaption id="caption-attachment-12088" class="wp-caption-text">Change Windows 10 User Account Password with Command-Line &#8211; Technig</figcaption></figure>
<pre class="nums:false expand-toggle:false lang:ps decode:true">PS C:\&gt; net user Ali *
Type a password for the user:
Retype the password to confirm:
The command completed successfully.
PS C:\&gt;</pre>
<p>You can use this method to change any user account password in Windows 10 and other Windows operating systems.</p>
<h2>Change Standard User to Administrator in Windows 10</h2>
<p>You have successfully created a new standard user account and now try to add this user account to an Administrators group. The administrator privilege gives you the ability to bing changes to Windows 10 system and settings. With a standard user account, you cannot run the command, install software and change Windows settings. To change standard user to Administrator in Windows 10, just type the following command.</p>
<p>On the user information, you saw that <strong>Ali</strong> was only a member of the <strong>Users</strong> group, a standard group. You can add a user account to a group with &#8220;<strong>Net Localgroup</strong>&#8221; command.</p>
<figure id="attachment_1884" aria-describedby="caption-attachment-1884" style="width: 548px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/03/Net-Localgroup.jpg"><img loading="lazy" decoding="async" class="wp-image-1884 size-full" src="https://www.technig.com/wp-content/uploads/2015/03/Net-Localgroup.jpg" alt="How to Change Standard User to Administrator in Windows 10 - Technig" width="548" height="53" srcset="https://www.technig.com/wp-content/uploads/2015/03/Net-Localgroup.jpg 548w, https://www.technig.com/wp-content/uploads/2015/03/Net-Localgroup-300x29.jpg 300w" sizes="(max-width: 548px) 100vw, 548px" /></a><figcaption id="caption-attachment-1884" class="wp-caption-text">How to Change Standard User to Administrator in Windows 10 &#8211; Technig</figcaption></figure>
<pre class="nums:false expand-toggle:false lang:ps decode:true">PS C:\&gt; net localgroup administrators ali /add
The command completed successfully.
PS C:\&gt;</pre>
<p>To remove a user group membership, type the following command and press enter</p>
<figure id="attachment_1890" aria-describedby="caption-attachment-1890" style="width: 606px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/03/Delete-User-Group-Memmbership.jpg"><img loading="lazy" decoding="async" class="wp-image-1890 size-full" src="https://www.technig.com/wp-content/uploads/2015/03/Delete-User-Group-Memmbership.jpg" alt="Delete User Group Membership" width="606" height="58" srcset="https://www.technig.com/wp-content/uploads/2015/03/Delete-User-Group-Memmbership.jpg 606w, https://www.technig.com/wp-content/uploads/2015/03/Delete-User-Group-Memmbership-300x29.jpg 300w" sizes="(max-width: 606px) 100vw, 606px" /></a><figcaption id="caption-attachment-1890" class="wp-caption-text">Delete User Group Membership</figcaption></figure>
<pre class="nums:false expand-toggle:false lang:ps decode:true">PS C:\&gt; net localgroup administrators ali /delete
The command completed successfully.
PS C:\&gt;</pre>
<h2>Delete a User account with Net User Command</h2>
<p>If you don&#8217;t need a user account anymore, don&#8217;t leave it away. Delete or disable it for security reasons. Someone might crack the password and log in to your system. To delete a user type &#8220;<strong>net user Ali /delete</strong>&#8221; command. <strong> </strong></p>
<figure id="attachment_12092" aria-describedby="caption-attachment-12092" style="width: 645px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/10/How-to-delete-administrator-account-in-Windows-10-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-12092 size-full" src="https://www.technig.com/wp-content/uploads/2017/10/How-to-delete-administrator-account-in-Windows-10-Technig.jpg" alt="How to delete administrator account in Windows 10 - Technig" width="645" height="87" srcset="https://www.technig.com/wp-content/uploads/2017/10/How-to-delete-administrator-account-in-Windows-10-Technig.jpg 645w, https://www.technig.com/wp-content/uploads/2017/10/How-to-delete-administrator-account-in-Windows-10-Technig-300x40.jpg 300w" sizes="(max-width: 645px) 100vw, 645px" /></a><figcaption id="caption-attachment-12092" class="wp-caption-text">How to delete administrator account in Windows 10 &#8211; Technig</figcaption></figure>
<pre class="nums:false expand-toggle:false lang:ps decode:true">PS C:\&gt; net user ali /delete
The command completed successfully.
PS C:\&gt;
</pre>
<p><strong>Note:</strong> When you remove a user with a net user command line, the profile&#8217;s deleted user account remains in the user profiles folder. You must delete it manually from the user profile setting. Read this article &#8220;<a href="https://www.technig.com/remove-user-profile-correctly/" rel="noopener">Remove User Profile correctly in Windows 10</a>&#8220;.</p>
<p>I hope you find the article managing user account using command line in Windows 10 helpful. If you have any problem or question about the managing user account using command line feel free and ask through comment. If you don&#8217;t like to use command line, try to read the article about <a href="https://answers.microsoft.com/en-us/windows/wiki/windows_10/how-to-create-a-local-account-in-windows-10/95097c32-40c4-48c0-8f3b-3bcb67afaf7c?auth=1">creating a user account</a> with a graphical interface in Windows 10.</p>
<p>The post <a href="https://www.technig.com/managing-user-account-using-command-line/">Managing User Account with Command Line in Windows 10</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/managing-user-account-using-command-line/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">12071</post-id>	</item>
		<item>
		<title>How to Free Renew Windows 90 Days Trial</title>
		<link>https://www.technig.com/renew-windows-10-90-days-trial-free/</link>
					<comments>https://www.technig.com/renew-windows-10-90-days-trial-free/#comments</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Wed, 04 Oct 2017 05:30:26 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[Command Line Tips]]></category>
		<category><![CDATA[Free Renew Windows 10 License]]></category>
		<category><![CDATA[Free Windows 10 License]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[How to Fix]]></category>
		<category><![CDATA[PowerShell Articles]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=11624</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="435" src="https://www.technig.com/wp-content/uploads/2017/10/How-to-Renew-Windows-Trials-Using-CMD-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Renew Windows 10 90 Days Trial Free Using CMD - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/10/How-to-Renew-Windows-Trials-Using-CMD-1.jpg 840w, https://www.technig.com/wp-content/uploads/2017/10/How-to-Renew-Windows-Trials-Using-CMD-1-300x155.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/How-to-Renew-Windows-Trials-Using-CMD-1-768x398.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>You might have downloaded Windows from its official website. So, they give you 90 days trial after which you should buy Windows. Well, many sites give you the crack version of Windows. Also, you can find cracking software tools for your Windows. But there are many disadvantages of cracking which we will discuss below. So, [&#8230;]</p>
<p>The post <a href="https://www.technig.com/renew-windows-10-90-days-trial-free/">How to Free Renew Windows 90 Days Trial</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="435" src="https://www.technig.com/wp-content/uploads/2017/10/How-to-Renew-Windows-Trials-Using-CMD-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Renew Windows 10 90 Days Trial Free Using CMD - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/10/How-to-Renew-Windows-Trials-Using-CMD-1.jpg 840w, https://www.technig.com/wp-content/uploads/2017/10/How-to-Renew-Windows-Trials-Using-CMD-1-300x155.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/How-to-Renew-Windows-Trials-Using-CMD-1-768x398.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>You might have downloaded Windows from its official website. So, they give you 90 days trial after which you should buy Windows. Well, many sites give you the crack version of Windows. Also, you can find <a href="https://en.wikipedia.org/wiki/Software_cracking">cracking software</a> tools for your Windows. But there are many disadvantages of cracking which we will discuss below. So, we will show you the right way on how to extend or renew Windows 10 90 days trial free using CMD. Further, you can use it without any problem up to 6 months a Windows 10.</p>
<h2>Why Shouldn&#8217;t You Crack Windows?</h2>
<p>Well, I don&#8217;t say you shouldn&#8217;t crack <a href="https://www.technig.com/tag/windows-10">Windows</a> because it&#8217;s illegal. You know that already. So, besides being illegal, when you crack software, it will become malicious. You might not feel the danger of using the cracked software unless you see some suspicious activity on your system. Also, must feature of your Windows will not work. It&#8217;s not because Windows will limit the usability and features of Windows, it&#8217;s because malicious code or scripts that crack your system mess-up ruin your operating system. So, now you know why shouldn&#8217;t you use cracked software, let&#8217;s do the legal way.</p>
<h2>Renew Windows 10 90 days Trial Free Using CMD</h2>
<p>Here is the step by step guide to renewing Windows 10 trial using CMD. You must run cmd as administrator.</p>
<ul>
<li>Open CMD  as administrator.</li>
<li>Type &#8220;<strong>slmgr -rearm</strong>&#8221; without quotes and press enter.</li>
<li>You will see a success popup window. Click Ok.</li>
<li>Restart your computer, and you&#8217;re done.</li>
</ul>
<p>Now you have 90 more days. In a nutshell, it&#8217;s that easy. So, If you still have problem follow the following steps.</p>
<p><strong>1.</strong> Open CMD  as administrator.</p>
<figure id="attachment_11631" aria-describedby="caption-attachment-11631" style="width: 445px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/10/Run-Command-Promt-as-Administrator.png"><img loading="lazy" decoding="async" class="wp-image-11631 size-full" src="https://www.technig.com/wp-content/uploads/2017/10/Run-Command-Promt-as-Administrator.png" alt="Run Command Prompt as Administrator" width="445" height="674" srcset="https://www.technig.com/wp-content/uploads/2017/10/Run-Command-Promt-as-Administrator.png 445w, https://www.technig.com/wp-content/uploads/2017/10/Run-Command-Promt-as-Administrator-198x300.png 198w" sizes="(max-width: 445px) 100vw, 445px" /></a><figcaption id="caption-attachment-11631" class="wp-caption-text">Run Command Prompt as Administrator</figcaption></figure>
<p><strong>2.</strong> Type &#8220;<strong>slmgr -rearm</strong>&#8221; And Press Enter</p>
<figure id="attachment_11633" aria-describedby="caption-attachment-11633" style="width: 518px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/10/Renew-Windows-Trials-Using-CMD.png"><img loading="lazy" decoding="async" class="wp-image-11633 size-full" src="https://www.technig.com/wp-content/uploads/2017/10/Renew-Windows-Trials-Using-CMD.png" alt="Renew Windows 10 90 Days Trial Free Using CMD" width="518" height="158" srcset="https://www.technig.com/wp-content/uploads/2017/10/Renew-Windows-Trials-Using-CMD.png 518w, https://www.technig.com/wp-content/uploads/2017/10/Renew-Windows-Trials-Using-CMD-300x92.png 300w" sizes="(max-width: 518px) 100vw, 518px" /></a><figcaption id="caption-attachment-11633" class="wp-caption-text">Renew Windows 10 90 Days Trial Free Using CMD</figcaption></figure>
<p><strong>3.</strong> Success Message. After seeing the following success message, restart your computer.</p>
<figure id="attachment_11634" aria-describedby="caption-attachment-11634" style="width: 349px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/10/Renew-Windows-Trials-Success-Message.png"><img loading="lazy" decoding="async" class="wp-image-11634 size-full" src="https://www.technig.com/wp-content/uploads/2017/10/Renew-Windows-Trials-Success-Message.png" alt="Renew Windows Trials Success Message" width="349" height="168" srcset="https://www.technig.com/wp-content/uploads/2017/10/Renew-Windows-Trials-Success-Message.png 349w, https://www.technig.com/wp-content/uploads/2017/10/Renew-Windows-Trials-Success-Message-300x144.png 300w" sizes="(max-width: 349px) 100vw, 349px" /></a><figcaption id="caption-attachment-11634" class="wp-caption-text">Renew Windows Trials Success Message</figcaption></figure>
<h2>Conclusion</h2>
<p>Command-line commands have incredible powers. So if you want to learn more about command prompt, read the ten useful command-line command you should know article <a href="https://www.technig.com/10-useful-command-line-commands/" rel="noopener">10 Useful Command Line Commands</a>. Besides, if you have any questions, feel free to comment below or ask on our forum.</p>
<p>The post <a href="https://www.technig.com/renew-windows-10-90-days-trial-free/">How to Free Renew Windows 90 Days Trial</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/renew-windows-10-90-days-trial-free/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">11624</post-id>	</item>
		<item>
		<title>10 Useful Command line Commands You Should Know</title>
		<link>https://www.technig.com/10-useful-command-line-commands/</link>
					<comments>https://www.technig.com/10-useful-command-line-commands/#respond</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Sat, 23 Sep 2017 05:30:41 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Command Line Tips]]></category>
		<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[PowerShell Tutorials]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=11176</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="421" src="https://www.technig.com/wp-content/uploads/2017/09/10-Useful-Command-Prompt-Commands.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="10 Useful Command Line Commands" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/10-Useful-Command-Prompt-Commands.png 840w, https://www.technig.com/wp-content/uploads/2017/09/10-Useful-Command-Prompt-Commands-300x150.png 300w, https://www.technig.com/wp-content/uploads/2017/09/10-Useful-Command-Prompt-Commands-768x385.png 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Command line is used mostly by power users. It gives you the abilities to do any action almost without any limitation. So, If you want to learn how to use command prompt for your next operation, this article is for you. Besides learning the basic command, you will learn some power user  commands as well. Additionally, [&#8230;]</p>
<p>The post <a href="https://www.technig.com/10-useful-command-line-commands/">10 Useful Command line Commands You Should Know</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="421" src="https://www.technig.com/wp-content/uploads/2017/09/10-Useful-Command-Prompt-Commands.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="10 Useful Command Line Commands" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/10-Useful-Command-Prompt-Commands.png 840w, https://www.technig.com/wp-content/uploads/2017/09/10-Useful-Command-Prompt-Commands-300x150.png 300w, https://www.technig.com/wp-content/uploads/2017/09/10-Useful-Command-Prompt-Commands-768x385.png 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Command line is used mostly by power users. It gives you the abilities to do any action almost without any limitation. So, If you want to learn how to use command prompt for your next operation, this article is for you. Besides learning the basic command, you will learn some <a href="https://en.wikipedia.org/wiki/Power_user">power user </a> commands as well. Additionally, it will empower your skill. Because what command line does, GUI can&#8217;t. We have collected the top 10 essential and useful command line commands that will help you in daily tasks.</p>
<h2>10 Useful Command line Commands</h2>
<h3>1. Check internet connection.</h3>
<p>An effortless command that will check where you have internet access or not. Most of the times your wifi icon lie.  So, you must use the following command to check your internet.</p>
<pre class="lang:default decode:true">ping technig.com -t</pre>
<p>If you see any reply, you have internet; otherwise, there is no internet. The<span style="background-color: #e0e0e0;"> -t</span> flag means, pings the specified host until stopped. You can stop by<span style="background-color: #e0e0e0;"><em> Ctrl + C</em></span></p>
<h3>2. System Information</h3>
<p>To see your computer systems information like system manufacturer, system model, system type and more, so use the following command.</p>
<pre class="lang:default decode:true">systeminfo</pre>
<p>The list is long. It gives you almost every detail you want on your computer.</p>
<h3>3. Save a Command&#8217;s Output to a File</h3>
<p>The 2nd command shows a lot of information about your system. If you want to give those data to anyone else, you save to a notepad file. Subsequently, use this command.</p>
<pre class="lang:default decode:true">systeminfo &gt; C:\data.txt</pre>
<p><strong>Note</strong>: This command needs administrator access. Press Win button and search form cmd, then right click and run as administrator.</p>
<p>Now, it should save all of those data in the root of <span style="background-color: #e0e0e0;">C:\</span> directory.</p>
<h3>4.  Enable QuickEdit to Easily Copy/Paste</h3>
<p>This is not a, but it will help you copy/paste text to command line or from command line quickly.</p>
<ol>
<li>Open your cmd</li>
<li>Right-click on the window bar</li>
<li>Go to Properties.</li>
<li>Check to Quick Edit Mode</li>
</ol>
<figure id="attachment_11192" aria-describedby="caption-attachment-11192" style="width: 420px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/09/Capture.png"><img loading="lazy" decoding="async" class="size-full wp-image-11192" src="http://3.90.216.52/wp-content/uploads/2017/09/Capture.png" alt="Command prompt properties for quick edit" width="420" height="491" srcset="https://www.technig.com/wp-content/uploads/2017/09/Capture.png 420w, https://www.technig.com/wp-content/uploads/2017/09/Capture-257x300.png 257w" sizes="(max-width: 420px) 100vw, 420px" /></a><figcaption id="caption-attachment-11192" class="wp-caption-text">Command prompt properties for quick edit</figcaption></figure>
<p>Once you check, click save and you are done.</p>
<h3>5. See the Command History</h3>
<p>To check which command you have used in the last session of using the command line, use the following command.</p>
<pre class="lang:default decode:true">doskey /history</pre>
<p>I should show just the command you have run so far.</p>
<pre class="lang:default decode:true">C:\Users\Technig&gt;doskey /history
systeminfo
systeminfo &gt; c:\mydata.text
doskey /history</pre>
<h3>6. Directory Operations</h3>
<p>For creating, deleting and changing directory, using the following commands.</p>
<p>Create directory:</p>
<pre class="lang:default decode:true">mkdir dirName</pre>
<p>Delete directory:</p>
<pre class="lang:default decode:true">rmdir dirName</pre>
<p>Change directory:</p>
<pre class="lang:default decode:true">C:\Users\Technig&gt;cd Desktop\dirName</pre>
<p>Note: The rmdir command assumes you don&#8217;t have any subdirectories if you have, use the /s flag to remove everything.</p>
<pre class="lang:default decode:true">rmdir DrivePath /s

// for example 

rmdir photo /s</pre>
<h3>7. View Drive&#8217;s Entire Directory Structure</h3>
<p>Use the following command to see a drives entire directory structure. Don&#8217;t run it a drive actually; it will take a while to list all directories structure. So, it&#8217;s useful for folders.</p>
<pre class="lang:default decode:true">tree</pre>
<p>Just run the command in the current directory.</p>
<figure id="attachment_11199" aria-describedby="caption-attachment-11199" style="width: 605px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/09/tree-command-in-command-line.png"><img loading="lazy" decoding="async" class="wp-image-11199" src="http://3.90.216.52/wp-content/uploads/2017/09/tree-command-in-command-line.png" alt="tree command in command line" width="605" height="383" srcset="https://www.technig.com/wp-content/uploads/2017/09/tree-command-in-command-line.png 717w, https://www.technig.com/wp-content/uploads/2017/09/tree-command-in-command-line-300x190.png 300w" sizes="(max-width: 605px) 100vw, 605px" /></a><figcaption id="caption-attachment-11199" class="wp-caption-text">Tree &#8211; useful command line commands for directory listing.</figcaption></figure>
<p>It will show the structure of that folder and subfolders as a tree.</p>
<h3>8. Change Command Prompt Title Bar Text.</h3>
<p>This one is fantastic and easy. You see the title bar by default is just the directory name. So, there is how you can change it.</p>
<pre class="lang:default decode:true">title I am Command line User</pre>
<figure id="attachment_11200" aria-describedby="caption-attachment-11200" style="width: 616px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/09/change-command-line-title-bar.png"><img loading="lazy" decoding="async" class="wp-image-11200" src="http://3.90.216.52/wp-content/uploads/2017/09/change-command-line-title-bar.png" alt="change command line title bar" width="616" height="248" srcset="https://www.technig.com/wp-content/uploads/2017/09/change-command-line-title-bar.png 651w, https://www.technig.com/wp-content/uploads/2017/09/change-command-line-title-bar-300x121.png 300w" sizes="(max-width: 616px) 100vw, 616px" /></a><figcaption id="caption-attachment-11200" class="wp-caption-text">Change command line title bar</figcaption></figure>
<p>Looks good right.</p>
<h3>9. Open Command Line form Any Directory.</h3>
<p>It&#8217;s a bit hard and time killer to navigate from on the directory to another directory. For instance, you want to go from C drive to D, it would take a few commands to go, but there is a short way.</p>
<p>In any directory you are, just press Shift+right-click, you will see the open command line here.</p>
<figure id="attachment_11203" aria-describedby="caption-attachment-11203" style="width: 190px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/09/Open-cmd-on-right-click.png"><img loading="lazy" decoding="async" class="wp-image-11203" src="http://3.90.216.52/wp-content/uploads/2017/09/Open-cmd-on-right-click.png" alt="Open cmd on right click" width="190" height="310" srcset="https://www.technig.com/wp-content/uploads/2017/09/Open-cmd-on-right-click.png 276w, https://www.technig.com/wp-content/uploads/2017/09/Open-cmd-on-right-click-184x300.png 184w" sizes="(max-width: 190px) 100vw, 190px" /></a><figcaption id="caption-attachment-11203" class="wp-caption-text">Open cmd on right click</figcaption></figure>
<p>If you don&#8217;t see anything or just see the PowerShell, So read how to replace Powershell with Command Line <a href="https://www.technig.com/">here</a>.</p>
<h3>10. See All Your Computer Drivers.</h3>
<p>You need this command to check which drivers you have and which one you don&#8217;t. So run the following command to list all drivers.</p>
<pre class="lang:default decode:true">driverquery</pre>
<p>It should show all drivers with the model name, display name, driver type and link date.</p>
<h2>Conclusion</h2>
<p>All in all, we have lots of other commands to learn. I think for this article, it&#8217;s enough. Also, we will bring you more useful command line commands in the future articles. Besides, if you have any good command to share with us, feel free to command below.</p>
<p>The post <a href="https://www.technig.com/10-useful-command-line-commands/">10 Useful Command line Commands You Should Know</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/10-useful-command-line-commands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">11176</post-id>	</item>
		<item>
		<title>How to Replace PowerShell with Cmd in Windows 10?</title>
		<link>https://www.technig.com/replace-powershell-with-cmd-window-10/</link>
					<comments>https://www.technig.com/replace-powershell-with-cmd-window-10/#respond</comments>
		
		<dc:creator><![CDATA[Ezat]]></dc:creator>
		<pubDate>Fri, 22 Sep 2017 13:30:00 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Command Line Tips]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[PowerShell Articles]]></category>
		<category><![CDATA[PowerShell Tutorials]]></category>
		<category><![CDATA[replace cmd with powershell]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=10839</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/09/Use-PowerShell-to-Replace-Text-in-Strings-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Use PowerShell to Replace Text in Strings - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/Use-PowerShell-to-Replace-Text-in-Strings-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/09/Use-PowerShell-to-Replace-Text-in-Strings-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Use-PowerShell-to-Replace-Text-in-Strings-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>With the upcoming Windows 10 Creators Update remove the Command Prompt command from context menus. It has replaced with Powershell for the command line. You can use Command Prompt shortcut by clicking Window-key+X for this shortcut you need to activate it first. So, what about opening Command prompt in file explorer by Shift+Right-click? You can see how we [&#8230;]</p>
<p>The post <a href="https://www.technig.com/replace-powershell-with-cmd-window-10/">How to Replace PowerShell with Cmd in Windows 10?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/09/Use-PowerShell-to-Replace-Text-in-Strings-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Use PowerShell to Replace Text in Strings - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/Use-PowerShell-to-Replace-Text-in-Strings-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/09/Use-PowerShell-to-Replace-Text-in-Strings-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Use-PowerShell-to-Replace-Text-in-Strings-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><header class="entry-header">
<div class="entry-meta">
<div class="shunno-post-rate-meta">
<div class="shunnopostmetainfo">
<p>With the upcoming Windows 10 Creators Update remove the Command Prompt command from context menus. It has replaced with Powershell for the command line. You can use Command Prompt shortcut by clicking Window-key+X for this shortcut you need to activate it first. So, what about opening Command prompt in file explorer by Shift+Right-click? You can see how we replace Powershell with CMD in this article.</p>
</div>
<div><strong> Replace PowerShell with CMD Process:</strong></div>
<ol>
<li>Open registry editor.</li>
<li>Navigate to [su_highlight background=&#8221;#eeece9&#8243;]<strong>Computer\HKEY_CLASSES_ROOT\Directory\Background\shell</strong>.[/su_highlight] find &#8220;cmd&#8221; right-click select Permissions and click Advanced.</li>
<li>Click on &#8220;<strong>Change</strong>&#8221; next to Owner user information and enter your username/email</li>
<li>Select Administrator in the top field in the permissions window and allow Full Control by checking the Allow checkbox and apply the changes close the window.</li>
<li>Delete the DWORD “<strong>HideBasedOnVelocityId</strong>” in cmd folder from the registry editor.</li>
</ol>
<div><strong>Note: </strong>Using registry editor requires some knowledge of the basic structure of the Registry so be aware not to change anything wrong otherwise it may harm your system.</div>
<h2>Remove PowerShell from File Explorer</h2>
<div>Windows 10 Update forces you to use Powershell instead of Command Prompt command. The above method will put Command prompt command back in file explorer. By Shift+right click in file explorer, but it will not remove Powershell. Both Cmd and PowerShell show up in the menu if you want to get raid of Powershell? First, navigate to the same directory that you put back the Command Prompt command follow all these steps.</div>
</div>
</div>
</header>
<ol>
<li>Open registry editor.</li>
<li>Navigate to [su_highlight background=&#8221;#eeece9&#8243;]Computer\HKEY_CLASSES_ROOT\Directory\Background\shell.[/su_highlight] and now change the permissions for “PowerShell” with the same method you did for Command Prompt.</li>
<li>After you apply new Permissions for PowerShell, then rename “ShowBasedOnVelocityId” to &#8220;HideBasedOnVelocityId&#8221; and hit enter.</li>
<li>After you do all steps properly, you will see that Command Prompt back in file explorer while holing Shift+right-clicking and you have removed PowerShell also from file explorer.</li>
</ol>
<p>All right we are going to put cmd back like the following screenshot.</p>
<h2>Replace PowerShell with CMD</h2>
<div> Search for &#8220;Regedit&#8221; in your Windows and open Registry editor.</div>
<div></div>
<figure id="attachment_10982" aria-describedby="caption-attachment-10982" style="width: 403px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/scs-technig-3.png"><img loading="lazy" decoding="async" class="wp-image-10982 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/scs-technig-3.png" alt="Replace PowerShell with Command prompt command" width="403" height="643" srcset="https://www.technig.com/wp-content/uploads/2017/09/scs-technig-3.png 403w, https://www.technig.com/wp-content/uploads/2017/09/scs-technig-3-188x300.png 188w" sizes="(max-width: 403px) 100vw, 403px" /></a><figcaption id="caption-attachment-10982" class="wp-caption-text">Replace PowerShell with Command prompt command</figcaption></figure>
<p>Now, find the following registry path in the Windows, registry editor. See the screenshot that shows the current path.</p>
<figure id="attachment_10956" aria-describedby="caption-attachment-10956" style="width: 810px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/scs-technig.jpg"><img loading="lazy" decoding="async" class="wp-image-10956 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/scs-technig.jpg" alt="Replace PowerShell with CMD in Windows 10 using Windows Registry" width="810" height="383" srcset="https://www.technig.com/wp-content/uploads/2017/09/scs-technig.jpg 810w, https://www.technig.com/wp-content/uploads/2017/09/scs-technig-300x142.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/scs-technig-768x363.jpg 768w" sizes="(max-width: 810px) 100vw, 810px" /></a><figcaption id="caption-attachment-10956" class="wp-caption-text">Replace PowerShell with CMD in Windows 10 using Windows Registry</figcaption></figure>
<p>Remember you can scroll down then navigate the directory. You can also copy and paste the address in the address bar and hit enter it will open the directory for you. Don&#8217;t forget to look above methods if you face any problem.</p>
<figure id="attachment_10966" aria-describedby="caption-attachment-10966" style="width: 476px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/scs-technig-1.jpg"><img loading="lazy" decoding="async" class="wp-image-10966 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/scs-technig-1.jpg" alt="Assign Permission to CMD directory in Windows registry" width="476" height="514" srcset="https://www.technig.com/wp-content/uploads/2017/09/scs-technig-1.jpg 476w, https://www.technig.com/wp-content/uploads/2017/09/scs-technig-1-278x300.jpg 278w" sizes="(max-width: 476px) 100vw, 476px" /></a><figcaption id="caption-attachment-10966" class="wp-caption-text">Assign Permission to CMD directory in Windows registry</figcaption></figure>
<p>The above screenshot as you see we are changing the permission of cmd by Right clicks and select permissions. Then in the permission field select administrators and check &#8220;<strong>Full Control</strong>&#8221; and click Ok to apply changes.</p>
<figure id="attachment_10971" aria-describedby="caption-attachment-10971" style="width: 613px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/scs-teching.jpg"><img loading="lazy" decoding="async" class="wp-image-10971 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/scs-teching.jpg" alt="Add CMD to Right-click context menu - Technig" width="613" height="257" srcset="https://www.technig.com/wp-content/uploads/2017/09/scs-teching.jpg 613w, https://www.technig.com/wp-content/uploads/2017/09/scs-teching-300x126.jpg 300w" sizes="(max-width: 613px) 100vw, 613px" /></a><figcaption id="caption-attachment-10971" class="wp-caption-text">Add CMD to Right-click context menu &#8211; Technig</figcaption></figure>
<p>Now Right-click on &#8220;<strong>HideBasedOnVelocity</strong>&#8221; and Delete it. Go to file explorer or your desktop hold Shift+right-click to see Command prompt back.</p>
<figure id="attachment_10975" aria-describedby="caption-attachment-10975" style="width: 540px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/scs-technig-1.png"><img loading="lazy" decoding="async" class="wp-image-10975 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/scs-technig-1.png" alt="Add PowerShell to right-click in Windows 10" width="540" height="468" srcset="https://www.technig.com/wp-content/uploads/2017/09/scs-technig-1.png 540w, https://www.technig.com/wp-content/uploads/2017/09/scs-technig-1-300x260.png 300w" sizes="(max-width: 540px) 100vw, 540px" /></a><figcaption id="caption-attachment-10975" class="wp-caption-text">Add PowerShell to right-click in Windows 10</figcaption></figure>
<p>But you also see PowerShell. If you want to hide PowerShell, then follow these steps.</p>
<h2>Hide PowerShell from Right-Click</h2>
<p>You can remove the PowerShell form right-click of your Windows 10 using the following method.</p>
<figure id="attachment_10977" aria-describedby="caption-attachment-10977" style="width: 741px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/scs-technig-2.png"><img loading="lazy" decoding="async" class="wp-image-10977 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/scs-technig-2.png" alt="Remove PowerShell for Windows 10 right-click - Technig" width="741" height="227" srcset="https://www.technig.com/wp-content/uploads/2017/09/scs-technig-2.png 741w, https://www.technig.com/wp-content/uploads/2017/09/scs-technig-2-300x92.png 300w" sizes="(max-width: 741px) 100vw, 741px" /></a><figcaption id="caption-attachment-10977" class="wp-caption-text">Remove PowerShell for Windows 10 right-click &#8211; Technig</figcaption></figure>
<p>Navigate where you had changed permission for cmd. This time change permission for Powershell with the same method you did for cmd. After that on the right side, you can see &#8220;<strong>ShowBasedOnVelocityId</strong>&#8221; change it to &#8220;<strong>HideBasedOnVelocityId</strong>&#8221; hit enter. Now on the desktop test the &#8220;<strong>Shift+ Right-click</strong>&#8221; to the result.</p>
<figure id="attachment_10953" aria-describedby="caption-attachment-10953" style="width: 648px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/scs-technig.png"><img loading="lazy" decoding="async" class="wp-image-10953 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/scs-technig.png" alt="How to replace PowerShell with cmd in windows 10? - Technig" width="648" height="414" srcset="https://www.technig.com/wp-content/uploads/2017/09/scs-technig.png 648w, https://www.technig.com/wp-content/uploads/2017/09/scs-technig-300x192.png 300w" sizes="(max-width: 648px) 100vw, 648px" /></a><figcaption id="caption-attachment-10953" class="wp-caption-text">How to replace PowerShell with cmd in windows 10? &#8211; Technig</figcaption></figure>
<p>That&#8217;s all you need to know how to <a href="https://blogs.technet.microsoft.com/heyscriptingguy/2011/03/21/use-powershell-to-replace-text-in-strings/" target="_blank" rel="noopener noreferrer">replace PowerShell</a> with CMD in Windows 10. The latest update of Windows 10 automatically replaces the CMD with PowerShell.</p>
<p>The post <a href="https://www.technig.com/replace-powershell-with-cmd-window-10/">How to Replace PowerShell with Cmd in Windows 10?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/replace-powershell-with-cmd-window-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10839</post-id>	</item>
		<item>
		<title>How to Configure Windows 10 IP Address with CMD?</title>
		<link>https://www.technig.com/configure-ip-address-with-command-prompt-in-windows/</link>
					<comments>https://www.technig.com/configure-ip-address-with-command-prompt-in-windows/#comments</comments>
		
		<dc:creator><![CDATA[Shams]]></dc:creator>
		<pubDate>Tue, 19 Sep 2017 05:30:12 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Command Line Tips]]></category>
		<category><![CDATA[Configure IP Address]]></category>
		<category><![CDATA[Deploy IP address]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[How to Fix]]></category>
		<category><![CDATA[Netsh]]></category>
		<category><![CDATA[Network Connections]]></category>
		<category><![CDATA[Network Monitoring]]></category>
		<category><![CDATA[Network Shell]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PowerShell Tutorials]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=10801</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-Change-IP-Address-in-Command-Prompt-in-Windows-10-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Change IP Address in Command Prompt in Windows 10 - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-Change-IP-Address-in-Command-Prompt-in-Windows-10-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Change-IP-Address-in-Command-Prompt-in-Windows-10-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Change-IP-Address-in-Command-Prompt-in-Windows-10-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Configuring IP address in a Windows with CMD performed using netsh command line utility. The network shell (netsh) is a set of commands that help you configure any Windows operating system IP address, Network Interfaces, and Windows Firewall. The usage of the command line is for pro level Windows users. Those who are playing the [&#8230;]</p>
<p>The post <a href="https://www.technig.com/configure-ip-address-with-command-prompt-in-windows/">How to Configure Windows 10 IP Address with CMD?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-Change-IP-Address-in-Command-Prompt-in-Windows-10-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Change IP Address in Command Prompt in Windows 10 - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-Change-IP-Address-in-Command-Prompt-in-Windows-10-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Change-IP-Address-in-Command-Prompt-in-Windows-10-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Change-IP-Address-in-Command-Prompt-in-Windows-10-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Configuring IP address in a Windows with CMD performed using netsh command line utility. The network shell (<a href="https://technet.microsoft.com/en-us/library/cc770948(v=ws.10).aspx" target="_blank" rel="noopener noreferrer">netsh</a>) is a set of commands that help you configure any Windows operating system IP address, Network Interfaces, and Windows Firewall. The usage of the command line is for pro level Windows users. Those who are playing the network infrastructure configuration. But using the command line as normal Windows user indicate your expertise to Windows environment. If you are new to Windows command line, this article &#8220;configure IP address with command prompt in Windows 10&#8221; will help you begin using command line interface.</p>
<p>Configuring Windows IPv4 Networking with Netsh or Network Shell. Netsh is a command-line utility included in Microsoft&#8217;s Windows NT line of operating systems beginning with Windows 2000. It allows local or remote configuration of network devices such as the NICs.</p>
<h2>Configure IP Address with Command Prompt in Windows 10</h2>
<p>Before setting IP address with cmd in Windows 10, you need to know how to find your IP address on Windows 10. So before everything, you must know the network IP address configuration on your system.</p>
<p>Let&#8217;s learn the process of IP configuration step by step. I am going to explain it with an easy pictorial guide. If you don&#8217;t understand some part, just kindly comment us and ask your questions.</p>
<p><strong>The process of Changing Windows 10 IP Address with Command Prompt: </strong></p>
<ol>
<li>Find your IP address in Windows 10.</li>
<li>View network interfaces card.</li>
<li>Change IP address on Windows 10.</li>
<li>Change DNS IP address with the command line.</li>
<li>Reset IP address with Command Prompt.</li>
</ol>
<h2>How to Find your IP Address on Windows 10?</h2>
<p>There are many options for finding IP address on Windows 10. The easy one is &#8220;<strong>ipconfig</strong>&#8221; command. To find your IP address on Windows 10, just type &#8220;<strong>ipconfig</strong>&#8221; in command prompt. To do this process:</p>
<ol>
<li>Press <strong>Windows+R</strong> keys to open the <strong>Run</strong>.</li>
<li>Type &#8220;<strong>cmd</strong>&#8221; in the run and press enter.</li>
<li>Now type &#8220;<strong>ipconfig</strong>&#8221; to show the IP address.</li>
</ol>
<p>The &#8220;<strong>ipconfig</strong>&#8221; command shows everything about your computer network interfaces. You might have many physical or virtual network interface card.</p>
<figure id="attachment_10939" aria-describedby="caption-attachment-10939" style="width: 909px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Your-IP-Address-on-Windows-10-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-10939 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Your-IP-Address-on-Windows-10-Technig.jpg" alt="How to Find Your IP Address on Windows 10 - Technig" width="909" height="682" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Your-IP-Address-on-Windows-10-Technig.jpg 909w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Your-IP-Address-on-Windows-10-Technig-300x225.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Your-IP-Address-on-Windows-10-Technig-768x576.jpg 768w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Your-IP-Address-on-Windows-10-Technig-86x64.jpg 86w" sizes="(max-width: 909px) 100vw, 909px" /></a><figcaption id="caption-attachment-10939" class="wp-caption-text">How to Find Your IP Address on Windows 10 &#8211; Technig</figcaption></figure>
<p>Here, I just have one network interface on my Windows 10 computer. The result of ipconfig command shows that the IP 169.254.29.130 with the mask of 255.255.255.0 is my current Windows IP address.</p>
<p>This is a class C &#8220;autoconfiguration IPv4&#8221;. When your system doesn&#8217;t find any DHCP Server or manual IP address, it obtains auto IP address. So let&#8217;s change it.</p>
<h2>How to C<b>hange</b> IP Address with<b> Command Prompt?</b></h2>
<p>For change IP address, open command prompt or PowerShell. Both works the same and you can run all command prompt commends on Powershell as well. Ok, run cmd or Powershell as administrator. Netsh work in both command prompt and Powershell. I&#8217;m using Windows Powershell to change IP address on Windows 10 completely. Becuase the user interface and color&#8217;s of Powershell is better than Command prompt.</p>
<ol>
<li>Type &#8220;<strong>Powershell</strong>&#8221; in Windows 10 search box to run Windows Powershell.</li>
<li>You need to run Powershell as administrator. Just press Windows+Shift the press enter to run Powershell as administrator. Or right-click the Powershell and click <strong>Run as administrator</strong>.</li>
</ol>
<figure id="attachment_10949" aria-describedby="caption-attachment-10949" style="width: 398px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/PowerShell-Guide-in-Windows-10.jpg"><img loading="lazy" decoding="async" class="wp-image-10949 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/PowerShell-Guide-in-Windows-10.jpg" alt="PowerShell Guide in Windows 10" width="398" height="677" srcset="https://www.technig.com/wp-content/uploads/2017/09/PowerShell-Guide-in-Windows-10.jpg 398w, https://www.technig.com/wp-content/uploads/2017/09/PowerShell-Guide-in-Windows-10-176x300.jpg 176w" sizes="(max-width: 398px) 100vw, 398px" /></a><figcaption id="caption-attachment-10949" class="wp-caption-text">PowerShell Guide in Windows 10</figcaption></figure>
<p>To find the network interface with the command line, type the following command on Powershell.</p>
<pre class="nums:false plain:false lang:default decode:true">Netsh interface ipv4 show interface</pre>
<figure id="attachment_10950" aria-describedby="caption-attachment-10950" style="width: 865px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/Netsh-Command-to-Check-Network-Adapter-in-Windows-10.jpg"><img loading="lazy" decoding="async" class="wp-image-10950 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/Netsh-Command-to-Check-Network-Adapter-in-Windows-10.jpg" alt="Netsh Command to Check Network Adapter in Windows 10" width="865" height="143" srcset="https://www.technig.com/wp-content/uploads/2017/09/Netsh-Command-to-Check-Network-Adapter-in-Windows-10.jpg 865w, https://www.technig.com/wp-content/uploads/2017/09/Netsh-Command-to-Check-Network-Adapter-in-Windows-10-300x50.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Netsh-Command-to-Check-Network-Adapter-in-Windows-10-768x127.jpg 768w" sizes="(max-width: 865px) 100vw, 865px" /></a><figcaption id="caption-attachment-10950" class="wp-caption-text">Netsh Command to Check Network Adapter in Windows 10</figcaption></figure>
<p>The result shows two network interfaces. The Loopback and the Ethernet. The Loopback is Windows builtin network loopback interface, but our pointed network interface is the ethernet.</p>
<p>To find your IP address in Windows 10 with netsh command, just type the following command.</p>
<pre class="nums:false plain:false lang:default decode:true">netsh interface ipv4 show config</pre>
<figure id="attachment_10967" aria-describedby="caption-attachment-10967" style="width: 938px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Your-IP-Address-on-Windows-10-with-Netsh-Command-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-10967 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Your-IP-Address-on-Windows-10-with-Netsh-Command-Technig.jpg" alt="How to Find Your IP Address on Windows 10 with Netsh Command - Technig" width="938" height="442" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Your-IP-Address-on-Windows-10-with-Netsh-Command-Technig.jpg 938w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Your-IP-Address-on-Windows-10-with-Netsh-Command-Technig-300x141.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Your-IP-Address-on-Windows-10-with-Netsh-Command-Technig-768x362.jpg 768w" sizes="(max-width: 938px) 100vw, 938px" /></a><figcaption id="caption-attachment-10967" class="wp-caption-text">How to Find Your IP Address on Windows 10 with Netsh Command &#8211; Technig</figcaption></figure>
<p>It displays all the network interface configuration. The output result is clear and better than output result of &#8220;<strong>ipconfig</strong>&#8221; command on Command prompt. So to find an exact information of the network interface, just add the index ID of the network interface at the end of the command.</p>
<pre class="nums:false plain:false lang:default decode:true">netsh interface ipv4 show config 2</pre>
<figure id="attachment_10969" aria-describedby="caption-attachment-10969" style="width: 923px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Windows-10-IP-address-with-Command-Line-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-10969 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Windows-10-IP-address-with-Command-Line-Technig.jpg" alt="How to Find Windows 10 IP address with Command Line - Technig" width="923" height="217" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Windows-10-IP-address-with-Command-Line-Technig.jpg 923w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Windows-10-IP-address-with-Command-Line-Technig-300x71.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-Windows-10-IP-address-with-Command-Line-Technig-768x181.jpg 768w" sizes="(max-width: 923px) 100vw, 923px" /></a><figcaption id="caption-attachment-10969" class="wp-caption-text">How to Find Windows 10 IP address with Command Line &#8211; Technig</figcaption></figure>
<p>That&#8217;s good. Let&#8217;s configure and change Windows 10 IP address with the command line. The command is bit long but easy to understand. No need to remember, just try to understand the netsh command structure.</p>
<p>To change the IP address of the &#8220;Ethernet0&#8221; network interface, type the following command.</p>
<pre class="nums:false plain:false lang:default decode:true">netsh interface ipv4 set address name=2 static 200.100.10.5 mask=255.255.255.0 gateway=200.100.10.1</pre>
<figure id="attachment_10976" aria-describedby="caption-attachment-10976" style="width: 1307px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/Change-IP-Address-in-Windows-10-using-Command-Line-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-10976 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/Change-IP-Address-in-Windows-10-using-Command-Line-Technig.jpg" alt="Change IP Address in Windows 10 using Command Line - Technig" width="1307" height="300" srcset="https://www.technig.com/wp-content/uploads/2017/09/Change-IP-Address-in-Windows-10-using-Command-Line-Technig.jpg 1307w, https://www.technig.com/wp-content/uploads/2017/09/Change-IP-Address-in-Windows-10-using-Command-Line-Technig-300x69.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Change-IP-Address-in-Windows-10-using-Command-Line-Technig-768x176.jpg 768w, https://www.technig.com/wp-content/uploads/2017/09/Change-IP-Address-in-Windows-10-using-Command-Line-Technig-1024x235.jpg 1024w" sizes="(max-width: 1307px) 100vw, 1307px" /></a><figcaption id="caption-attachment-10976" class="wp-caption-text">Change IP Address in Windows 10 using Command Line &#8211; Technig</figcaption></figure>
<p>Once the command executed successfully, check the result with &#8220;<strong>netsh interface ipv4 show config 2</strong>&#8221; command. Yes, the output result shows the exact IP address has set on the &#8220;<strong>Ethernet0</strong>&#8221; network interface. Now the Windows IP address is 200.100.10.5 with the mask of 255.255.255.0 and default gateway is 200.100.10.1.</p>
<p><strong>Note</strong>: You can&#8217;t change the default gateway separately with the following command. It will remove the IP address and just set the default gateway address.</p>
<pre class="nums:false plain:false lang:default decode:true">netsh interface ipv4 set address name=2 gateway= (Gateway IP Address)</pre>
<p>That&#8217;s good and enough for IP address configuration in Windows 10 with the command line. Let&#8217;s change DNS IP address from the command line.</p>
<ul style="list-style-type: circle;">
<li><strong>Related</strong>: <a href="https://www.technig.com/mcsa-lab-manual-articles-windows-server-2012-r2/" target="_blank" rel="noopener noreferrer">MCSA Lab Manual Articles</a>.</li>
</ul>
<h2>How to Change DNS IP address from Command Prompt?</h2>
<p>DNS IP address is the unique address in the network that resolves computer name to IP address and IP address to the computer name. In the network, finding a computer with a name is easy than 32-bit IPv4 address. To set or change the DNS IP address, just simply do it with the following command.</p>
<pre class="nums:false plain:false lang:default decode:true">netsh interface ipv4 set dns name=2 static 200.100.10.30</pre>
<figure id="attachment_10980" aria-describedby="caption-attachment-10980" style="width: 794px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/How-to-Change-DNS-IP-address-from-Command-Prompt-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-10980 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-Change-DNS-IP-address-from-Command-Prompt-Technig.jpg" alt="How to Change DNS IP address from Command Prompt - Technig" width="794" height="72" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-Change-DNS-IP-address-from-Command-Prompt-Technig.jpg 794w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Change-DNS-IP-address-from-Command-Prompt-Technig-300x27.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Change-DNS-IP-address-from-Command-Prompt-Technig-768x70.jpg 768w" sizes="(max-width: 794px) 100vw, 794px" /></a><figcaption id="caption-attachment-10980" class="wp-caption-text">How to Change DNS IP address from Command Prompt &#8211; Technig</figcaption></figure>
<p>You might see some error on a simple local network, because of not having a DNS server. When you don&#8217;t have a DNS server, it&#8217;s not necessary to set DNS IP address on your computer.</p>
<figure id="attachment_10983" aria-describedby="caption-attachment-10983" style="width: 957px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/Change-DNS-IP-Address-with-Command-Prompt-in-Windows-10-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-10983 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/Change-DNS-IP-Address-with-Command-Prompt-in-Windows-10-Technig.jpg" alt="Configure IP Address with command prompt in Windows - Technig" width="957" height="296" srcset="https://www.technig.com/wp-content/uploads/2017/09/Change-DNS-IP-Address-with-Command-Prompt-in-Windows-10-Technig.jpg 957w, https://www.technig.com/wp-content/uploads/2017/09/Change-DNS-IP-Address-with-Command-Prompt-in-Windows-10-Technig-300x93.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Change-DNS-IP-Address-with-Command-Prompt-in-Windows-10-Technig-768x238.jpg 768w" sizes="(max-width: 957px) 100vw, 957px" /></a><figcaption id="caption-attachment-10983" class="wp-caption-text">Configure IP Address with command prompt in Windows &#8211; Technig</figcaption></figure>
<p>Finally, recheck the result with &#8220;<strong>netsh interface ipv4 show config 2</strong>&#8221; command. The output netsh command should be displayed with DNS IP address.</p>
<h2>Final World</h2>
<p>Configure IP address with command prompt in Windows has tow benefits. The first benefit of working with Windows command line helps get you improve your skills in Windows environment. The second benefit is command line is faster than GUI. If you work with the command line, you will understand the power of command line.</p>
<p>The Windows command line interface has improved a lot in Windows 10. Now you can find some Linux commands that run in Windows 10 and works the same on Linux. Finally, hope you learn how to configure IP address with Command Prompt in Windows operating systems. If you don&#8217;t understand, please ask us about how to configure IP address with command prompt in Windows 10?</p>
<p>The post <a href="https://www.technig.com/configure-ip-address-with-command-prompt-in-windows/">How to Configure Windows 10 IP Address with CMD?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/configure-ip-address-with-command-prompt-in-windows/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10801</post-id>	</item>
		<item>
		<title>Windows Environment Variables Everything You Must Know</title>
		<link>https://www.technig.com/windows-environment-variables-guide/</link>
					<comments>https://www.technig.com/windows-environment-variables-guide/#respond</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Sun, 17 Sep 2017 09:30:33 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Command Line Tips]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows Environment Variables]]></category>
		<category><![CDATA[Windows Tips]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=10573</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="800" height="420" src="https://www.technig.com/wp-content/uploads/2017/09/Learn-to-Know-About-Windows-Environment-Variables-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/Learn-to-Know-About-Windows-Environment-Variables-Technig.jpg 800w, https://www.technig.com/wp-content/uploads/2017/09/Learn-to-Know-About-Windows-Environment-Variables-Technig-300x158.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Learn-to-Know-About-Windows-Environment-Variables-Technig-768x403.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></div>
<p>You will be counted as power user when you know how to use environment variables. Environment variables are everywhere in windows. This topic might be a little hard for beginner users to comprehend. You will empower to skill once you know how to use environment variables correctly. Windows environment variables are something that everyone should know about. [&#8230;]</p>
<p>The post <a href="https://www.technig.com/windows-environment-variables-guide/">Windows Environment Variables Everything You Must Know</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="800" height="420" src="https://www.technig.com/wp-content/uploads/2017/09/Learn-to-Know-About-Windows-Environment-Variables-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/Learn-to-Know-About-Windows-Environment-Variables-Technig.jpg 800w, https://www.technig.com/wp-content/uploads/2017/09/Learn-to-Know-About-Windows-Environment-Variables-Technig-300x158.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Learn-to-Know-About-Windows-Environment-Variables-Technig-768x403.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></div><p>You will be counted as power user when you know how to use environment variables. Environment variables are everywhere in windows. This topic might be a little hard for beginner users to comprehend. You will empower to skill once you know how to use environment variables correctly. Windows environment variables are something that everyone should know about. If you don&#8217;t know about it yet, this article is for you. We will cover everything you need to know about it and how you can use it.</p>
<h1>What Is An Environment Variable?</h1>
<p><em>Environment variables describe or show the path to a program or somewhere in your operating system. </em>Let&#8217;s say you want to know where a software is installed or what&#8217;s your computer name. You can use environment variables to find the answer to such questions.</p>
<blockquote><p><em>Environment variables hold values related to the current environment, like the Operating System or user sessions.</em></p></blockquote>
<p>The environment variable has a name and a value. For instance, OneDrive as name and <em><span style="background-color: #dedede">C:\Users\UserName\OneDrive</span> as value. </em></p>
<h2>Where to find the Environment Variables?</h2>
<p>In Windows, You can find the env variables in your system properties.</p>
<figure id="attachment_10575" aria-describedby="caption-attachment-10575" style="width: 701px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/09/Windows-Enviroment-Variables.png"><img loading="lazy" decoding="async" class="wp-image-10575" src="http://3.90.216.52/wp-content/uploads/2017/09/Windows-Enviroment-Variables.png" alt="Windows Environment Variables" width="701" height="350" srcset="https://www.technig.com/wp-content/uploads/2017/09/Windows-Enviroment-Variables.png 1241w, https://www.technig.com/wp-content/uploads/2017/09/Windows-Enviroment-Variables-300x150.png 300w, https://www.technig.com/wp-content/uploads/2017/09/Windows-Enviroment-Variables-768x384.png 768w, https://www.technig.com/wp-content/uploads/2017/09/Windows-Enviroment-Variables-1024x512.png 1024w" sizes="(max-width: 701px) 100vw, 701px" /></a><figcaption id="caption-attachment-10575" class="wp-caption-text">Windows Environment Variables</figcaption></figure>
<p>You can specify your own path there. As you can see, there is two sections. The first one is for login user specific and the second is for your system.</p>
<figure id="attachment_10576" aria-describedby="caption-attachment-10576" style="width: 577px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/09/user-and-system-environment-variables.png"><img loading="lazy" decoding="async" class=" wp-image-10576" src="http://3.90.216.52/wp-content/uploads/2017/09/user-and-system-environment-variables.png" alt="user and system environment variables" width="577" height="568" srcset="https://www.technig.com/wp-content/uploads/2017/09/user-and-system-environment-variables.png 630w, https://www.technig.com/wp-content/uploads/2017/09/user-and-system-environment-variables-300x295.png 300w" sizes="(max-width: 577px) 100vw, 577px" /></a><figcaption id="caption-attachment-10576" class="wp-caption-text">user and system environment variables</figcaption></figure>
<h3>What&#8217;s Path?</h3>
<p>in short, Path is the path to an executable software. For example, if you run calc on the run, it will open the calculator. The calc is the variable name and the value is in the system directory.</p>
<figure id="attachment_10577" aria-describedby="caption-attachment-10577" style="width: 617px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/09/Path-in-windows-environment-variable.png"><img loading="lazy" decoding="async" class=" wp-image-10577" src="http://3.90.216.52/wp-content/uploads/2017/09/Path-in-windows-environment-variable.png" alt="Path in windows environment variable" width="617" height="346" srcset="https://www.technig.com/wp-content/uploads/2017/09/Path-in-windows-environment-variable.png 1044w, https://www.technig.com/wp-content/uploads/2017/09/Path-in-windows-environment-variable-300x168.png 300w, https://www.technig.com/wp-content/uploads/2017/09/Path-in-windows-environment-variable-768x431.png 768w, https://www.technig.com/wp-content/uploads/2017/09/Path-in-windows-environment-variable-1024x575.png 1024w" sizes="(max-width: 617px) 100vw, 617px" /></a><figcaption id="caption-attachment-10577" class="wp-caption-text">Path in windows environment variable</figcaption></figure>
<h2>How to Use Windows Environment Variables?</h2>
<p>The usage is very common and simple. If you want to open any program from command prompt ( or run in windows ), use environment variable to do that. For example:</p>
<p>Your program is installed in<span style="background-color: #dedede"> </span><em><span style="background-color: #dedede">C:\Program Files\Sublime Text 3.</span> Now you want to run sublime on the run or cmd and it should open sublime text. </em></p>
<p>There are two ways to set environment variables. Using command line, using GUI. You saw how you can access environment variables in the above section. Let&#8217;s see how you can use the command line to access and set variables.</p>
<h3>Format</h3>
<p>Environment Variables in Windows are denoted with percent signs (%) surrounding the name:</p>
<pre><code>%name%
</code></pre>
<h3>echo</h3>
<p>To display an environment variable&#8217;s value in,<code>cmd.exe</code> type.<code>echo %name%</code></p>
<pre><code>C:\&gt;echo %APPDATA%
C:\Users\BigHero\AppData\Roaming
</code></pre>
<h3>set</h3>
<p>To <strong>create or set</strong> a variable, use <code>set variableName=value</code>:</p>
<pre><code>C:\&gt;set subl=<em>C:\Program Files\Sublime Text 3\subl.exe</em>

C:\&gt;set FunnyCatPicturesTwo=%USERPROFILE%\Pictures\Funny Cat Pictures 2
</code></pre>
<p>To <strong>append or add</strong> a variable, use <code>set varname=value;%varname%</code>:</p>
<pre><code>C:\&gt;set Penguins=C:\Linux

C:\&gt;set Penguins=C:\Windows;%Penguins%

C:\&gt;echo %Penguins%
C:\Windows;C:\Linux
</code></pre>
<p>Environment variables set in this way are available for (the rest of) the duration of the Command Prompt process in which they are set, and are available to processes that are started after the variables were set.</p>
<h3>Setx</h3>
<p>To <strong>create or set</strong> a variable <strong>permanently</strong>, use <code>setx varname "value"</code>:</p>
<pre><code>C:\&gt;setx subl "<em>C:\Program Files\Sublime Text 3\subl.exe</em>"

[Restart CMD]
C:\&gt;echo %subl%
C:\Program Files\Sublime Text 3\subl.exe
</code></pre>
<p>Unlike,<code>set</code> there is no equals sign and the value should be enclosed in quotes if it contains any spaces. Note that variables may expand to a string with spaces (e.g., <code>%PATH%</code> becomes <code>C:\Program Files</code>), so it is best to include quotes around values that contain any variables.</p>
<p>You must manually add <code>setx</code> to versions of Windows earlier than Vista.</p>
<p>So far, if you run subl in command prompt or Run, it will give</p>
<pre class="lang:default decode:true">'subl' is not recognized as an internal or external command,
operable program or batch file.</pre>
<p>It&#8217;s because setx didn&#8217;t add the environment variable to the path. As we mentioned before, the path is used to execute any software. Here is how you can fix that.</p>
<ol>
<li>Adding sublime text path to Path environment variables.</li>
<li>Using setx<em> /M</em></li>
</ol>
<p><strong>Add manually.</strong></p>
<figure id="attachment_10589" aria-describedby="caption-attachment-10589" style="width: 643px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/09/add-to-path.png"><img loading="lazy" decoding="async" class=" wp-image-10589" src="http://3.90.216.52/wp-content/uploads/2017/09/add-to-path.png" alt="add to path" width="643" height="406" srcset="https://www.technig.com/wp-content/uploads/2017/09/add-to-path.png 1045w, https://www.technig.com/wp-content/uploads/2017/09/add-to-path-300x189.png 300w, https://www.technig.com/wp-content/uploads/2017/09/add-to-path-768x485.png 768w, https://www.technig.com/wp-content/uploads/2017/09/add-to-path-1024x647.png 1024w" sizes="(max-width: 643px) 100vw, 643px" /></a><figcaption id="caption-attachment-10589" class="wp-caption-text">add to the path</figcaption></figure>
<p>After you add, press enter and save.</p>
<p><strong>Use setx /M</strong></p>
<p>Open your command prompt as administrator. (search cmd and press ctrl+ shift + enter).</p>
<pre class="lang:default decode:true ">setx /M path "C:\Program Files\Sublime Text 3"</pre>
<p>That is done now. You can run subl in the command line and it will open the sublime text.</p>
<p><span style="background-color: #ff0000">Note</span>: We don&#8217;t recommend the second way. Because it will override the system path variables.</p>
<h2>Conclusion.</h2>
<p>It was hard for me to understand how the Windows <a href="https://msdn.microsoft.com/en-us/library/windows/desktop/ms682653(v=vs.85).aspx" target="_blank" rel="noopener noreferrer">environment variables</a> work. It took a little time but it worth learning and using. If you have any question, feel free to comment it below.</p>
<p>The post <a href="https://www.technig.com/windows-environment-variables-guide/">Windows Environment Variables Everything You Must Know</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/windows-environment-variables-guide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10573</post-id>	</item>
		<item>
		<title>How to Join Windows 10 to Domain Windows Server</title>
		<link>https://www.technig.com/join-windows-10-to-domain-server-2016/</link>
					<comments>https://www.technig.com/join-windows-10-to-domain-server-2016/#respond</comments>
		
		<dc:creator><![CDATA[Shams]]></dc:creator>
		<pubDate>Sat, 16 Sep 2017 09:30:30 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Command Line Tips]]></category>
		<category><![CDATA[Domain Controller]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Network Interface Configuration]]></category>
		<category><![CDATA[Network Shell]]></category>
		<category><![CDATA[PowerShell Tutorials]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=10786</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Join Windows 10 to Domain Server 2016 - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>The users in a network using a different operating system like Windows, Mac OS, and Linux. One of the most popular is Windows 10, the latest client-side Microsoft operating system. Here we just try to join Windows 10 to domain server 2016. The process of joining a PC to a domain name is the same. You [&#8230;]</p>
<p>The post <a href="https://www.technig.com/join-windows-10-to-domain-server-2016/">How to Join Windows 10 to Domain Windows Server</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Join Windows 10 to Domain Server 2016 - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>The users in a network using a different operating system like Windows, Mac OS, and Linux. One of the most popular is Windows 10, the latest client-side Microsoft operating system. Here we just try to join Windows 10 to domain server 2016. The process of joining a PC to a domain name is the same. You can use this article for other operating systems as well.</p>
<p>Before you join Windows 10 to domain server 2016. You must check the network connectivity between Windows Server and Windows 10 client. You might have a DHCP server that provides IP address for network clients. If you don&#8217;t have a DHCP server or router, you need to <a href="https://www.technig.com/configure-ip-address-using-powershell/" target="_blank" rel="noopener noreferrer">configure IP address manually</a> for client machines.</p>
<p><em><strong>Related</strong></em>: <a href="https://www.technig.com/dhcp-configuration-guide/" target="_blank" rel="noopener noreferrer">DHCP configuration guide on Windows Server and Cisco Router</a>.</p>
<p><strong>The process to join a Windows 10 to Domain Server 2016.</strong></p>
<ol>
<li>Set a unique name for the client computer.</li>
<li>Check the IP address and network connectivity.</li>
<li>Create a user in the Active Directory.</li>
<li>Join Windows 10 to Domain.</li>
<li>Restart client computer.</li>
<li>Log in with the domain account.</li>
<li>Customize your Windows desktop environment.</li>
</ol>
<p>That&#8217;s all you need to apply for joining a Windows 10 PC to a domain Windows Server 2016 or another version of Windows server.</p>
<h2>Join Windows 10 to Domain Server</h2>
<p>In a short video, we describe how to join Windows 10 PC to a domain Windows server. But I just note some important commands and parts here. Joining a PC to the domain is not complicated but sometimes it doesn&#8217;t join easy. Anyway, if you have any issue with joining client PC to the domain, comment us your issue.</p>
<p><iframe loading="lazy" title="How to Join Windows 10 to Domain Windows Server 2016?" width="1170" height="878" src="https://www.youtube.com/embed/_S0zU26T7-s?wmode=transparent&amp;rel=0&amp;feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p>Read the important notes about how to join Windows 10 to domain Windows server 2016. The notes are important parts, if you face any problem, feel free to ask us.</p>
<h2><strong>1. Change Client Computer Name</strong></h2>
<p>Before joining a client computer to a domain in the network, change the default name. The default name is name generated when the Windows installed on the system. It is a long name and hard to read. Changing to a short and readable name helps you find the client on the network easy.</p>
<ol>
<li>To change the computer name, type &#8220;<strong>sysdm.cpl</strong>&#8221; in Run to open the System Properties.</li>
<li>After changing the computer name, once restart your computer to apply the changes.</li>
</ol>
<figure id="attachment_10792" aria-describedby="caption-attachment-10792" style="width: 733px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/How-to-change-Windows-10-computer-name-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-10792 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-change-Windows-10-computer-name-Technig.jpg" alt="How to change Windows 10 computer name - Technig" width="733" height="477" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-change-Windows-10-computer-name-Technig.jpg 733w, https://www.technig.com/wp-content/uploads/2017/09/How-to-change-Windows-10-computer-name-Technig-300x195.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-change-Windows-10-computer-name-Technig-210x136.jpg 210w" sizes="(max-width: 733px) 100vw, 733px" /></a><figcaption id="caption-attachment-10792" class="wp-caption-text">How to change Windows 10 computer name &#8211; Technig</figcaption></figure>
<p>On Windows 10 you can change the computer name from the different section. Changing computer name with the command line, Windows settings and the above step.</p>
<h2><strong>2. Check IP Address and Connectivity</strong></h2>
<p>A computer identified by its IP address on the network. If the IP address is not configured correctly, the system will not recognizable. So checking the computer IP address is necessary for connecting to a domain server.</p>
<ol>
<li>To check the IP address of a system type &#8220;<strong>ipconfig</strong>&#8221; command on command prompt. It shows the computer IP address, subnet mask, and default gateway.</li>
</ol>
<figure id="attachment_10829" aria-describedby="caption-attachment-10829" style="width: 909px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/Display-Windows-Network-Configuration-Settings-with-Command-Line.jpg"><img loading="lazy" decoding="async" class="wp-image-10829 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/Display-Windows-Network-Configuration-Settings-with-Command-Line.jpg" alt="Display Windows Network Configuration Settings with Command Line" width="909" height="535" srcset="https://www.technig.com/wp-content/uploads/2017/09/Display-Windows-Network-Configuration-Settings-with-Command-Line.jpg 909w, https://www.technig.com/wp-content/uploads/2017/09/Display-Windows-Network-Configuration-Settings-with-Command-Line-300x177.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Display-Windows-Network-Configuration-Settings-with-Command-Line-768x452.jpg 768w, https://www.technig.com/wp-content/uploads/2017/09/Display-Windows-Network-Configuration-Settings-with-Command-Line-357x210.jpg 357w" sizes="(max-width: 909px) 100vw, 909px" /></a><figcaption id="caption-attachment-10829" class="wp-caption-text">Display Windows Network Configuration Settings with Command Line</figcaption></figure>
<p><strong>2.</strong> To change IP address just type &#8220;<strong>ncpa.cpl</strong>&#8221; on Run top open Network Connection Settings. You can change the IP address manually from network connection settings or with command line &#8220;<strong>netsh</strong>&#8221; commands. Windows has many options to change the IP address. The easy way is using the GUI for newbies.</p>
<p>Anyway, right-click the network adapter (<strong>Ethernet x</strong>) then select <strong>Properties</strong>. On the properties select <strong>Internet Protocol Version 4 (TCP/IPv4)</strong> and click <strong>Properties</strong>. Now set the IP address manually on the Internet Protocol Version 4 (TCP/IPv4) Properties.</p>
<figure id="attachment_10834" aria-describedby="caption-attachment-10834" style="width: 899px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/Configure-Windows-10-IP-address-manually-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-10834 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/Configure-Windows-10-IP-address-manually-Technig.jpg" alt="Configure Windows 10 IP address manually - Technig" width="899" height="605" srcset="https://www.technig.com/wp-content/uploads/2017/09/Configure-Windows-10-IP-address-manually-Technig.jpg 899w, https://www.technig.com/wp-content/uploads/2017/09/Configure-Windows-10-IP-address-manually-Technig-300x202.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Configure-Windows-10-IP-address-manually-Technig-768x517.jpg 768w" sizes="(max-width: 899px) 100vw, 899px" /></a><figcaption id="caption-attachment-10834" class="wp-caption-text">Configure Windows 10 IP address manually &#8211; Technig</figcaption></figure>
<p>That&#8217;s the GUI option for configuring an IP address on Windows system. There are command options for command prompt and Powershell. Windows PowerShell has its own cmdlet for network configuration. The other options are the network shell (netsh) command prompt command. The following articles focus on configuring Windows IP address with PowerShell and Netsh.</p>
<ul>
<li><a href="https://www.technig.com/configure-windows-ipv4-networking-with-netsh/" target="_blank" rel="noopener noreferrer">Configure Windows IPv4 Networking with Netsh,</a></li>
<li><a href="https://www.technig.com/configure-ip-address-using-powershell/" target="_blank" rel="noopener noreferrer">Configure IP Address with PowerShell,</a></li>
</ul>
<h2>3. Create a user in the Active Directory</h2>
<p>An Active Directory user account allows a computer to join to the domain and works as the workstation of a network. Creating Active Directory objects performs from AD on Windows Server.</p>
<ul>
<li><a href="https://www.technig.com/how-to-create-object-in-active-directory/" target="_blank" rel="noopener noreferrer">Create a user account in Active Directory</a>.</li>
<li><a href="https://www.technig.com/create-user-account-using-powershell/" target="_blank" rel="noopener noreferrer">Create User Account Using PowerShell.</a></li>
</ul>
<p>That&#8217;s all necessary configurable options you need to know about joining Windows 10 to domain server 2016 Active Directory. Hope you enjoy the article. Please comment us the related issue with <a href="https://www.microsoft.com/en-us/windowsforbusiness/windows-product-home" target="_blank" rel="noopener noreferrer">Windows 10</a> and Server configuration.</p>
<p>The post <a href="https://www.technig.com/join-windows-10-to-domain-server-2016/">How to Join Windows 10 to Domain Windows Server</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/join-windows-10-to-domain-server-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10786</post-id>	</item>
	</channel>
</rss>
