Как да изтрием Windows Desktop Icons (Config)

###Don't you hate logging into a new computer to find all the normal Windows desktop icons missing? It drives me nuts!

###WHAT'S THIS ALL ABOUT?

This is all about quick and easy scripted new computer configurations. I want ALL standard Windows Desktop icons available! The icons are so useful for power users. So I made this Windows configuration package to simplify enabling the icons. Sure, there are other methods of doing this. I can go to settings and enable them, it doesn't take that long. I can use GPO, but not all my friends/family/customers are using domain joined computers. I used to import a .reg file. Since I do put Chocolatey on just about every box I touch... I decided it was time to move this functionality into a Chocolatey package for (almost) super simple configuration, well, really so I can add it to my setup scripts. Installing this package is probably too complex for the average person, but it should be of good use to those who script or automate a lot of installs using Chocolatey. This goes along with the mentality of my Choco Package List Backup to Local and Cloud and InstChoco packages. Check them out if you haven't already.

####Features:

  • Add/Remove the desktop My Computer/This PC/"Computer" icon
  • Add/Remove the desktop User's Files icon
  • Add/Remove the desktop Network icon
  • Add/Remove the desktop Control Panel icon
  • Add/Remove the desktop Recycle Bin icon
  • Add/Remove the desktop OneDrive icon (possibly Win10 only since OneDrive comes with Windows 10)
  • Add/Remove all the above desktop icons at once

####But wait, there's more! I'm also throwing in for free if you install now:

  • Rename the desktop Computer icon to the the computer's name OR rename it to the computer's name with the user's name

###INSTALL INSTRUCTIONS: You can set the desktop icons to show (YES) or not show (NO) by running choco install desktopicons-winconfig --params "'/IconName:YESorNO'". Below is the list of icon names and features you can use as parameters:

  • AllIcons - /AllIcons:YES or /AllIcons:NO
  • Computer - /Computer:YES or /COMPUTER:NO
  • UserFiles - /UserFiles:YES or /UserFiles:NO
  • ControlPanel - /ControlPanel:YES or /ControlPanel:NO
  • Network - /Network:YES or /Network:NO
  • RecycleBin - /RecycleBin:YES or /RecycleBin:NO
  • OneDrive - /OneDrive:YES or /OneDrive:NO
  • RenameComputer - /RenameComputer:YES (rename the desktop Computer icon to computer name)
  • RenameComputer - /RenameComputer:NO (rename the desktop Computer icon to "This PC")
  • RenameComputer2 - /RenameComputer2:YES(rename the desktop Computer icon to computer name with user name)
  • RenameComputer - /RenameComputer2:NO (rename the desktop Computer icon to "This PC")

You're desktop will blink off and return as explorer is restarted at the end of the script so the changes are immediately available.

###INSTALL EXAMPLES:

  • choco install desktopicons-winconfig --params "'/AllIcons:YES'"
  • choco install desktopicons-winconfig --params "'/AllIcons:YES /RenameComputer:YES'"
  • choco install desktopicons-winconfig --params "'/Desktop:YES /UserFiles:YES /ControlPanel:NO /Network:NO /RecycleBin:YES /OneDrive:NO'"

You can set any one icon to display or any mix of icons to display or not display. If you don't specify any parameters, nothing will change. Default = do nothing.

There is no upgrade path for this package. desktopicons-winconfig is a "one and done" package. It is recommended you uninstall this package after install (settings will NOT revert) so that you can install it again under a different user account if necessary (or reinstall using -force). Settings changes only effect the currently logged in user.

PACKAGE NOTES

Брой изтегляния: 423
Размер: 9.4 kB
Дата на обновяване: 28.01.2019
Схема за разпространение: безплатен софтуер
Операционни системи: Windows 7 x64, Windows 8 x64,
Windows 8.1 x64, Windows 10 x64, Windows 11 x64