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

<channel>
	<title>Windows OS &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-categories/windows-os/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Mon, 21 Feb 2022 09:53:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.12</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>Windows OS &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Boot Windows Server 2012 in Safe Mode</title>
		<link>https://help.hostry.com/knowledge-base/how-to-boot-windows-server-2012-in-safe-mode/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-boot-windows-server-2012-in-safe-mode/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 17 Feb 2020 10:46:54 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=1434</guid>

					<description><![CDATA[Safe Mode on Windows provides access to special features that can be used to fix various kinds of problems. To boot in safe mode, you will need to have regular access to your Windows server. There will be two ways to configure this, use any of them to boot the [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Safe Mode on Windows provides access to special features that can be used to fix various kinds of problems. To boot in safe mode, you will need to have regular access to your Windows server. There will be two ways to configure this, use any of them to boot the server in safe mode.</p>



<h2 id="method-1-using-launch-options" >Method # 1. Using launch options</h2>



<p>To enable safe mode using the graphical interface, you must press the key combination from: <strong>Windows + C</strong> to open &#8220;Settings&#8221;, then click on &#8220;Power&#8221;. After that, click on <strong>Shift</strong> and then &#8220;Restart&#8221;. Click Troubleshoot, then Launch Options. Click &#8220;Restart&#8221; after &#8220;Enable safe mode&#8221; is displayed in the displayed list.</p>



<p>Use the arrow keys to enter safe mode. After you press <strong>Enter</strong>, in safe mode, your Windows Server will boot into unopened mode. </p>



<p>After successful inclusion of safe mode, your background should be black, and in the upper right corner on your desktop will appear the inscription &#8220;<strong><em>Safe mode</em></strong>&#8220;</p>



<h2 id="method-2-using-msconfig" >Method # 2. Using msconfig</h2>



<p>In order to boot into safe mode using the system (msconfig), you must go to Run and run <strong><em>msconfig</em></strong></p>



<p>On the Download tab, which is located in the Download Options, select Secure Download. Then click “<strong>OK</strong>”, and the server will automatically restart in safe mode. If you are prompted to &#8220;<strong>Restart</strong>,&#8221; click OK. </p>



<p>When loading in safe mode, the background of the desktop will be black, and in the upper right corner of the desktop will appear the inscription &#8220;<strong>Safe Mode</strong>&#8220;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-boot-windows-server-2012-in-safe-mode/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>How To Configure Apache on Windows Server</title>
		<link>https://help.hostry.com/knowledge-base/how-to-configure-apache-on-windows-server/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-configure-apache-on-windows-server/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 30 Aug 2019 13:25:26 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=620</guid>

					<description><![CDATA[When you start the HTTP server, this will give you the opportunity to host a website and upload files for downloadIf you want this web server to work well, you can install the ready-made XAMPP package. It includes Apache, PHP, MySQL. Apache installation You need to download the MSI installer [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>When you start the HTTP server, this will give you the opportunity to host a website and upload files for downloadIf you want this web server to work well, you can install the ready-made XAMPP package. It includes Apache, PHP, MySQL.</p>



<p></p>



<h2 id="apache-installation" >Apache installation</h2>



<p>You need to download the MSI installer for your Windows, it can be found on the Apache download page(<a href="http://httpd.apache.org/download.cgi"><strong>http://httpd.apache.org/download.cgi</strong></a>), <br>filling in all the necessary data. After starting this installer, Apache Monitor will be installed. You cannot monitor the status of all Apache services. This can be done from your Windows » <strong>services.msc</strong><br>Now you can connect to your server <strong>http://127.0.0.1 </strong>and see the default Apache page.</p>



<p>Also, it is possible to edit, delete and add web files from your web server. To do this, make changes to the <strong>htdocs</strong> folder in the<strong> Apache</strong> folder. This location is the default for web files. Alternatively, you can use virtual hosts to use other directories or configure subdomains.</p>



<p>By the way, Apache has two  configuration files: </p>



<ul><li><strong>.htaccess</strong> It is applicable based on all directories in web files </li><li><strong>httpd.conf</strong> inside Apache&#8217;s <strong>conf</strong> folder, he makes a request to the main configuration</li></ul>



<h2 id="php-installation" >PHP Installation</h2>



<p></p>



<p>PHP has the function of using PHP scripts on your web server and display the results for all  users</p>



<p>First of all, download the PHP version for Windows from the PHP download for Windows here: (<a href="https://windows.php.net/download"><strong>https://windows.php.net/download</strong></a>). <br>Then you need to download this version and unzip the zip file to <strong>c: \ php.</strong></p>



<p>After successful unpacking zip file need edit apache <strong>httpd.conf </strong>to enable</p>



<pre class="wp-block-code"><code>LoadModule php5_module "c:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/php"</code></pre>



<p>After that, you will need to restart the Apache web server; for testing PHP it is recommended to create <strong>test.php</strong>, in its <strong>htdocs</strong> folder, the contents are indicated below:</p>



<pre class="wp-block-code"><code>&lt;?php phpinfo() ?></code></pre>



<p>Then check the output on</p>



<p><strong><em>https: //127.0.0.1/test.php</em></strong></p>



<p>This completes the configuring</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-configure-apache-on-windows-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install and Configure Ansible on CentOS 8 for Use With Windows Server</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-and-configure-ansible-on-centos-8-for-use-with-windows-server/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-and-configure-ansible-on-centos-8-for-use-with-windows-server/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 04 Jun 2021 11:32:37 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=3845</guid>

					<description><![CDATA[Ansible is a unique open source tool for automating tasks. Ansible is a universal language that reveals the mystery of how work is done. Turn complex tasks into repeatable instructions. Deploy enterprise-wide protocols with the click of a button. Now you can scale automation, manage complex deployments, and increase productivity [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong><a href="https://www.ansible.com/">Ansible</a></strong> is a unique open source tool for automating tasks. Ansible is a universal language that reveals the mystery of how work is done. Turn complex tasks into repeatable instructions. Deploy enterprise-wide protocols with the click of a button. Now you can scale automation, manage complex deployments, and increase productivity with an enterprise automation platform that can be used by all IT teams.</p>



<h2 id="installation" >Installation</h2>



<p>In order to install <strong>Ansible</strong>, you first need to install the<strong> EPEL</strong> repository. This can be done using a special command:</p>



<pre class="wp-block-code"><code>yum install epel-release</code></pre>



<p>Then we advise you to update the packages on your <strong><em>CentOS </em>distribution</strong></p>



<pre class="wp-block-code"><code>yum -y update</code></pre>



<p>After updating the packages, install <strong>Ansible</strong> with the yum extension using a special command:</p>



<pre class="wp-block-code"><code>yum -y install ansible</code></pre>



<blockquote class="wp-block-quote"><p><strong>For correct and competent administration of severs on Windows, you need to install the following packages: python-pip, pywinrm and also pip itself.</strong></p></blockquote>



<p>The next step is to install the <strong>Python</strong> packages. This can be done using a special command:</p>



<pre class="wp-block-code"><code>yum -y install python-pip pip</code></pre>



<p>In order to work with <strong>Ansible</strong> in the future, you need to check the installation. By entering the command:</p>



<pre class="wp-block-code"><code>ansible --version</code></pre>



<h2 id="setup-ansible" >Setup Ansible</h2>



<p>First of all, it is recommended to update the packages on your <strong>CentOS</strong>:</p>



<pre class="wp-block-code"><code>yum -y update</code></pre>



<p>Then go to the <strong>Ansible</strong> directory</p>



<pre class="wp-block-code"><code>cd /etc/ansible</code></pre>



<p><strong>Edit</strong> the hosts file in your favorite text editor</p>



<pre class="wp-block-code"><code>nano hosts</code></pre>



<p>To configure <strong>Windows</strong> and its further use, it is necessary to do the following:</p>



<pre class="wp-block-code"><code>&#91;windows]
server1.domain.local
server1.domain.local</code></pre>



<p>Next, you need to create an encrypted vault that will contain access identifiers for the <strong>Windows</strong> server. To accomplish this, it is recommended that you create a new encrypted <strong>yml</strong> file. The file name must match the host group to which it will apply. In our case, the created windows group is called, which means that there will be a <strong>windows.yml</strong> file</p>



<pre class="wp-block-code"><code>mkdir group_vars
cd group_vars
ansible-vault create windows.yml</code></pre>



<p>In the finish, you need to add the following parameters to your <strong>yml</strong> file</p>



<pre class="wp-block-code"><code>ansible_ssh_user: _your_ssh_user_
ansible_ssh_pass: _your_ssh_pass_
ansible_ssh_port: 5986
ansible_connection: winrm
ansible_winrm_server_cert_validation: ignore</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-and-configure-ansible-on-centos-8-for-use-with-windows-server/feed/</wfw:commentRss>
			<slash:comments>457</slash:comments>
		
		
			</item>
		<item>
		<title>How To Use Hosts File to Test Websites on Windows</title>
		<link>https://help.hostry.com/knowledge-base/how-to-use-hosts-file-to-test-websites/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-use-hosts-file-to-test-websites/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 11 Jul 2019 11:03:01 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=189</guid>

					<description><![CDATA[Host files are called special files on a workstation computer. This file stores and contains absolutely all information about the IP address and domain name. This file is checked before DNS. and if you put an entry in this file, it will replace everything that is set in DNS. This [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>Host files</strong> are called special files on a workstation computer. This file stores and contains absolutely all information about the IP address and domain name. This file is checked before DNS. and if you put an entry in this file, it will replace everything that is set in DNS. This function is very useful when testing the site, because it allows you to monitor and verify which IP address your local computer visited.</p>



<p></p>



<h2 id="host-file-format" >Host file format</h2>



<p>This file is very simple; each of its stock contains the host name and IP address, usually separated by one or more spaces. They have entries for LOCALHOST as well as some comments that give a description of the file and how to use it.</p>



<p>Below is an example;</p>



<pre class="wp-block-code"><code>1.2.3.4 example.com
1.2.3.4 www.example.com</code></pre>



<ol><li>Next you need to find &#8220;<strong>Notepad</strong>&#8221; If you use widows with version <strong>8 or 10, </strong>then it is located in the Start menu If you are using <strong>Win XP or Vista 7</strong>, then find it in: <strong>“All Programs -&gt; Accessories -&gt; Notepad”</strong>;</li><li>Right-click on the notepad tool and select <strong>&#8220;Run as administrator&#8221;</strong>;</li><li>In Notepad, you need to click <strong>&#8220;Open&#8221; </strong>and select the file <strong>C:\Windows\System32\Drivers\etc\hosts;</strong></li><li>You need to edit the file, then save it.</li></ol>



<p></p>



<h2 id="check-settings" >Check settings</h2>



<p></p>



<ol><li>Open a <strong>cmd</strong>;</li><li>Use the command   <code>ping -c2 example.com</code></li><li>Ping results will show IP adres. This means that he answers.</li></ol>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-use-hosts-file-to-test-websites/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Providing Windows OS on Hostry VPS</title>
		<link>https://help.hostry.com/knowledge-base/providing-windows-os-on-hostry-vps/</link>
					<comments>https://help.hostry.com/knowledge-base/providing-windows-os-on-hostry-vps/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 21 Feb 2022 09:53:14 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=4723</guid>

					<description><![CDATA[At the moment, the Hostry team is working on the implementation of servers based on the Windows Operating System. When using servers, you will be able to get some very useful features, namely: RDP surfingVPNproxy To maintain anonymity while working on the Internet, it is advisable to access the Internet [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>At the moment, the Hostry team is working on the implementation of servers based on the Windows Operating System. When using servers, you will be able to get some very useful features, namely:</p>



<blockquote class="wp-block-quote"><p><strong><br>RDP surfing<br>VPN<br>proxy</strong></p></blockquote>



<p>To maintain anonymity while working on the Internet, it is advisable to access the Internet through your own server. In this way, the client masks its real IP address and protects the security of the home system. Several options for using the server for anonymization:</p>



<p>On your personal <strong>Windows-based</strong> server, you will receive administrator rights and will be able to freely and easily configure the system according to your needs and requirements, as well as edit firewall rules. Often servers are used for trading platforms such as <strong><a href="https://en.wikipedia.org/wiki/MetaTrader_4">MT4</a></strong>. With the help of Windows servers, you will be able to set up an electronic trading platform while working with online traders.</p>



<p>As for the important component of updates. In this process, this OS does not require special technical skills, and the average user does not encounter difficulties, as well as installing the main programs. A fairly small number of programs work only under Linux. As for Windows, this operating system is more acceptable and feature-rich.</p>



<p>It also recommended to view the <strong><a href="https://hostry.kampsite.co/suggestions/d3c74ade-fa4d-4518-ab37-757341c7a5a7">Feature Page</a></strong> to check the future updates. Here is described that the server with Windows OS will be ready to use to host trading bots.</p>



<p>You can order the Windows VPS <strong><a href="https://hostry.com/services/vps/?f=windows">here</a></strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/providing-windows-os-on-hostry-vps/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Recover Windows VPS after successful driver updates</title>
		<link>https://help.hostry.com/knowledge-base/recover-windows-vps-after-successful-driver-updates/</link>
					<comments>https://help.hostry.com/knowledge-base/recover-windows-vps-after-successful-driver-updates/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 30 Sep 2019 06:07:36 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=703</guid>

					<description><![CDATA[Microsoft, through its own update center, has released drivers. They, in turn, can interfere with the correct loading of instances if your VPS is on a Windows platform. SUSE is the network driver for Windows, and SUSE &#8211; Block Driver for this OS is already installed, and the server will [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Microsoft, through its own update center, has released drivers. They, in turn, can interfere with the correct loading of instances if your VPS is on a Windows platform. </p>



<p><strong>SUSE</strong> is the network driver for Windows, and <strong>SUSE</strong> &#8211; Block Driver for this OS is already installed, and the server will not load normally and you will have a Windows recovery environment. The first thing to do is to open access to the server disk from the restore request</p>



<p>Here you need to check if di <strong>C :\ </strong>your server disk was detected. If your drive was not detected, you need to download VirtlO drivers from ISO. You can check disk detection as follows:</p>



<p>Go to the Windows <strong><em>command line;</em></strong></p>



<p>Then run the <strong><em>diskpart</em></strong> command</p>



<p>In DIckPart, you must run<strong><em> list volum</em></strong> and then <strong><em>exit</em></strong></p>



<p><strong><em>list volume</em></strong>: this output will show detected volumes. Your <strong>C :\ </strong>servers are usually located<strong> E :\</strong> in the Windows recovery environment. You are looking for a volume, commonly called “OS,” whose size matches the size of the VPS instance. If your drive has been detected, go to the &#8220;Uninstall SUSE Driver Violators&#8221; section, otherwise continue reading.</p>



<h2 id="downloading-virtio-drivers" >Downloading <strong>VirtIO</strong> drivers</h2>



<p>You need to download and mount the <strong>VirtIO ISO</strong> driver on the virtual machine. You can download drivers to your Vultr account using the following URL. After this, the virtual machine reboots. If successful, you will see a screen asking you to select a keyboard layout. Select &#8220;USA&#8221;, then click &#8220;Troubleshooting&#8221; -&gt; &#8220;Advanced Options&#8221; -&gt; &#8220;Command Prompt.&#8221;</p>



<pre class="wp-block-code"><code>https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso</code></pre>



<p>Next, open the command line and go to VirtIO ISO (which is most likely D: \). Download the VirtIO storage drivers into the recovery environment with the following commands:</p>



<p><code>drvload D:\vioscsik12R2\amd64\vioscsi.inf </code></p>



<p><code>drvload D:\viostork12R2\amd64\viostor.inf</code></p>



<p>You must run the <strong><em>diskpart</em></strong> command, then enter <strong><em>list volume</em></strong>, then <strong><em>exit</em></strong>.</p>



<h2 id="removing-abusive-suse-drivers" >Removing abusive SUSE drivers</h2>



<p>First, run this command</p>



<p><code>dism /get-drivers /image:e:\</code></p>



<p>If the system volume of your VPS instance has a letter other than this E: \, use it instead. You are looking for any drivers where the provider name is &#8220;SUSE&#8221;. They will have names that match the oemX.inf template. Use this command to remove two problematic drivers:</p>



<p><code>dism /image:e:\ /remove-driver /driver:oem9.inf /driver:oem10.inf</code></p>



<p>This step helps to enter from the command line. You must click on &#8220;continue&#8221; to restart the VPS instance</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/recover-windows-vps-after-successful-driver-updates/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Top 4 PowerShell commands</title>
		<link>https://help.hostry.com/knowledge-base/top-4-powershell-commands/</link>
					<comments>https://help.hostry.com/knowledge-base/top-4-powershell-commands/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 12 Jul 2019 09:49:53 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=250</guid>

					<description><![CDATA[PowerShell is Microsoft’s expandable open source automation tool. Initially, PowerShell was used as a Windows component called Windows PowerShell on August 2016. Later it became an integral component of the system. All administrative tasks are usually performed using cmdlets [⇨], which are specialized .NET classes. This device combines the speed [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image"><img width="1024" height="357" src="https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-1024x357.png" alt="" class="wp-image-241" srcset="https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-1024x357.png 1024w, https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-300x105.png 300w, https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-768x268.png 768w, https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-50x17.png 50w, https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-920x320.png 920w, https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-600x209.png 600w, https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-320x111.png 320w, https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG.png 1088w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p><strong>PowerShell</strong> is Microsoft’s expandable open source automation tool. Initially, PowerShell was used as a Windows component called Windows PowerShell on August 2016. Later it became an integral component of the system. All administrative tasks are usually performed using cmdlets [⇨], which are specialized .NET classes. This device combines the speed of a command line with the flexibility of a scripting language, making it a valuable Windows administration tool.<br></p>



<p>Today, almost all new server products require PowerShell. Therefore, we have prepared for you the 7 most common command lines, which are also among the most important in the work of PowerShell.</p>



<p></p>



<ul><li><strong><em>Get-Help </em></strong></li></ul>



<p>This program line allows you to get help or any information on any other command. She is at the core of PowerShell administration. For example, if you need to find out how any command works (take Get-Process as an example), you should enter:</p>



<pre class="wp-block-preformatted">Get-Help -Name Get-Process
</pre>



<ul><li><strong><em>Get-Service</em></strong></li></ul>



<p>This command will provide a complete list of all services that were previously installed on the system. In this case, when you are interested in any service or process, you can add the -Name parameter and then the name of the service itself </p>



<p><code>Get-Service -Name</code></p>



<ul><li><strong><em>Get-EventLog </em></strong></li></ul>



<p>With this command, you can analyze the event log of your computer. You can try this command, specify the -Log key, followed by the name of the log file. So, to see the log of visits, enter:</p>



<pre class="wp-block-preformatted">Get-EventLog -Log "Application"</pre>



<ul><li><strong><em>Set-Variable</em></strong></li></ul>



<p></p>



<p></p>



<p>A command that sets and sets the values ​​of a variable or the creation of a variable. The value of a variable is always changed during the execution of the script and, therefore, the name &#8220;variable&#8221;. Variables can be set to a value, and values ​​set once can be changed any number of times. Use this command: </p>



<pre class="wp-block-preformatted">Set-Variable</pre>



<p>Detailed <a href="https://ss64.com/ps/set-variable.html">information</a> will tell you how to manage this program!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/top-4-powershell-commands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
