Top 13 Full Version Free Antivirus Download Top 13 Free Antivirus 2013 Hello friends, you know our first motive is to protect our pc from viruses and other hacking attacks. If You are not protected by viruses. RunAsDate v1.11 can be called as the perfect tool to crack any software with ease. RunAsDate is called a light app as its not an heavy application and weighs just few kbs. This tool runs on the date and time mentioned by us and won’t make any change to the system time.

ControlMyMonitor v1.27 - View and modify the settings of your monitor from command line or GUI
Copyright (c) 2017 - 2020 Nir Sofer

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.

Runasdate V1.11 Free Music

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%
  • 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.exe

After 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

FreeControlMyMonitor 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'Runasdate V1.11 Free
Monitor ID: 'MONITORGSM59A4{4d36e96e-e325-11ce-bfc1-08002be10318}0012'Runasdate V1.11 Free

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:
ControlMyMonitor.exe /SetValue Primary 10 70

Set the contrast of the monitor with serial number 102ABC335 to 65:
ControlMyMonitor.exe /SetValue '102ABC335' 12 65

Restore factory defaults to the .DISPLAY1Monitor0 monitor:
ControlMyMonitor.exe /SetValue '.DISPLAY1Monitor0' 04 1

Turn on the .DISPLAY2Monitor0 monitor:
ControlMyMonitor.exe /SetValue '.DISPLAY2Monitor0' D6 1

Turn off the .DISPLAY2Monitor0 monitor: (On some monitors you should set the value to 4 instead of 5)
ControlMyMonitor.exe /SetValue '.DISPLAY2Monitor0' D6 5

Change the input source of .DISPLAY3Monitor0 monitor:
ControlMyMonitor.exe /SetValue '.DISPLAY3Monitor0' 60 3

/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%:
ControlMyMonitor.exe /ChangeValue Primary 10 5

Decrease the contrast of the .DISPLAY1Monitor0 monitor by 5%:
ControlMyMonitor.exe /ChangeValue '.DISPLAY1Monitor0' 12 -5

The following command switches between 3 brightness values - 30%, 50%, 90% :
ControlMyMonitor.exe /SwitchValue '.DISPLAY1Monitor0' 10 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:
  1. Run ControlMyMonitor with /savelangfile parameter:
    ControlMyMonitor.exe /savelangfile
    A file named ControlMyMonitor_lng.ini will be created in the folder of ControlMyMonitor utility.
  2. Open the created language file in Notepad or in any other text editor.
  3. 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.
  4. 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.

Runasdate V1.11 Free Download

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

Runasdate V1.11 FreeThe 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.com
Download ControlMyMonitor
Free

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.

Runasdate V1.11 Free Fire

LanguageTranslated ByDateVersion
ArabicAmmar Kurd04/02/20191.11
Brazilian PortugueseWellington Uemura12/03/20191.12
DutchJan Verheijen02/06/20201.26
FrenchLargo20/09/20181.10
German«Latino» auf WinTotal.de31/05/20201.26
Greekgeogeo.gr10/05/20191.15
ItalianStyb05/06/20201.26
RussianDmitry Yerokhin26/02/20201.25
Simplified ChineseQuick15/02/20201.25
SlovakFrantišek Fico01/06/20201.26
Traditional ChineseDanfong Hsieh11/02/20201.25