<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.luccapirovano.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=98.116.178.154</id>
	<title>Lucca&#039;s Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.luccapirovano.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=98.116.178.154"/>
	<link rel="alternate" type="text/html" href="https://wiki.luccapirovano.com/index.php/Special:Contributions/98.116.178.154"/>
	<updated>2026-09-25T05:39:29Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://wiki.luccapirovano.com/index.php?title=Remote_Desktop_Setup&amp;diff=63</id>
		<title>Remote Desktop Setup</title>
		<link rel="alternate" type="text/html" href="https://wiki.luccapirovano.com/index.php?title=Remote_Desktop_Setup&amp;diff=63"/>
		<updated>2024-03-27T14:05:35Z</updated>

		<summary type="html">&lt;p&gt;98.116.178.154: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the page that hosts the download links for the Microsoft Remote Desktop App commonly used for Azure Virtual Desktop.&lt;br /&gt;
&lt;br /&gt;
https://learn.microsoft.com/en-us/azure/virtual-desktop/users/connect-windows?pivots=remote-desktop-msi&lt;br /&gt;
&lt;br /&gt;
lmao, i&#039;ll do something about this later&lt;/div&gt;</summary>
		<author><name>98.116.178.154</name></author>
	</entry>
	<entry>
		<id>https://wiki.luccapirovano.com/index.php?title=Powershell&amp;diff=32</id>
		<title>Powershell</title>
		<link rel="alternate" type="text/html" href="https://wiki.luccapirovano.com/index.php?title=Powershell&amp;diff=32"/>
		<updated>2024-02-23T17:25:58Z</updated>

		<summary type="html">&lt;p&gt;98.116.178.154: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;POWERSHELL COMMON STUFF&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Check if the Password is Expired&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;Get-ADUser -identity INSERTclientUSERNAMEHERE -properties PasswordLastSet, PasswordExpired, PasswordNeverExpires | ft Name, PasswordLastSet, PasswordExpired, PasswordNeverExpires&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>98.116.178.154</name></author>
	</entry>
	<entry>
		<id>https://wiki.luccapirovano.com/index.php?title=Powershell&amp;diff=31</id>
		<title>Powershell</title>
		<link rel="alternate" type="text/html" href="https://wiki.luccapirovano.com/index.php?title=Powershell&amp;diff=31"/>
		<updated>2024-02-23T17:25:30Z</updated>

		<summary type="html">&lt;p&gt;98.116.178.154: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;POWERSHELL COMMON STUFF&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Check if the Password is Expired&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;Get-ADUser -identity INSERTUSERNAMEHERE -properties PasswordLastSet, PasswordExpired, PasswordNeverExpires | ft Name, PasswordLastSet, PasswordExpired, PasswordNeverExpires&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>98.116.178.154</name></author>
	</entry>
	<entry>
		<id>https://wiki.luccapirovano.com/index.php?title=Powershell&amp;diff=30</id>
		<title>Powershell</title>
		<link rel="alternate" type="text/html" href="https://wiki.luccapirovano.com/index.php?title=Powershell&amp;diff=30"/>
		<updated>2024-02-23T17:23:06Z</updated>

		<summary type="html">&lt;p&gt;98.116.178.154: Created page with &amp;quot;POWERSHELL    &amp;lt;hr&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;POWERSHELL&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;/div&gt;</summary>
		<author><name>98.116.178.154</name></author>
	</entry>
	<entry>
		<id>https://wiki.luccapirovano.com/index.php?title=CMD&amp;diff=29</id>
		<title>CMD</title>
		<link rel="alternate" type="text/html" href="https://wiki.luccapirovano.com/index.php?title=CMD&amp;diff=29"/>
		<updated>2024-02-23T17:20:04Z</updated>

		<summary type="html">&lt;p&gt;98.116.178.154: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;COMMON CMD USED&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ipconfig command is a command-line utility used to display and manage the IP address assigned to a machine. It provides information about the current TCP/IP network configuration, including the IP address, subnet mask, and default gateway for all adapters . In Windows, typing ipconfig without any parameters displays the computer&#039;s currently assigned IP, subnet mask, and default gateway addresses. Additional parameters can be used to perform various actions, such as releasing and renewing IP addresses, flushing the DNS cache, and displaying DNS information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the basic TCP/IP configuration for all adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /all&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the full TCP/IP configuration for all adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /release&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Releases the IP address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /renew&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Renews the IP address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /flushdns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Purges the DNS resolver cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /registerdns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Refreshes all DHCP leases and re-registers DNS names.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /displaydns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the contents of the DNS cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /showclassid&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /setclassid&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Sets the DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /allcompartments&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the full TCP/IP configuration for all adapters, including all compartments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /release6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Releases the IPv6 address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /renew6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Renews the IPv6 address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /showclassid6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the IPv6 DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /setclassid6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Sets the IPv6 DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /flushdns6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Purges the IPv6 DNS resolver cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USE THIS IS WINDOWS IF ACTING UP HELLA WEIRD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt; command is used to scan for corruption in the Windows image and repair any issues found. DISM stands for Deployment Image Servicing and Management, and it is a command-line tool used to service and prepare Windows images for deployment, recovery, and setup.&lt;br /&gt;
