Skip to content

RemusRigo/DesktopInfo-VB.NET

Repository files navigation

DesktopInfo

A Windows OS Desktop Information utility

Authors

Installation

You must install .NET Runtime 10 and then just run DesktopInfo.exe (x64 & x86)

Features

  • Acrylic blur effect
  • DesktopInfo window hidden from TaskBar and Alt-TAB
  • Save settings to JSON file
  • Install for current user or all users
  • Tested on:
    • Windows 11 Pro | Enterprise LTSC

Statistics

status
GitHub Downloads (all assets, all releases)

Roadmap

  • 2026-04-24: Add: Context menu on Left/Right/Middle click (open about, settings, exit)
  • 2026-04-25: Add: Settings: install for current user or all users (registry key)
  • 2026-04-24: Add: Settings: when position is selected from settings form, main form also changes the position
  • 2026-04-24: Add: Settings form / save settings to JSON file
  • 2026-04-24: Add: Private and Public IP
  • 2026-04-24: Add: Desktop Icon by Vexels https://www.iconarchive.com/show/office-icons-by-vexels/desktop-icon.html
  • 2026-04-16: Fix: main form not closing on exit (replaced form.ShowDialog() with Application.Run(form))
  • 2026-04-13: Add: hide from taskbar and alt-tab
  • 2026-04-13: Add: Implement acrylic blur effect
  • 2026-04-12: New: Clean Project started (found my previous project, but I wanted to start from scratch, to re-think it)
  • 2012-03-11: Add: User/Host/Internal and External IP
  • 2012-03-11: Project started