Questions tagged [controlpanel]

121 questions
0
votes
1 answer

how to find website domain controll panel with domain name?

Suppose, A web site owner lost the information regarding the site control panel information or from which company he buy the domain and so on.... this situation how to recover these information. ie- get domain control panel? I have only the domain…
jaleel
  • 1,169
  • 8
  • 22
  • 46
0
votes
1 answer

Android BluetoothPAN to create TCP/IP network between Android device and Windows7 PC

Question 1) I'm trying to create a TCP/IP connection between Android device and a Windows 7 PC. For this purpose, I'm using Android's hidden BlutoothPan class using Java reflection API. Here is the code: private void invokeConnectMehotd() { …
0
votes
3 answers

How to automate the "check for update automatically?" in java control panel?

I need to uncheck the "check for updates automatically" which is in the java control panel(Update tab). I need to automate the above process. Am using windows XP(32 bit), and java version 1.7.0_25. I tried via "deployment.properties" file, but no…
Maria
  • 297
  • 1
  • 5
  • 18
0
votes
1 answer

Showing specific business card from fusion tables to google site

I am creating a Google site that has a user login information at the beginning of it. Once the user logs in, it shows a profile of his information retrieved from a business card in a fusion table. The Issue I am facing is that how can I compare the…
0
votes
0 answers

Is there a way to programmatically invoke an uninstaller in the control panel?

I have developed an AddIn for Outlook, we didn't want to use VSTO, but did want to distribute/update it using ClickOnce. So I built a ClickOnce app that is actually the installer/updater. This of course necessitated a home-grown uninstaller as…
Mark McGinty
  • 756
  • 7
  • 13
0
votes
2 answers

Install Shield 2009 Premier : Don't want to put the entry to control panel

My installation would 1. copy some files 2. some registry entries that require admin privilege e.g. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\MyRegistry What I want: 1. No entry to the control panel and yes i don't need an…
Samir
  • 3,923
  • 9
  • 36
  • 43
-1
votes
1 answer

Disabling network discovery on Win10 via GPO?

I'm trying to disable network discovery on Win10 for Public and Private networks via GPO, but it doesn't seem to be working as expected. I've attempted the instructions here:…
Aideux
  • 109
  • 3
  • 9
-1
votes
2 answers

Need help closing control panel

Because I am doing certain tasks that need the control panel to be closed if it is open. Killing explorer is not the solution I am looking for as it is also closes the file explorer. I need a general solution that will work across different system…
-1
votes
1 answer

Is there any way to open a Control Panel windows with a const search string?

I need to open a Control Panel windows with a const search string: date directly. Like this: Is there any way to save a control.exe search result and reuse it as we does inside the explorer.exe to do this job? Or any other ways are all acceptable.…
hyzhangzhy
  • 17
  • 3
-1
votes
1 answer

How would one set a custom windows control panel resolution in c#?

I'm creating an application that runs a game multiple times to play split screen with your friends. When using the new, yet to be released, console mode in my application, you first have to manually set two custom resolutions in control panel. Does…
PlGGS
  • 11
  • 4
-1
votes
1 answer

Open control panel from notepad in windows 8.1

How to open control panel from notepad , I have stuck in a blue screen problem in windows 8.1. I tried a lot of things in advance options but nothing works . I tried system restore it pop up a message that an antivirus program is running , uninstall…
user3758386
  • 83
  • 1
  • 8
-1
votes
2 answers

Java Control Panel - Insecure JRE Versions

I don't find the below setting in my Java 1.7.0_25 Any clue?
Madan
  • 691
  • 1
  • 5
  • 9
-2
votes
1 answer

Manually add an exe to Programs and Features in control panel

I'm currently working on a program written in Microsoft Visual Basic. I made a custom installer for it, however, it does not add anything to the Programs and Features list. I'm trying to figure out what keys I need to manually edit using regedit, so…
-2
votes
1 answer

If-statement/Conditional argument not working in Geany (PYTHON)

age = 19 age == 18 Control panel is supposed to show FALSE but it is showing nothing. Control Panel Image Below
-3
votes
1 answer

PowerShell cmdlet to set Control Panel items?

Is there any cmdlet that sets values in the Windows Control Panel? I'm thinking of something like a "Set-ControlPanelItem" to go along with "Get-ControlPanelItem" and "Show-ControlPanelItem" If not, why didn't Microsoft include a "set" functionality…
1 2 3
8
9