&lt;br /&gt;
When you run the &amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt; command, it performs the following tasks:&lt;br /&gt;
&lt;br /&gt;
Scans the Windows image for corruption and identifies any issues.&lt;br /&gt;
Verifies the integrity of the system file backups in the Component Store by comparing them against known good copies from the Windows Update servers.&lt;br /&gt;
Attempts to repair any corruption found in the Windows image by replacing the corrupted files with the known good copies.&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to note that running this command requires administrative privileges, and it may take some time to complete, depending on the system and the extent of the corruption.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-open cmd in admin&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-after running DISM, run this right after, if errors are found, it will fix it, reboot pc&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SFC /scannow&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-after reboot, run CMD as admin and run again&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SFC /scannow&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Use this when Outlook breaks or if MS apps aren&#039;t connecting to their servers properly.&lt;br /&gt;
&lt;br /&gt;
-Use in Run, resets internet settings.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;RunDll32.exe InetCpl.cpl,ResetIEtoDefaults&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(Note: NetExtender causes MS apps to break connection to MS servers)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Resync time in CMD admin when you are unable to change it from the settings&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;w32tm /resync&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;/div&gt;</summary>
		<author><name>98.116.178.154</name></author>
	</entry>
	<entry>
		<id>https://wiki.luccapirovano.com/index.php?title=CMD&amp;diff=28</id>
		<title>CMD</title>
		<link rel="alternate" type="text/html" href="https://wiki.luccapirovano.com/index.php?title=CMD&amp;diff=28"/>
		<updated>2024-02-23T17:14:18Z</updated>

		<summary type="html">&lt;p&gt;98.116.178.154: fixed format for internet explorer command&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;COMMON CMD USED&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ipconfig command is a command-line utility used to display and manage the IP address assigned to a machine. It provides information about the current TCP/IP network configuration, including the IP address, subnet mask, and default gateway for all adapters . In Windows, typing ipconfig without any parameters displays the computer&#039;s currently assigned IP, subnet mask, and default gateway addresses. Additional parameters can be used to perform various actions, such as releasing and renewing IP addresses, flushing the DNS cache, and displaying DNS information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the basic TCP/IP configuration for all adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /all&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the full TCP/IP configuration for all adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /release&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Releases the IP address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /renew&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Renews the IP address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /flushdns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Purges the DNS resolver cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /registerdns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Refreshes all DHCP leases and re-registers DNS names.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /displaydns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the contents of the DNS cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /showclassid&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /setclassid&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Sets the DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /allcompartments&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the full TCP/IP configuration for all adapters, including all compartments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /release6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Releases the IPv6 address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /renew6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Renews the IPv6 address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /showclassid6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the IPv6 DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /setclassid6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Sets the IPv6 DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /flushdns6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Purges the IPv6 DNS resolver cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USE THIS IS WINDOWS IF ACTING UP HELLA WEIRD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt; command is used to scan for corruption in the Windows image and repair any issues found. DISM stands for Deployment Image Servicing and Management, and it is a command-line tool used to service and prepare Windows images for deployment, recovery, and setup.&lt;br /&gt;
