Control Center 1 1 – Minimalistic Multi Utility App
ControlMyMonitor v1.27 - View and modify the settings of your monitor from command line or GUI Copyright (c) 2017 - 2020 Nir Sofer |
- See Full List On Nirsoft.net
- Control Center 1 1 – Minimalistic Multi Utility Approach
- Control Center 1 1 – Minimalistic Multi Utility Application
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.Step 1: Install the update. Make sure to log in as an Administrator on your computer. Download EP0000.exe file and save it in a folder on your computer. MULTI MOUNT DOCK Downloads. HD60 S HD60 S+ 4K60 S+ HD60 Pro 4K60 PRO cam link 4k EPOCCAM Screen Link Video Capture Accessories. CONTROL CENTER Command Key Light from Your Phone select your product & select your system Show All. Download this app from Microsoft Store for Windows 10. See screenshots, read the latest customer reviews, and compare ratings for Synaptics TouchPad Control Panel.
Click the icon on ScreenPad Plus, then the control center will appear as shown below: Quick Access: Adjust brightness of the 2nd screen. Task Group (Launch multi-Apps by one click) Task Swap (Exchange all windows between main screen and ScreenPad Plus) App Navigator (List all of the Apps running on ScreenPad Plus). Download this app from Microsoft Store for Windows 10. See screenshots, read the latest customer reviews, and compare ratings for Dell Touchpad Assistant.
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. 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.
Set the brightness of primary monitor to 70: Set the contrast of the monitor with serial number 102ABC335 to 65: Restore factory defaults to the .DISPLAY1Monitor0 monitor: Turn on the .DISPLAY2Monitor0 monitor: Turn off the .DISPLAY2Monitor0 monitor: (On some monitors you should set the value to 4 instead of 5) Change the input source of .DISPLAY3Monitor0 monitor: | |
/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%: |
The following command switches between 3 brightness values - 30%, 50%, 90% : | |
echo %errorlevel% | |
ControlMyMonitor.exe /SaveConfig 'c:tempmon1.cfg' '.DISPLAY2Monitor0' | |
ControlMyMonitor.exe /LoadConfig 'c:tempmon1.cfg' '.DISPLAY2Monitor0' | |
/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.
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 |
See Full List On Nirsoft.net
Control Center 1 1 – Minimalistic Multi Utility Approach
ATI Tray Tools is a free utility that runs in the system tray and provides easy right-click access to all of your ATI video card's crucial settings. You can change anisotropic filtering + antialiasing levels in Direct3D and OpenGL, adjust image quality, turn on/off special driver features, or simply just fool around with clock settings (core and memory speeds). It uses minimal system resources and isn't intrusive
Features:
- Support for ATI Control Center
- Overclocking with templates
- Automatic overclocking when application required 3D mode
- Artifact Tester with ability to find maximum stable clocks for GPU and Memory.
- Game profiles with desktop shortcut creation.
- Direct3D settings with templates, GUI form and tray popup menu
- OpenGL settings with templates, GUI form and tray popup menu
- Hardware low level color correction
- Hardware tweaks. Setting PCI latency timer
- System wide Hot Keys. (Load profiles any profiles/work with colors/run any application)
- Refresh Lock system with ability to set separate refresh rates for each resolution.
- Support for TV/Display/Overlay options
- Support Display Rotation with hot keys
- Tweak for overriding Pixel and Vertex Shaders
- Speed improvement tweaks for Anisotropic/Trilinear Filtering. Support for Catalyst A.I.
- Support for system options, VPU Recover, DMA Copy and so on
- Support for MMC applications
- Support for HYDRAVISION applications
- A lot of useful tools. Like Save/Restore Desktop icon positions and more
- Audio Recorder. Allow to record music while playing games. With hot keys
- Screenshots system
- Powerful Plug-Ins support. (API for VC++/Delphi included)
- Radeon Information plugin. Show information about memory type, active rendering pipe lines.
- PCI Register Set. Allow to program any registers in any PCI device at start up time. For advanced users only!
- Source code for plugins as examples.
Supported OS:
- Windows 2000
- Windows XP
- Windows 2003
Windows 9x/ME is not supported!
What's New:
- Updated existing translation files
- Added Polish translation
- Updated Advances Tweaks databases
- Fixed procedure to collect monitoring sources from ATT in 'Motherboard Sources' FlashOSD Plugin.
- Fixed current 3D profile detection in non CCC compatible mode
- Updated Monitoring Graphs module to support external plugins. This excellent idea was first implemented in RivaTuner by Unwinder. ATT and RT plugins are incompatible.
- Added example Monitoring Graphs plugin 'Memory Monitor'. Which can monitor global memory statuses like Memory Load %, Physical memory Available, Page File usage, Virtual memory usage. Source code included.
- Added monitoring plugin 'HDD Temperature'. Allows monitoring temperature of HDD disks via S.M.A.R.T.
- Updated plugins SDK to support new monitoring graphs plugins
- Minor GUI updates
- Updated Driver level Overclocking support for RV560/RV570 boards.
- Added test support for voltage regulation on X1950XTX boards
- Added monitoring plugin 'X1xxx Voltages' to provide monitoring sources for GPU/Mem voltages.
- Updated installation GUI interface
- Added new configuration option. 'Disable using OverDrive in 'Driver Level' overclocking mode'. This option can be useful if your video board has support for OverDrive, but ATT unable to overclock using 'Driver Level' mode. Can be changed in atitray.ini or at installation process.
- Updated Overdrive 3 support detection procedure.
- Updated Core Names database. Added infotmation about RV610/M74/M72/M76/RV630 chips.
- Updated registry handling function under CCC compatibly mode
- Added support for Vista 32bit. Not all of functions will work under Vista at this time.
- Audio recorder and Volume control functionality disabled because of incompatible issues under Vista.
- Updated Advanced Tweaks registry editor to support Windows Vista
- Added new tweaks database 'Avivo Tweaks' for Windows Vista only!
- Fixed memory calculation procedure for some of RV5xx video boards
- Added new option to automatically restore desktop icon positions after resolution changes.
- Updated RefreshLock subsystem. Now you should set only Width, Height and Refresh rate for refresh override. No need to set color quality. Old saved profiles are incompatible with this version so please recreate them again.
- Added new Game Profile option. 'Force VSync=ON'. This option can force using VSync in D3D8/9 games under Vista
- Now only 'Driver level' mode overclocking are allowed for X1xxx video boards. If you want to use Low Level overclocking you should change options in atitray.ini.
- Added support for Radeon X1050
- Updated HW Monitor logging system. Added option to select log file folder location