<?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>cmd windows 10 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/cmd-windows-10/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 03 Mar 2020 00:50:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install apps in Windows 10 with the command line</title>
		<link>https://www.osradar.com/how-to-install-apps-in-windows-10-with-the-command-line/</link>
					<comments>https://www.osradar.com/how-to-install-apps-in-windows-10-with-the-command-line/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Tue, 03 Mar 2020 00:50:21 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[chocolatey]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[cmd windows 10]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[package manager windows]]></category>
		<category><![CDATA[powershell]]></category>
		<guid isPermaLink="false">https://windowsmen.com/?p=754</guid>

					<description><![CDATA[<p>Hi, how are you? For all traditional Windows users, installing apps has no secrets. In fact, you just have to download the installer, run it and follow the instructions. And by going to the app stores, this process is even easier. Just download it if it&#8217;s free or buy it if it&#8217;s paid and the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-apps-in-windows-10-with-the-command-line/">How to install apps in Windows 10 with the command line</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hi, how are you? For all traditional Windows users, installing apps has no secrets. In fact, you just have to download the installer, run it and follow the instructions. And by going to the app stores, this process is even easier. Just download it if it&#8217;s free or buy it if it&#8217;s paid and the process will be done automatically. However, it is not the same to install a single application than to install several of them. Especially when you buy a new PC or format an old one. Similarly, when working with maintenance of several computers. Anyway, tools like <a rel="noreferrer noopener" aria-label="Chocolatey  (opens in a new tab)" href="https://chocolatey.org" target="_blank">Chocolatey </a>are very helpful. So in this post we&#8217;ll see how to install apps in Windows 10 from the command line.</p>



<h2>Chocolatey. A package manager for Windows.</h2>



<p>This is a concept traditionally associated with Linux operating systems and away from the Windows ecosystem. In simple terms, it consists in that when installing a program, not only the main package is downloaded, but also the packages on which the program depends. It seems like a complex process, but in reality what it does is simplify the process. Well, Chocolatey what it does is bring this philosophy to Windows. Consequently, it is possible to install apps with a command line command. On the other hand, by installing apps in the traditional way, you run the risk of downloading PUPs or even malware. </p>



<p>Chocolatey makes sure to download the programs from their verified and reliable source. Specifically, there are more than 7,500 packages available to be installed. In the list, there are such well-known options as Google Chrome, Skype, Adobe Acrobat Reader. But there are also free and open source software available, such as 7-Zip, VLC or Mozilla Firefox. First, let&#8217;s install the package manager. This requires running a PowerShell with administrative privileges. With this intention, press the Win+X combination and execute the console:</p>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/03/choco.jpg" alt="Run a PowerShell with administrative privileges" class="wp-image-756"/><figcaption>Run a PowerShell with administrative privileges</figcaption></figure>



<p>Once the console is open, please execute the following command:</p>



<pre class="wp-block-preformatted">Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))</pre>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/03/choco2-1024x548.jpg" alt="Chocolatey installation successful." class="wp-image-758"/><figcaption>Chocolatey installation successful.</figcaption></figure>



<p> It can be seen that the installation route is in&nbsp;<strong>C:\ProgramData\chocolatey</strong>&nbsp;In the same way, the subdirectory lib is used for the packages. </p>



<h2>Install and uninstall apps with Chocolatey.</h2>



<p>Once downloaded and installed, you are ready for the first steps with Chocolatey. First, to access help, please run this command from the PowerShell:</p>



<pre class="wp-block-preformatted"> choco /?  </pre>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/03/choco3-1024x548.jpg" alt="Chocolatey Help" class="wp-image-761"/><figcaption>Chocolatey Help</figcaption></figure>



<p>To see if a package is available, use the <em>search</em> command::</p>



<pre class="wp-block-preformatted">search</pre>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/03/choco4.jpg" alt="Winrar package available" class="wp-image-762"/><figcaption>Winrar package available</figcaption></figure>



<p>To install it, just run this command:</p>



<pre class="wp-block-preformatted">choco install winrar</pre>



<p>Please note that you always have to confirm the installation.</p>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/03/choco5.jpg" alt="Installing Winrar with Chocolatey" class="wp-image-764"/><figcaption>Installing Winrar with Chocolatey</figcaption></figure>



<p>To uninstall the program just use the command:</p>



<pre class="wp-block-preformatted">uninstall</pre>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/03/choco6-1-1024x548.jpg" alt="Uninstall the app" class="wp-image-767"/><figcaption>Uninstall the app</figcaption></figure>



<h2>Other useful commands from Chocolatey.</h2>



<p>Once you have several programs installed using Chocolatey, it is possible to update them all using the update command:</p>



<pre class="wp-block-preformatted">choco update</pre>



<p>To install several programs at once, use the install command followed by the names of all the packages. Example:</p>



<pre class="wp-block-preformatted">choco Install firefox 7zip vlc skype </pre>



<p>In this example four popular apps will be installed. These are the Firefox browser, the 7zip file uncompressor, the VLC media player and the Skype video calling and messaging app. On the other hand, to install the Chocolatey graphic manager, run this command:</p>