&lt;br /&gt;
When you run the &amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt; command, it performs the following tasks:&lt;br /&gt;
&lt;br /&gt;
Scans the Windows image for corruption and identifies any issues.&lt;br /&gt;
Verifies the integrity of the system file backups in the Component Store by comparing them against known good copies from the Windows Update servers.&lt;br /&gt;
Attempts to repair any corruption found in the Windows image by replacing the corrupted files with the known good copies.&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to note that running this command requires administrative privileges, and it may take some time to complete, depending on the system and the extent of the corruption.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-open cmd in admin&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-after running DISM, run this right after, if errors are found, it will fix it, reboot pc&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SFC /scannow&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-after reboot, run CMD as admin and run again&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SFC /scannow&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use this when Outlook breaks or if MS apps aren&#039;t connecting to their servers properly.&lt;br /&gt;
&lt;br /&gt;
-Use in Run, resets internet settings.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;RunDll32.exe InetCpl.cpl,ResetIEtoDefaults&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(Note: NetExtender causes MS apps to break connection to MS servers)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;/div&gt;</summary>
		<author><name>98.116.178.154</name></author>
	</entry>
	<entry>
		<id>https://wiki.luccapirovano.com/index.php?title=CMD&amp;diff=27</id>
		<title>CMD</title>
		<link rel="alternate" type="text/html" href="https://wiki.luccapirovano.com/index.php?title=CMD&amp;diff=27"/>
		<updated>2024-02-23T17:10:10Z</updated>

		<summary type="html">&lt;p&gt;98.116.178.154: Grammar for Internet Settings reset command&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;COMMON CMD USED&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ipconfig command is a command-line utility used to display and manage the IP address assigned to a machine. It provides information about the current TCP/IP network configuration, including the IP address, subnet mask, and default gateway for all adapters . In Windows, typing ipconfig without any parameters displays the computer&#039;s currently assigned IP, subnet mask, and default gateway addresses. Additional parameters can be used to perform various actions, such as releasing and renewing IP addresses, flushing the DNS cache, and displaying DNS information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the basic TCP/IP configuration for all adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /all&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the full TCP/IP configuration for all adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /release&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Releases the IP address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /renew&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Renews the IP address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /flushdns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Purges the DNS resolver cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /registerdns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Refreshes all DHCP leases and re-registers DNS names.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /displaydns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the contents of the DNS cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /showclassid&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /setclassid&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Sets the DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /allcompartments&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the full TCP/IP configuration for all adapters, including all compartments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /release6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Releases the IPv6 address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /renew6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Renews the IPv6 address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /showclassid6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the IPv6 DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /setclassid6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Sets the IPv6 DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /flushdns6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Purges the IPv6 DNS resolver cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USE THIS IS WINDOWS IF ACTING UP HELLA WEIRD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt; command is used to scan for corruption in the Windows image and repair any issues found. DISM stands for Deployment Image Servicing and Management, and it is a command-line tool used to service and prepare Windows images for deployment, recovery, and setup.&lt;br /&gt;
