:This should stop a error message from appearing
:every time computer starts up

:Start nVidia service on demand
sc config NVSvc start= demand

:Remove corrupted item from startup sequence
REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\Run" /v "NvCplDaemon" /f
