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.
- Host: GitHub
- URL: https://github.com/iandiv/deskhider
- Owner: iandiv
- License: mit
- Created: 2023-10-18T14:17:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T15:33:57.000Z (over 1 year ago)
- Last Synced: 2023-10-19T15:52:51.067Z (over 1 year ago)
- Topics: windows-tools
- Language: AutoHotkey
- Homepage:
- Size: 466 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

This lightweight utility simplifies your desktop experience, allowing you to declutter your workspace effortlessly.
# Overview
Double click on desktop
## 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
```
- 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/)