Questions tagged [control-panel]

58 questions
2
votes
0 answers

How to access the "change the size of all items" in the Display in Control Panel after changing it to 500%

By mistake, the option on "custom sizing options" was set at 500% in the section "change the size of all items". The result is all elements on the screen are huge, and whereas I am able to reach the display section and through tab I am able to…
Sara123
  • 21
  • 1
2
votes
2 answers

Can I have control panel of LAMP on linux?

I have installed LAMP on linux by sudo apt-get install lamp-server^ And everything work fine. I just wonder if I can have a control panel like XAMPP or WAMP in order to turn on or restart the local server quickly. And even it has some config of…
0xh8h
  • 3,271
  • 4
  • 34
  • 55
2
votes
0 answers

Webcontent ( control panel ) in Liferay And normal user?

Is there any feature that can show list of webcontent that one user had submited and they have permission to edit owner entry only emoticon I have trouble with permission on webcontent. I try to grant Creator permission to add new entry (on asset…
1
vote
2 answers

Why does my Oracle client installation not appear in Windows Control Panel?

I have an Oracle client installed on my workstation. tnsping reports: C:\temp> tnsping TNS Ping Utility for 32-bit Windows: Version 12.2.0.1.0 - Production on 06-JUL-2018 09:22:33 Copyright (c) 1997, 2016, Oracle. All rights reserved. However,…
user1443098
  • 6,487
  • 5
  • 38
  • 67
1
vote
1 answer

Test if Wireless Adapter is Working Before Resetting

Is there a simple way to prove if a network adapter is working? Perhaps some IP like localhost (127.0.0.1) which is always available regardless of which network I'm connected to; only one that only shows if my wireless network adapter's working? …
JohnLBevan
  • 22,735
  • 13
  • 96
  • 178
1
vote
0 answers

Python: Change windows control panel settings

Is it possible to change the mouse pointer icon or do other changes in the control panel with a short python script? Pseudocode of what I want to achieve: import…
mathiasxx94
  • 23
  • 1
  • 8
1
vote
1 answer

Installed program not listed In Programs and Features

I'm using Inno Setup 5.5.6 to create an install file. Everything works fine and gets installed except the Program is not listed in the Program and Features section of the Control Panel. What would cause this to happen and how can I troubleshoot this…
1
vote
1 answer

Editing Deployment.properties file using bat file

My application needs to set Use TLS1.2 and Use TLS1.1 properties in Java Control Panel --->Advanced tab--->Advanced Settings to false . It can be acheived by editing deployment.properties file , how to edit this using a bat file , since this has to…
Archu
  • 29
  • 1
  • 2
1
vote
1 answer

Detect changes in user locale setting (Control Panel -> Clock,Language and Region) in child dialog box

I have dialog box made in resource editor that behaves as a child control of the main window. In normal mode, when behaving as a popup, dialog can receive WM_SETTINGCHANGE message that notifies dialog box about user changing locale settings, but as…
AlwaysLearningNewStuff
  • 2,939
  • 3
  • 31
  • 84
1
vote
3 answers

How to disable liferay control panel for everyone (including administrator)?

Is there a way to remove the control panel in liferay completely through server-side settings? Because my users don't even want the admin to view the Admin button to access the control panel. Was thinking of removing the my account portlet in the…
MerC
  • 323
  • 1
  • 5
  • 19
1
vote
0 answers

Open specific tab of the control panel programmatically

The Windows API has an interface IOpenControlPanel which allows you to open any part of the control panel you wish from C++. However, beyond opening a specific page, there doesn't seem to be a way to open to a tab on that page directly. I'm looking…
NmdMystery
  • 2,778
  • 3
  • 32
  • 60
1
vote
1 answer

using liferay-portlet:renderURL tag in jspf files

I'm using liferay 6.1 CE (Liferay Portal Community Edition 6.1.1 CE GA2 (Paton / Build 6101 / July 31, 2012)) I want to set a table layout from control panel portlet icon with link on theme , for first page in control pan (that is empty by default…
1
vote
1 answer

Liferay: unable adding portlet from Dockbar

I am using Liferay 6.1.1 GA2 bundled with Tomcat 7.0.23. I am not able to add portlet onto the Liferay page using "add" button in the firebug console i see this error: TypeError: portletBound is null from the portlet.js file. If if run the debugger,…
Sven Bergman
  • 85
  • 2
  • 8
1
vote
2 answers

How to add my program to add/remove programs? VB.NET

I am creating a vb.net installation in winforms, and I want that my app will be added, like in other programs, to Control Panel -> Programs -> Programs and Features and Features with it's info. I tried to do it with the following…
Benjli
  • 125
  • 2
  • 13
1
vote
1 answer

How to prevent program may have been uninstalled message in Vista?

After uninstalling our application (a web server) in Vista or newer Windows, an error message box appears that says, 'An error occurred while trying to uninstall My App. It may have already been uninstalled. Would you like to remove My App from the…
RobH
  • 1,607
  • 2
  • 24
  • 44