Would it be possible to Calibrate Your Monitor with DCCW.exe using PowerShell?

oemScript 81 Reputation points
2023-02-12T13:55:09.1133333+00:00

Once I manually calibrate Your Monitor with DCCW.exe, those setting do not load properly everytime I restart PC.

I would like to know on whether it is possible to Calibrate Your Monitor with DCCW.exe using PowerShell or not.

so whenever PC restarts, it would set required setting for Monitor.

Does anyone have any suggestions?

Thanks in advance

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Limitless Technology 44,766 Reputation points
    2023-02-13T16:19:12.2533333+00:00

    Hello there,

    You can run .exe files in PowerShell using three different methods:

    Typing “.\” followed by the name of the file

    Using Invoke-Expression

    Using Start-Process cmdlet

    Start-Process -NoNewWindow -FilePath "Locatiom.exe" -ArgumentList "-verb:sync","-source:dbfullsql="Data Source=mysource;Integrated Security=false;User ID=sa;Pwd=sapass!;Database=mydb;"","-dest:dbfullsql="Data Source=.\mydestsource;Integrated Security=false;User ID=sa;Pwd=sapass!;Database=mydb;"","computername=10.10.10.10","username=administrator","password=adminpass"

    If you need to do this during the start up you can try the task scheduler.

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

  2. oemScript 81 Reputation points
    2023-02-14T03:45:39.8633333+00:00

    For running DCCW.exe, Powershell can activate this program, but not able to do those required setting.

    Would those setting be implemented using powershell as well?

    Do you have any suggestions?

    Thank you very much for any suggestions (^v^)

    0 comments No comments

  3. MotoX80 36,401 Reputation points
    2023-02-17T21:27:45.7566667+00:00

    I ran dccw and saw that it created an icc file in C:\Windows\System32\spool\drivers\color

    I found this video on the internet.

    https://www.youtube.com/watch?v=65VVCXBmnbs

    If the built in Windows color management utility (set as default) doesn't work for you, then try the 3rd party software that this Techless user suggests.

    I did not test that software so I cannot vouch for its functionality.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.