Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.7k stars 1.08k forks source link

Fix case. #167

Closed v-jacob closed 6 years ago

v-jacob commented 6 years ago

Change HKCU:\SOFTWARE to HKCU:\Software to satisfy my OCD and match actual registry key case. No functionality changes.

Disassembler0 commented 6 years ago

I like you. :) I wanted to eventually do the same myself.

Strangely enough, WinServer 2016 has HKCU:\SOFTWARE by default. But Win10 way is the preferred one. Thanks for the PR.