&lt;br /&gt;
When you run the &amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt; command, it performs the following tasks:&lt;br /&gt;
&lt;br /&gt;
Scans the Windows image for corruption and identifies any issues.&lt;br /&gt;
Verifies the integrity of the system file backups in the Component Store by comparing them against known good copies from the Windows Update servers.&lt;br /&gt;
Attempts to repair any corruption found in the Windows image by replacing the corrupted files with the known good copies.&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to note that running this command requires administrative privileges, and it may take some time to complete, depending on the system and the extent of the corruption.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-open cmd in admin&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-after running DISM, run this right after, if errors are found, it will fix it, reboot pc&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SFC /scannow&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-after reboot, run CMD as admin and run again&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SFC /scannow&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-Use in Run to reset internet settings. Use this when Outlook breaks or if MS apps aren&#039;t connecting to their servers properly. (NetExtender causes MS apps to break connection to MS servers)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;RunDll32.exe InetCpl.cpl,ResetIEtoDefaults&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;/div&gt;</summary>
		<author><name>98.116.178.154</name></author>
	</entry>
	<entry>
		<id>https://wiki.luccapirovano.com/index.php?title=CMD&amp;diff=26</id>
		<title>CMD</title>
		<link rel="alternate" type="text/html" href="https://wiki.luccapirovano.com/index.php?title=CMD&amp;diff=26"/>
		<updated>2024-02-23T17:09:37Z</updated>

		<summary type="html">&lt;p&gt;98.116.178.154: updated the run command to show what instances it would need to be used&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;COMMON CMD USED&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ipconfig command is a command-line utility used to display and manage the IP address assigned to a machine. It provides information about the current TCP/IP network configuration, including the IP address, subnet mask, and default gateway for all adapters . In Windows, typing ipconfig without any parameters displays the computer&#039;s currently assigned IP, subnet mask, and default gateway addresses. Additional parameters can be used to perform various actions, such as releasing and renewing IP addresses, flushing the DNS cache, and displaying DNS information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the basic TCP/IP configuration for all adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /all&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the full TCP/IP configuration for all adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /release&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Releases the IP address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /renew&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Renews the IP address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /flushdns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Purges the DNS resolver cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /registerdns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Refreshes all DHCP leases and re-registers DNS names.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /displaydns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the contents of the DNS cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /showclassid&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /setclassid&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Sets the DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /allcompartments&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the full TCP/IP configuration for all adapters, including all compartments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /release6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Releases the IPv6 address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /renew6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Renews the IPv6 address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /showclassid6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the IPv6 DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /setclassid6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Sets the IPv6 DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /flushdns6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Purges the IPv6 DNS resolver cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USE THIS IS WINDOWS IF ACTING UP HELLA WEIRD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt; command is used to scan for corruption in the Windows image and repair any issues found. DISM stands for Deployment Image Servicing and Management, and it is a command-line tool used to service and prepare Windows images for deployment, recovery, and setup.&lt;br /&gt;
&lt;br /&gt;
When you run the &amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt; command, it performs the following tasks:&lt;br /&gt;
&lt;br /&gt;
Scans the Windows image for corruption and identifies any issues.&lt;br /&gt;
Verifies the integrity of the system file backups in the Component Store by comparing them against known good copies from the Windows Update servers.&lt;br /&gt;
Attempts to repair any corruption found in the Windows image by replacing the corrupted files with the known good copies.&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to note that running this command requires administrative privileges, and it may take some time to complete, depending on the system and the extent of the corruption.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-open cmd in admin&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-after running DISM, run this right after, if errors are found, it will fix it, reboot pc&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SFC /scannow&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-after reboot, run CMD as admin and run again&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SFC /scannow&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-Use in Run to reset internet settings. Use this when Outlook breaks or is MS apps aren&#039;t connecting to their servers properly. (NetExtender causes MS apps to break connection to MS servers)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;RunDll32.exe InetCpl.cpl,ResetIEtoDefaults&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;/div&gt;</summary>
		<author><name>98.116.178.154</name></author>
	</entry>
	<entry>
		<id>https://wiki.luccapirovano.com/index.php?title=CMD&amp;diff=25</id>
		<title>CMD</title>
		<link rel="alternate" type="text/html" href="https://wiki.luccapirovano.com/index.php?title=CMD&amp;diff=25"/>
		<updated>2024-02-23T17:04:17Z</updated>

		<summary type="html">&lt;p&gt;98.116.178.154: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;COMMON CMD USED&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ipconfig command is a command-line utility used to display and manage the IP address assigned to a machine. It provides information about the current TCP/IP network configuration, including the IP address, subnet mask, and default gateway for all adapters . In Windows, typing ipconfig without any parameters displays the computer&#039;s currently assigned IP, subnet mask, and default gateway addresses. Additional parameters can be used to perform various actions, such as releasing and renewing IP addresses, flushing the DNS cache, and displaying DNS information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the basic TCP/IP configuration for all adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /all&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the full TCP/IP configuration for all adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /release&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Releases the IP address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /renew&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Renews the IP address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /flushdns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Purges the DNS resolver cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /registerdns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Refreshes all DHCP leases and re-registers DNS names.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /displaydns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the contents of the DNS cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /showclassid&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /setclassid&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Sets the DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /allcompartments&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the full TCP/IP configuration for all adapters, including all compartments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /release6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Releases the IPv6 address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /renew6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Renews the IPv6 address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /showclassid6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the IPv6 DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /setclassid6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Sets the IPv6 DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /flushdns6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Purges the IPv6 DNS resolver cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USE THIS IS WINDOWS IF ACTING UP HELLA WEIRD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt; command is used to scan for corruption in the Windows image and repair any issues found. DISM stands for Deployment Image Servicing and Management, and it is a command-line tool used to service and prepare Windows images for deployment, recovery, and setup.&lt;br /&gt;
