WindowsKit/Windows10Debloater/Individual Scripts/Set Explorers LaunchTo Comp...

9 lines
372 B
PowerShell
Raw Permalink Normal View History

2023-06-22 23:27:10 +02:00
# "This Computer"-Button starts the explorer on the following path:
# LaunchTo Value Description
# 1 Computer (Harddrives, Network, etc.)
# 2 Fast Access
# 3 Downloads (The Download-Folder)
Write-Host "Set Explorers Entry Point"
$LaunchTo = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
Set-ItemProperty $LaunchTo LaunchTo -Value 1