Restore the classic Windows desktop icons with one PowerShell command.
Klasik Windows masaüstü simgelerini tek PowerShell komutuyla geri getirin.
Türkçe · English · View script
Windows'un sistem simgelerini Ayarlar menülerinde dolaşmadan masaüstüne ekler.
| Simge | Windows karşılığı | |
|---|---|---|
| 🖥️ | Bilgisayar | This PC |
| 📁 | Kullanıcı Dosyaları | User's Files |
| 🌐 | Ağ | Network |
| ♻️ | Geri Dönüşüm Kutusu | Recycle Bin |
| ⚙️ | Denetim Masası | Control Panel |
PowerShell'i açın, aşağıdaki komutu yapıştırın ve Enter tuşuna basın:
irm https://bygog.github.io/Windows-Desktop-Icons-Installer/install.ps1 | iexTip
Yönetici olarak çalıştırmanız gerekmez. Değişiklik geçerli Windows kullanıcısına uygulanır.
Çalıştırmadan yalnızca betik içeriğini görüntülemek için:
irm https://bygog.github.io/Windows-Desktop-Icons-Installer/install.ps1Adds Windows system icons to your desktop without navigating through Settings menus.
| Icon | Registry name | |
|---|---|---|
| 🖥️ | This PC | Computer |
| 📁 | User's Files | User Files |
| 🌐 | Network | Network |
| ♻️ | Recycle Bin | Recycle Bin |
| ⚙️ | Control Panel | Control Panel |
Open PowerShell, paste the command below, and press Enter:
irm https://bygog.github.io/Windows-Desktop-Icons-Installer/install.ps1 | iexTip
Administrator privileges are not required. The change applies to the current Windows user.
Display the script without executing it:
irm https://bygog.github.io/Windows-Desktop-Icons-Installer/install.ps1The installer writes the five standard shell icon CLSIDs to both desktop icon visibility keys under the current user's registry:
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons
Each icon is set to visible (DWORD 0), then Windows Explorer is notified to refresh the desktop. The script does not install software, download executables, or modify system-wide (HKLM) settings.
Made for Windows · Powered by PowerShell