Icatch web camera driver download; asus p4pe x sound driver; jooyontech computer driver; micro-star ms-7095 driver download; ati-awrdacpi vga driver download; ess sound card es1938s driver download; dc6370 software driver download; hl-dt-st dvdram gsa-5169d driver download; elo et1527l-7swc-1 driver download; hp pavilion dv9000.
ControlMyMonitor v1.27 - View and modify the settings of your monitor from command line or GUI Copyright (c) 2017 - 2020 Nir Sofer |
- JOOYONTECH NOTEBOOK DRIVER. Watch list is full. Learn more – opens in new window or tab. Pavilion Dv6872la Memory Upgrades from Data Memory Systems.
- JOOYONTECH CO., LTD - Korea supplier of. Company Name: JOOYONTECH CO., LTD: Location: DHI,Bldg.,8f,14-34 Youido-Dong Youngdeungpo-ku, Seoul, Seoul.
- I want to know how to turn on my dell inspiron 3520 built in webcam and does it have a built in microphone?and i curious can someone spying you without you knowing and the light on? I do research on google, and somebody tell that can be happen,is that true?what the color of my webcam light?
See Also
Description
ControlMyMonitor allows you view and modify the settings of your monitor (Also known as 'VCP Features'), like brightness, contrast, sharpness, red/green/blue color balance, OSD Language, Input Port (VGA , DVI , HDMI ) and more.. You can modify the monitor settings from the GUI and from command-line. You can also export all settings of your monitor into a configuration file and then laterload the same configuration back into your monitor.System Requirements
- Any version of Windows, starting from Windows Vista and up to Windows 10.
- Hardware that supports DDC/CI.
Versions History
- Version 1.27:
- Added /TurnOff command-line option to turn off the specified monitor.
- Added /TurnOn command-line option to turn on the specified monitor.
- Added /SwitchOffOn command-line option to switch the specified monitor between on and off state.
- Version 1.26:
- When ControlMyMonitor fails to get the current monitor settings, error code is now displayed in the status bar.
- Version 1.25:
- Added 'Put Icon On Tray' option.
- Version 1.20:
- Added /SwitchValue command-line option, which allows you to switch between multiple values.
- For example, in order to switch the monitor off when it's turned on and switch it on when it's turned off, use the following command: (On some monitors you should use 4 instead of 5)
ControlMyMonitor.exe /SwitchValue '.DISPLAY1Monitor0' D6 1 5
- Version 1.17:
- When pressing F5 (Refresh) the refresh process is smoother, keeping the last selected item.
- Added 'Load Selected Monitor On Start' option.
- Version 1.16:
- Added /GetValue command-line option, which returns the current value of the specified VCP Code, for example:
ControlMyMonitor.exe /GetValue '.DISPLAY1Monitor0' 10
echo %errorlevel%
- Added /GetValue command-line option, which returns the current value of the specified VCP Code, for example:
- Version 1.15:
- Added /SetValueIfNeeded command-line option, which sets a value only if the current value is different from the value you want to set.
- Version 1.12:
- Added 'Add Header Line To CSV/Tab-Delimited File' option (Turned on by default).
- Version 1.11:
- Added /smonitors command-line option to save the monitors list into a text file.
- Added 'Save All Items' option (Shift+Ctrl+S).
- Version 1.10:
- Added save command-line options (/scomma, /stab , /shtml, and so on..) to export the current monitor settings into a file.
- Added support for JSON file in 'Save Selected Items' option.
- Version 1.05:
- Added 'Refresh Monitors List' option (Ctrl+F5).
- Version 1.00 - First release.
Start Using ControlMyMonitor
ControlMyMonitor doesn't require any installation process or additional DLL files. In order to start using it simply run the executable file - ControlMyMonitor.exeAfter running ControlMyMonitor, the current settings of your monitor are displayed in the main window. Intel usb devices driver download for windows. If you have multiple monitors, you can choose another monitor from the monitor combo-box below the toolbar.
In order to modify a single item, select the item that you want to change, and then double click the item (or press the F6 key). You can also increase or decrease the current value by using the 'Increase Value'or 'Decrease Value' options (Under the Action menu). You can also increase/decrease values by using the mouse wheel, according to the selected option in Options -> Change Value With Mouse Wheel.By default, the mouse wheel feature is active when you hold down the Ctrl key.
Restore Factory Defaults
There are some write-only items that allow you to restore the factory defaults of the monitor. In order to activate these items, you have to set the value to 1.Save/Load Config
ControlMyMonitor allows you to export all read/write properties into a simple text file and then later load these properties back to the monitor.You can find the save/load config feature under the File menu ('Save Monitor Config' and 'Load Monitor Config').Error 0xc0262582
If you get error 0xc0262582 and the main window of ControlMyMonitor is empty, it means that Windows operating system cannot connect your monitor using DDC/CI.Here's what you can do in order to try to solve the problem:
- Update the driver of your graphics card.
- Try to plug your monitor using different type of cable/connector (VGA, DVI, HDMI, DisplayPort).
- If you use a KVM switch, try to plug your monitor directly to the computer, without the KVM switch.
Command-Line Options
If you have only one monitor, you can use 'Primary' as your monitor string in all command-line options.If you have multiple monitors, you have to find a string that uniquely identifies your monitor.Open ControlMyMonitor , select the desired monitor and then press Ctrl+M (Copy Monitor Settings). Paste the string from the clipboard into notepad or other text editor. You'll see something like this:
Monitor Device Name: '.DISPLAY1Monitor0'
Monitor Name: '22EA53'
Serial Number: '402CFEZE1200'
Adapter Name: 'Intel(R) HD Graphics'
Monitor ID: 'MONITORGSM59A4{4d36e96e-e325-11ce-bfc1-08002be10318}0012'
You can use any string from this list as long as the other monitors on your system have different values for the same property.
/ChangeValue <Monitor String> <VCP Code> <Value> | Increases/decreases the value of the specified VCP Code for the specified monitor. Here's some examples: Increase the brightness of the primary monitor by 5%: Decrease the contrast of the .DISPLAY1Monitor0 monitor by 5%: |
/stab <Filename> <Monitor String> | Save the current monitor settings into a tab-delimited text file. |
/shtml <Filename> <Monitor String> | Save the current monitor settings into HTML file (Horizontal). |
/sxml <Filename> <Monitor String> | Save the current monitor settings into XML file. |
/smonitors <Filename> | Save the current monitors list into a simple text file. |
For all save command-line options, you can specify empty filename in order to send the data to stdout, for example:
ControlMyMonitor.exe /scomma ' | more
Get value of the specified VCP Code using GetNir tool
There is also an option to get the current value of the specified VCP Code with GetNir tool. The value is sent to stdout.For example, the following command sends the current monitor brightness to stdout:
ControlMyMonitor.exe /stab ' | GetNir 'Current Value' 'VCPCode=10'
Read more about using ControlMyMonitor
Translating ControlMyMonitor to other languages
In order to translate ControlMyMonitor to other language, follow the instructions below:- Run ControlMyMonitor with /savelangfile parameter:
ControlMyMonitor.exe /savelangfile
A file named ControlMyMonitor_lng.ini will be created in the folder of ControlMyMonitor utility. - Open the created language file in Notepad or in any other text editor.
- Translate all string entries to the desired language.Optionally, you can also add your name and/or a link to your Web site. (TranslatorName and TranslatorURL values) If you add this information, it'll be used in the 'About' window.
- After you finish the translation, Run ControlMyMonitor, and all translated strings will be loaded from the language file.
If you want to run ControlMyMonitor without the translation, simply rename the language file, or move it to another folder.
License
This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this and you don'tsell it or distribute it as a part of commercial product. If you distribute this utility, you must include all files inthe distribution package, without any modification !Disclaimer
The software is provided 'AS IS' without any warranty, either expressed or implied,including, but not limited to, the implied warranties of merchantability and fitnessfor a particular purpose. The author will not be liable for any special, incidental,consequential or indirect damages due to loss of data or any other reason.Feedback
If you have any problem, suggestion, comment, or you found a bug in my utility, you can send a message to nirsofer@yahoo.comDownload ControlMyMonitor |
ControlMyMonitor is also available in other languages. In order to change the language of ControlMyMonitor, download the appropriate language zip file, extract the 'controlmymonitor_lng.ini', and put it in the same folder that you Installed ControlMyMonitor utility.
Jooyontech Driver Download
Jooyontech Computer
Language | Translated By | Date | Version |
---|---|---|---|
Arabic | Ammar Kurd | 04/02/2019 | 1.11 |
Brazilian Portuguese | Wellington Uemura | 12/03/2019 | 1.12 |
Dutch | Jan Verheijen | 28/12/2020 | 1.27 |
French | Largo | 20/09/2018 | 1.10 |
German | «Latino» auf WinTotal.de | 10/12/2020 | 1.27 |
Greek | geogeo.gr | 10/05/2019 | 1.15 |
Italian | Styb | 05/06/2020 | 1.26 |
Russian | Dmitry Yerokhin | 26/02/2020 | 1.25 |
Simplified Chinese | Quick | 15/02/2020 | 1.25 |
Slovak | František Fico | 11/01/2021 | 1.27 |
Traditional Chinese | Danfong Hsieh | 11/02/2020 | 1.25 |