python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Windows 10/11 Explorer - How to generate text on explorer's background
I want to print some information in the background or title or columns of certain or all folders.
For example, when I enter the folder of a .git project, I want to be able to show which branch is acti...
Fatih
Votes: 0
Answers: 0
Assigning fullaccess rights when creating new user-specific Homefolders
So I have been trying to figure out how to create user-specific home folders and give the user FullAccess rights to his/her own (new) Homefolder. The location of the Homefolders is always the same, so...
Florian
Votes: 0
Answers: 2
Use Process.Start to open explorer.exe window to UNC path that requires login
I would like to open a Windows Explorer window to a UNC path that requires a login outside of my network using System.Diagnostics.Process.Start. I do not want or need to pass credentials to actually a...
Rick
Votes: 0
Answers: 0
golang open Downloads folder explorer window on Windows 10 not working
I can open a explorer window using on Windows 10 cmd
explorer C:\Users\bruce\Downloads\
So I'm thinking executing this command in go, but it opens Documents folder instead of Downloads folder, how ca...
Willis
Votes: 0
Answers: 2