Questions tagged [controlpanel]
121 questions
6
votes
1 answer
Is there any replacement for Webmin file manager?
I was wondering if there is any third party module to replace Webmin Java file manager. I couldn't find anything in Webmin website. so is there anything I can try?

Zim3r
- 580
- 2
- 14
- 36
5
votes
1 answer
Programmatically changing Control Panel network options to connect to VPN
Possible Duplicate:
Programmatically changing Control Panel network options to connect to VPN
I offer a VPN service to my users, and a lot of them complain that it's a hassle to set up a new VPN connection and switch to it every time they want to…

Kratz
- 487
- 2
- 6
- 13
5
votes
3 answers
Open Devices and printers window in batch?
How do I open the Devices and printers tab in the control panel with batch or from the command prompt?

Arbitur
- 38,684
- 22
- 91
- 128
4
votes
1 answer
What is the canonical way to create tabs to a control panel configlet?
Today we use a "Multiple registry schema proxy" class to achieve this, but we think there should be a better way to work with tabs at Plone:
https://github.com/collective/collective.nitf/blob/1.x/src/collective/nitf/controlpanel.py#L163-L202

rodfersou
- 914
- 6
- 10
4
votes
1 answer
Program still listed in Control Panel after uninstalling
I am trying to uninstall a program with a C# application and everything works except the program is still listed in the Control Panel Programs & Features.
It also does this when I uninstall from the command line using wmic.
The program is…

SQlBeginner
- 65
- 3
- 9
4
votes
4 answers
How to hide Admin Menu (backend) in Joomla 3?
How to hide 'System > Control Panel', 'Components', 'Help' these 3 menu items in joomla3? Sorry not enough reputation to post image. =.= Certain user groups do not need to access/view these. I have hide the rest such as 'Users', 'Menus', 'Contents',…

mmm
- 93
- 1
- 11
4
votes
1 answer
Custom CSS in Expression Engine Module
I'm working on an Expression Engine module and would like to have some custom CSS in the control panel just for my module. I really don't want to have to use a theme and an override.css file. I also wanted to separate the CSS and did not want to…

Adam Christianson
- 376
- 3
- 12
4
votes
3 answers
heroku rails app domain only working without www
I moved an app from my existing ISP to heroku 2 days ago.
It seems like it wasn't working until I realized I had put railslinks.com instead if www.railslinks.com in the heroku web control panel interface.
So when I actually tried…

Michael Durrant
- 93,410
- 97
- 333
- 497
4
votes
5 answers
Changing Power Scheme settings through Registry instead of Control Panel in Windows 7
I'd like to change the settings of a power scheme (say, go to sleep after 45 minutes instead of 30) through the registry, rather than the control panel, in Windows 7. I'd also like to turn hot keys off the same way.
Any suggestions how I do it?

ori
- 149
- 1
- 2
- 4
3
votes
3 answers
AppEngine, clearing memcache from the control panel
I am working on a project on Google AppEngine, where I am using the datastore and memcache. For testing purposes, I go to the control panel, change and save of some values of some saved entities in the datastore. However, since they're already in…

Hazem Mahsoub
- 128
- 1
- 10
3
votes
2 answers
Hosting control panel with Java EE Application Server support?
I currently have WHM/cPanel on my server, but it doesn't integrate properly with any Java EE App Server. I installed Tomcat manually, and have made it work through Apache, but the configuration is more fragile than I'd like.
So, I'm trying to find a…

Peter Boughton
- 110,170
- 32
- 120
- 176
3
votes
3 answers
Windows XP control panel - providing a value for the "comments" field
Where does the Windows XP control panel get the value for the "Comments" field from? I'm writing an EXE control panel application, and it doesn't appear from the documentation that you can provide a value for that field.

Ben Straub
- 5,675
- 3
- 28
- 43
3
votes
2 answers
How do I make a Delphi control panel applet be non-'legacy'?
I have a Delphi .CPL currently written with Delphi 7 which needs to update settings in HKLM (to be used by a service application) and which must support Vista, Win7 and Server 2008. Currently this can be done by adding a RUNASADMIN value to…

frogb
- 2,040
- 15
- 22
3
votes
1 answer
how to reach the settings in the advanced tab in the system properites via C# code ..?
I wonder if there's any way i could reach and change the check boxes in the performance options (visual effects) from C#.
Now I reached only the advanced tab by:
control.exe sysdm.cpl,0,3
but I didn't know a way to continue any further ..
Also, in…

vexe
- 5,433
- 12
- 52
- 81
3
votes
2 answers
Registry settings immediate effect using C#
I have used the following code to disable the control panel:
RegistryKey RegKey = Registry.CurrentUser.CreateSubKey(
@"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer");
RegKey.SetValue("NoControlPanel", false,…

Suriyan Suresh
- 2,964
- 14
- 51
- 80