&lt;br /&gt;
When you run the &amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt; command, it performs the following tasks:&lt;br /&gt;
&lt;br /&gt;
Scans the Windows image for corruption and identifies any issues.&lt;br /&gt;
Verifies the integrity of the system file backups in the Component Store by comparing them against known good copies from the Windows Update servers.&lt;br /&gt;
Attempts to repair any corruption found in the Windows image by replacing the corrupted files with the known good copies.&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to note that running this command requires administrative privileges, and it may take some time to complete, depending on the system and the extent of the corruption.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-open cmd in admin&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-after running DISM, run this right after, if errors are found, it will fix it, reboot pc&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SFC /scannow&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-after reboot, run CMD as admin and run again&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SFC /scannow&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-Let&#039;s not forget the G.O.A.T., Use in Run to reset internet settings&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;RunDll32.exe InetCpl.cpl,ResetIEtoDefaults&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;/div&gt;</summary>
		<author><name>98.116.178.154</name></author>
	</entry>
	<entry>
		<id>https://wiki.luccapirovano.com/index.php?title=CMD&amp;diff=24</id>
		<title>CMD</title>
		<link rel="alternate" type="text/html" href="https://wiki.luccapirovano.com/index.php?title=CMD&amp;diff=24"/>
		<updated>2024-02-23T17:03:15Z</updated>

		<summary type="html">&lt;p&gt;98.116.178.154: added internet explorer reset command&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;COMMON CMD USED&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ipconfig command is a command-line utility used to display and manage the IP address assigned to a machine. It provides information about the current TCP/IP network configuration, including the IP address, subnet mask, and default gateway for all adapters . In Windows, typing ipconfig without any parameters displays the computer&#039;s currently assigned IP, subnet mask, and default gateway addresses. Additional parameters can be used to perform various actions, such as releasing and renewing IP addresses, flushing the DNS cache, and displaying DNS information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the basic TCP/IP configuration for all adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /all&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the full TCP/IP configuration for all adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /release&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Releases the IP address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /renew&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Renews the IP address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /flushdns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Purges the DNS resolver cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /registerdns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Refreshes all DHCP leases and re-registers DNS names.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /displaydns&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the contents of the DNS cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /showclassid&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /setclassid&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Sets the DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /allcompartments&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the full TCP/IP configuration for all adapters, including all compartments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /release6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Releases the IPv6 address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /renew6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Renews the IPv6 address assigned to the computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /showclassid6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Displays the IPv6 DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /setclassid6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Sets the IPv6 DHCP class ID for network adapters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ipconfig /flushdns6&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Purges the IPv6 DNS resolver cache.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USE THIS IS WINDOWS IF ACTING UP HELLA WEIRD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt; command is used to scan for corruption in the Windows image and repair any issues found. DISM stands for Deployment Image Servicing and Management, and it is a command-line tool used to service and prepare Windows images for deployment, recovery, and setup.&lt;br /&gt;
&lt;br /&gt;
When you run the &amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt; command, it performs the following tasks:&lt;br /&gt;
&lt;br /&gt;
Scans the Windows image for corruption and identifies any issues.&lt;br /&gt;
Verifies the integrity of the system file backups in the Component Store by comparing them against known good copies from the Windows Update servers.&lt;br /&gt;
Attempts to repair any corruption found in the Windows image by replacing the corrupted files with the known good copies.&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to note that running this command requires administrative privileges, and it may take some time to complete, depending on the system and the extent of the corruption.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-open cmd in admin&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DISM /Online /Cleanup-Image /RestoreHealth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-after running DISM, run this right after, if errors are found, it will fix it, reboot pc&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SFC /scannow&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-after reboot, run CMD as admin and run again&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SFC /scannow&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-Let&#039;s not forget the G.O.A.T., Use in Run to reset internet settings&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;RunDll32.exe InetCpl.cpl,ResetIEtoDefaults&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;/div&gt;</summary>
		<author><name>98.116.178.154</name></author>
	</entry>
</feed>