An open API service indexing awesome lists of open source software.

https://github.com/iandiv/deskhider

DeskHider is a simple program that allows you to effortlessly toggle the visibility of your desktop icons with a double-click.
https://github.com/iandiv/deskhider

windows-tools

Last synced: 3 months ago
JSON representation

DeskHider is a simple program that allows you to effortlessly toggle the visibility of your desktop icons with a double-click.

Awesome Lists containing this project

README

        

# DeskHider

A straightforward program written in AutoHotkey (AHK) that empowers you to seamlessly toggle the visibility of your desktop icons with just a double-click.

![DeskHider](https://github.com/iandiv/DeskHider/assets/28383248/3ce997dd-99c8-4516-8107-4ce71978bb3e)

This lightweight utility simplifies your desktop experience, allowing you to declutter your workspace effortlessly.
# Overview
Double click on desktop

![ZlMg6ZKUxM](https://github.com/iandiv/DeskHider/assets/28383248/e9ca6c31-938c-438b-a140-137c58fe9643)

## Download

| Release|
| ----------- |
| [DeskHider v1.0.0](https://github.com/iandiv/DeskHider/releases) |

## Run on Startup
- Right click DeskHider.exe then create a shorcut.
- Open windows Run (Win + R) then paste code below.

```
shell:startup
```

![image](https://github.com/iandiv/DeskHider/assets/28383248/7d53abcc-3eaa-46bb-a638-80084b63f2c7)

- Paste the Deskhider shorcut.

# Credits

- The desktop icon toggle functionality in this program is based on the AutoHotkey (AHK) script found on the [AutoHotkey Forum](https://www.autohotkey.com/boards/viewtopic.php?t=79451).

- Original Script Author: [iPhilip](https://www.autohotkey.com/boards/memberlist.php?mode=viewprofile&u=155)

- AutoHotkey: [Website](https://www.autohotkey.com/)