Skip to content

Commit

Permalink
Add HideFileExt:0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Sep 13, 2024
1 parent a6007da commit 58aa703
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configs/Machine.Client.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"Remove": [
{
"path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\WindowsUpdate\\Orchestrator\\UScheduler_Oobe\\DevHomeUpdate",
"note": "Removes the Dev Home from the Windows Update Orchestrator"
"note": "Removes the Dev Home app from the Windows Update Orchestrator to prevent automatic install"
},
{
"path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\WindowsUpdate\\Orchestrator\\UScheduler_Oobe\\OutlookUpdate",
"note": "Removes the Outlook (new) from the Windows Update Orchestrator"
"note": "Removes the Outlook (new) app from the Windows Update Orchestrator to prevent automatic install"
}
]
},
Expand Down
7 changes: 7 additions & 0 deletions src/configs/User.All.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@
"type": "DWord",
"note": "Configures File Explorer to start on This PC"
},
{
"path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
"name": "HideFileExt",
"value": 0,
"type": "DWord",
"note": "Enables the display of file extensions in File Explorer"
},
{
"path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
"name": "SeparateProcess",
Expand Down

0 comments on commit 58aa703

Please sign in to comment.