Questions tagged [default-programs]
34 questions
0
votes
2 answers
get default Windows text editor .exe path using c++
Just wanted to know how to get default Windows text editor .exe path c++. I badly need this to improve one of my c++ assignment. I've no idea how to do it.

Krishanu Dey
- 6,326
- 7
- 51
- 69
-2
votes
1 answer
Powershell script for set default associaltions/programs for all users on Windows 10
I have a problem with how to set up the same default programs for all users in windows 10 after logging in to the station.
I need to change Edge to IE and Edge to Adobe Acrobat reader.
I want every user to have the same default programs after…

Michal Braný
- 1
- 1
- 3
-2
votes
1 answer
Default Program Won't Open File
I've written a program in C# that creates and opens files in a proprietary file format. I created the installer using InstallShield Express. The files are created and show up with the appropriate file icon that I have assigned to them.
The files…

user2272380
- 103
- 1
- 2
- 13
-2
votes
2 answers
How come processStartInfo doesn't work
I want to open the document with wordpad.exe but it is still opening with microsoft word
I currently have:
string fullPath = helpFiles[index];
ProcessStartInfo psi = new ProcessStartInfo("wordpad.exe");
psi.FileName =…

Chris
- 681
- 1
- 6
- 16