Skip to content

A simple C# program that watches for files and folders beginning with a dot and hides them, just like Linux!

Notifications You must be signed in to change notification settings

intercepted16/WinHideDot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

It is recommended you create a Task Scheduler task to run the program hidden on startup, automatically.

I use run-hidden, a simple executable that launches console programs hidden.

Although, you can run it directly through the terminal, with logs and a quit option.

Compilation

To compile, use the .NET SDK's dotnet publish command, like: dotnet publish -r win-x64

It will compile into a single executable as bin\Release\net8.0\win-x64\publish\WinHideDot.exe

About

A simple C# program that watches for files and folders beginning with a dot and hides them, just like Linux!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages