Mẹo về How to hide shortcuts on desktop 2022

You đang tìm kiếm từ khóa How to hide shortcuts on desktop được Update vào lúc : 2022-11-02 06:03:00 . Với phương châm chia sẻ Kinh Nghiệm về trong nội dung bài viết một cách Chi Tiết 2022. Nếu sau khi Read nội dung bài viết vẫn ko hiểu thì hoàn toàn có thể lại phản hồi ở cuối bài để Ad lý giải và hướng dẫn lại nha.

Windows 10 Keyboard Shortcut to Hide & Unhide Desktop Icons

Bashkarla

1 year ago

To quickly unhide and hide desktop icons in Windows 10, you can create your own custom keyboard shortcut. Here are the exact steps to follow.

To keep the desktop squeaky clean, you can not only set a gorgeous wallpaper but also hide all the desktop icons. The best thing about hiding the desktop icons is that it lets you organize the desktop with all the shortcuts you need all the while having the flexibility to hide them when not needed. It gives you best of the both worlds. Usually, you can hide the desktop icons from the right-click context menu. More specifically, you have to uncheck the Show desktop icons option in the View menu.

If you are frequently hiding and unhiding the desktop icons, using the right-click menu can be a bit cumbersome. To giảm giá with that, you can create a keyboard shortcut to hide desktop icons and show desktop icons.

To get you started, here are the exact steps you should follow to create a keyboard shortcut to show or hide desktop icons.

Steps to Create a Keyboard Shortcut to Show or Hide Desktop Icons

We are using an AutoHotKey script to create a shortcut to hide or unhide desktop icons. Herere the steps you should follow.

Get the AutoHotKey software from here and install it.Now, right-click on the desktop and select New Text Document.
Name the new file as HideUnhideIcons.ahk. You can name the file anything you want. However, it is important that you replace the .txt extension with .ahk.
After renaming the file, right-click on the file and select the Edit script option.
The file will be opened in the Notepad. Here, copy and paste the below script.;Press F12 to hide or unhide desktop icons
F12::
ControlGet, HWND, Hwnd,, SysListView321, ahk_class Progman
If HWND =
ControlGet, HWND, Hwnd,, SysListView321, ahk_class WorkerW
If DllCall(“IsWindowVisible”, UInt, HWND)
WinHide, ahk_id %HWND%
Else
WinShow, ahk_id %HWND%
Return
Press Ctrl + S to save the file.
Close the file.After closing the file, double-click on the .ahk file you just created.The above action will run the file. You will see the AutoHotKey icon on the taskbar while it is running.

That is it. As long as the file is running in the background, you can hide or unhide desktop using the keyboard shortcut F12. Think of the keyboard shortcut as a toggle to hide or unhide desktop icons.

I hope that helps. If you are stuck or need some help, comment below and I will try to help as much as possible.

Categories: How To

Tags: customization, desktop, personalization

Leave a Comment

://.youtube/watch?v=1-PS1PF8k08

4132

Review How to hide shortcuts on desktop ?

Bạn vừa đọc Post Với Một số hướng dẫn một cách rõ ràng hơn về Video How to hide shortcuts on desktop tiên tiến và phát triển nhất

Chia Sẻ Link Cập nhật How to hide shortcuts on desktop miễn phí

Bạn đang tìm một số trong những ShareLink Download How to hide shortcuts on desktop miễn phí.

Hỏi đáp vướng mắc về How to hide shortcuts on desktop

Nếu sau khi đọc nội dung bài viết How to hide shortcuts on desktop vẫn chưa hiểu thì hoàn toàn có thể lại Comment ở cuối bài để Tác giả lý giải và hướng dẫn lại nha
#hide #shortcuts #desktop