<pre class="wp-block-preformatted"> choco install chocolateygui </pre>



<p>Besides, to see a list of all available packages, use this command:</p>



<pre class="wp-block-preformatted">choco list</pre>



<h2>Conclusion</h2>



<p>Ultimately, we&#8217;ve seen how to install apps on Windows 10 using the command line. Consequently, you have another interesting option to install programs quickly and safely. Likewise, you can see the programs available and their respective command from the <a rel="noreferrer noopener" aria-label="Chocolatey  (opens in a new tab)" href="https://chocolatey.org/packages" target="_blank">Chocolatey </a>website. All right, that&#8217;s it for now. Before saying goodbye I invite you to see our post about the next Windows 10 <a href="https://windowsmen.com/windows-10-update-kb4535996-is-not-available-to-everyone/" target="_blank" rel="noreferrer noopener" aria-label="update (opens in a new tab)">update</a>. See you soon!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-apps-in-windows-10-with-the-command-line/">How to install apps in Windows 10 with the command line</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-apps-in-windows-10-with-the-command-line/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to uninstall programs with CMD in Windows 10</title>
		<link>https://www.osradar.com/how-to-uninstall-programs-with-cmd-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-uninstall-programs-with-cmd-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Thu, 13 Feb 2020 23:44:07 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[cmd windows 10]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[uninstall programs]]></category>
		<category><![CDATA[uninstall programs cmd]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://windowsmen.com/?p=274</guid>

					<description><![CDATA[<p>Hi, how are you? Today will see how to uninstall programs with CMD in Windows 10. We often install a lot of applications on the system. In general, these are to improve productivity or simply for personal use. In addition, the catalog of possibilities is enormous since it can be installed from external sources. But [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-uninstall-programs-with-cmd-in-windows-10/">How to uninstall programs with CMD in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hi, how are you?  Today will see how to uninstall programs with <a rel="noreferrer noopener" aria-label="CMD (opens in a new tab)" href="https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands" target="_blank">CMD</a> in Windows 10.  We often install a lot of applications on the system. In general, these are to improve productivity or simply for personal use. In addition, the catalog of possibilities is enormous since it can be installed from external sources. But there is also the Microsoft store as an alternative. But not always what we have installed in what we need, and the PC ends up slowing down the computer. Therefore, the best option is to uninstall the app. </p>



<p>Most of the time, the programs include an uninstaller. Likewise, the most direct way to do it is through the Control Panel. However, some programs resist being uninstalled. Or, they leave residues of their code on the system. It is also possible that the Control Panel is damaged and cannot be accessed. In such cases, it is possible to use the Command Prompt alternative. </p>



<h2>Run a Command Prompt as an administrator</h2>



<p>First, it is imperative to open a CMD as an administrator. With this in mind, please press the Win+Q combination. Once inside the search bar, please type CMD and run the application as administrator.</p>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/02/cmd.jpg" alt="Runs a CMD as an administrator" class="wp-image-275"/><figcaption>Runs a CMD as an administrator</figcaption></figure>



<p>Once the console is launched, please run the <em>wmic </em>command</p>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/02/cmd2.jpg" alt="Run wmic command" class="wp-image-276"/><figcaption>Run wmic command</figcaption></figure>



<p><strong>Wmic</strong> (Windows Management Instrumentation Console) is a system console with which we can manage both local and remote equipment. In the same way, several support tasks can be done such as generating information, starting, stopping and pausing processes. Once we run wmic we will enter the following command to access details of the installed programs.</p>



<pre class="wp-block-preformatted"> product get name </pre>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/02/cmd3.jpg" alt="List of installed programs." class="wp-image-277"/><figcaption>List of installed programs.</figcaption></figure>



<p>Now, to uninstall any program, just run the following command:</p>



<pre class="wp-block-preformatted">product where name="app" call uninstall </pre>



<p>Please remember to replace the app value with the name of the application you wish to uninstall. For example:</p>



<pre class="wp-block-preformatted">product where name="HPPhotoGadget" call uninstall  </pre>



<p>The program installation path will be displayed immediately. In addition, a confirmation will be requested since this process is irreversible.</p>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/02/cmd4.jpg" alt="Starting the uninstallation process." class="wp-image-278"/><figcaption>Starting the uninstallation process.</figcaption></figure>



<p>If you press the letter N, we will continue in the Wmic console. But if you press the letter Y, the uninstallation process will be completed. </p>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/02/CMD5.jpg" alt="Successfully uninstalled program" class="wp-image-279"/><figcaption>Successfully uninstalled program</figcaption></figure>



<h2>Conclusion</h2>



<p>Ultimately we have seen how to uninstall Windows programs with the CMD. This is a good alternative to those programs that resist being uninstalled. Well, that&#8217;s all for now. Please visit our post about what&#8217;s new in the latest version of <a href="https://windowsmen.com/windows-10-19564-for-testers-includes-a-new-calendar-app/" target="_blank" rel="noreferrer noopener" aria-label="Windows  (opens in a new tab)">Windows </a>Insider. See you later!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-uninstall-programs-with-cmd-in-windows-10/">How to uninstall programs with CMD in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-uninstall-programs-with-cmd-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
