<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Windows_10_tweak_settings</id>
	<title>Windows 10 tweak settings - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Windows_10_tweak_settings"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Windows_10_tweak_settings&amp;action=history"/>
	<updated>2026-04-26T04:40:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Windows_10_tweak_settings&amp;diff=4172&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` function ShowFileExtensions()  {     # http://superuser.com/questions/666891/script-to-set-hide-file-extensions     Push-Location     Set-Location HKCU:\Software\Microsoft...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Windows_10_tweak_settings&amp;diff=4172&amp;oldid=prev"/>
		<updated>2023-05-05T17:45:32Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` function ShowFileExtensions()  {     # http://superuser.com/questions/666891/script-to-set-hide-file-extensions     Push-Location     Set-Location HKCU:\Software\Microsoft...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;```&lt;br /&gt;
function ShowFileExtensions() &lt;br /&gt;
{&lt;br /&gt;
    # http://superuser.com/questions/666891/script-to-set-hide-file-extensions&lt;br /&gt;
    Push-Location&lt;br /&gt;
    Set-Location HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced&lt;br /&gt;
    Set-ItemProperty . HideFileExt &amp;quot;0&amp;quot;&lt;br /&gt;
    Pop-Location&lt;br /&gt;
    Stop-Process -processName: Explorer -force # This will restart the Explorer service to make this work.&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
ShowFileExtensions&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function HideFileExtensions() &lt;br /&gt;
{&lt;br /&gt;
    # http://superuser.com/questions/666891/script-to-set-hide-file-extensions&lt;br /&gt;
    Push-Location&lt;br /&gt;
    Set-Location HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced&lt;br /&gt;
    Set-ItemProperty . HideFileExt &amp;quot;1&amp;quot;&lt;br /&gt;
    Pop-Location&lt;br /&gt;
    Stop-Process -processName: Explorer -force # This will restart the Explorer service to make this work.&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
HideFileExtensions&lt;br /&gt;
&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>