How to show or hide common icons on the desktop in Windows Server 2012

How to show or hide common icons on the desktop in Windows Server 2012

Windows Server 2012 and Windows Server 2008 differ in how they display or hide common icons on the desktop.

Previously, in Windows Server 2008, you could quickly search for common icons on the desktop by typing "icon" in the Start menu.

Windows Server 2012 does not have this feature. I can't find this option in "Control Panel - Display".

I was immediately very unconvinced and still didn't believe that I couldn't do it.

After thinking about it, I remembered that there is a "God's Perspective" thing in Win 10, which should also be available in Win Server 2012. Create a new folder on the desktop and rename it
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}


insert image description here

The icon automatically changes to the picture above, and then double-click to find:


insert image description here

insert image description here

Check the icons you want to display and click OK.

After Baidu, there is another way to call up the configuration interface again. The specific method is as follows:

1. Press and hold the "Windows Key" + "R" on the keyboard at the same time to bring up the Run window.

2. Enter "rundll32.exe shell32.dll,Control_RunDLL desk.cpl,0" in the Run window to confirm. (Note capitalization)
Method 1 is recommended.

Summarize

The above is the tutorial on how to show or hide common icons on the desktop in Windows Server 2012. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!

You may also be interested in:
  • js imitates the windows desktop icon arrangement algorithm specific implementation (with pictures)
  • How to restore IE7 icon on Windows Vista desktop and its registry file

<<:  MySQL uses UNIQUE to implement non-duplicate data insertion

>>:  WeChat applet implements text scrolling

Recommend

A brief analysis of SQL examples for finding uncommitted transactions in MySQL

A long time ago, I summarized a blog post titled ...

Solution to the bug that IE6 select cannot be covered by div

Use div to create a mask or simulate a pop-up wind...

Four solutions for using setTimeout in JS for loop

Table of contents Overview Solution 1: Closures S...

The implementation process of ECharts multi-chart linkage function

When there is a lot of data to be displayed, the ...

HTML meta viewport attribute description

What is a Viewport Mobile browsers place web page...

How to upgrade CentOS7 to CentOS8 (detailed steps)

This article uses a specific example to introduce...

HTML text escape tips

Today I saw a little trick for HTML text escaping ...

Use CSS variables to achieve cool and amazing floating effects

Recently, I found a fun hover animation from the ...

MySQL derived table (Derived Table) simple usage example analysis

This article uses an example to describe the simp...

A little-known JS problem: [] == ![] is true, but {} == !{} is false

console.log( [] == ![] ) // true console.log( {} ...