Questions tagged [controlpanel]
121 questions
0
votes
3 answers
How to open Control Panel's System information using CMD
I want to create a batch file that will open "Control Panel\System and Security\System"
I'm using Windows 10 and the "This PC" is not searchable in cortana, I often check system archetecture by right clicking This PC>properties but I want to do it…

Jules Ivan Garay
- 11
- 1
- 4
0
votes
0 answers
Launch the "Associate a file type or protocol with a program" app from the command line
Every time I reboot Windows 10 build 1709, my web browser gets set back to Internet Explorer. This is just something I accept about life in the enterprise. However, we do have another approved browser, Google Chrome. So, I set my browser back to…

Ion Freeman
- 512
- 4
- 19
0
votes
1 answer
How to create Windows 10 Settings app (Immersive Control Panel) applet?
Following the instructions given on MSDN I was able to create a Windows Control Panel applet (classic control Panel).
The "HALO WORLD" applet in the following image has been created by me.
How can I do the same for Windows 10 Settings App…

Sahil Singh
- 3,352
- 39
- 62
0
votes
0 answers
Stop mysql from xampp 5.6 will cause a stop for xampp 7.0 xampp mysql server
I install xampp 7.0 for php development on window machine, that is running on default ports used 80, 443, 3306. After that I install xampp 5.6 on same machine.
And configured different ports for it that are 7777, 444, 3307 according to Setup Two…

Lokendra Parihar
- 121
- 2
- 13
0
votes
1 answer
cuCtxCreate fails if NVIDIA control panel sets optimization for computing
I run CUDA through JCuda API. When I use NVIDIA control panel to set optimization for computing (that is off by default) for participating JVM executable (java.exe), the program fails to create context in the call to cuCtxCreate.
For optimization…

Nikolai Varankine
- 71
- 1
- 5
0
votes
1 answer
How to get right to "Java" in control panel from cmd line in win7?
win +r
"control"
puts me right into control panel, and into search - I can type 'JAVA', still fast,but is there way to jump right into "java" from cmdline?
I just wanna add bit more efficiency to it.

ERJAN
- 23,696
- 23
- 72
- 146
0
votes
2 answers
Xampp control panel is blank
Failure of xampp
My xampp turns up invisible whenever i start it via control panel or any other way.
Is there a fix for this?

Youri
- 1
- 2
0
votes
1 answer
Open keyboard properties dialog in a localized system
I have the following code which opens keyboard properties dialog when ever user clicks on a button:
Process proc = new Process();
proc.EnableRaisingEvents = true;
proc.StartInfo.UseShellExecute = true;
proc.StartInfo.FileName =…

Sameed
- 655
- 1
- 5
- 18
0
votes
1 answer
When you uninstall an application by using the control panel what commands are running?
If I go to the control panel and uninstall Microsoft Office the program uninstalls. How is that application actually being uninstalled? Is it a command line? If so is there a log or something I can check for what commands are being run?
Thank you.

Ben
- 155
- 1
- 4
- 12
0
votes
1 answer
How to automate open control panel and add a language and move up?
I am trying to add a language in windows 10 creators update (RS2).
Now tried using the bat and xml file mentioned here, How to change system locale in batch
, its not working in new OS. Windows is restarting but not applying and moving up the…

Mcore8x
- 133
- 12
0
votes
1 answer
xampp is not starting and not even showing any error
This is the error image
I have installed latest version of xampp first and then installed previous version.But it is not working now
0
votes
1 answer
When setting jre environment parameters, should the java control panel system tab or the user tab be used
If I am the sole user of my computer, does it make a different if I set java runtime parameters under the system tab or the user tab in the java control panel? When do you use one tab as oppose to the other.

Elliott
- 5,523
- 10
- 48
- 87
0
votes
2 answers
I am editing mouse settings in the registry but they seem to do nothing
I have made a program to change the mouse sensivity in the same way as you can do it with the Control Panel.
The changes are made in the registry, the keys at HKEY_CURRENT_USER\Control Panel\Mouse and they are in fact done (I have checked them from…

alvaromat
- 87
- 11
0
votes
1 answer
How to delete a droplet backup on DigitalOcean?
Does the DigitalOcean control panel offer a way to delete a backup that has been made for a deleted droplet? (NB: backup, not snapshot)
I created a droplet, enabling backups, and deleted it only a few minutes later. DigitalOcean made a backup of…

Iron Pillow
- 2,152
- 4
- 20
- 29
0
votes
1 answer
XAMPP Control can't connect with MySQL. I tried several things
For a school project I need to create a website with Wordpress and I need to have Apache and MySQL started up on the XAMPP Control Panel 3.2.1. I'm running a Windows 7 computer and I don't have any problem starting up Apache, but I do have problems…

user3401563
- 3
- 1