Using NVIDIA Inspector a scheduled task can be created in order to silently overclock the graphics card whenever any user logs-in - a preferred method for some who do not appreciate the bulkiness of other tools.
Assuming that an overclock shortcut has been generated using NVIDIA Inspector, right-click the shortcut and copy the value of the Target
field to a text file. For instance, let's assume that the line reads:
"C:\Program Files\NVIDIA Inspector\nvidiaInspector.exe" -setBaseClockOffset:0,0,300 -setMemoryClockOffset:0,0,320 -setPowerTarget:0,100 -setTempTarget:0,0,70
Next, open the Windows Task Scheduler
(from Administrative tools, available on all Windows versions), and create a new task (follow the menu Action→Create Task…
.
Now, the following configuration has to be made:
Change User or Group
, type in Users
in the pop-up window, press Check Names
and press the OK
button,Run with highest privileges
.New…
button,At log on
from the combo box from Begin the task
,Any user
from Settings
,OK
to return back to the main form.New…
button,Start a program
from the Action
combo box,Browse
button and browse to the nvidiaInspector.exe
executable,Add arguments
box, enter the parameters retrieved from the shortcut previously. As an example, in this case, the Add arguments
text box should contain the string: -setBaseClockOffset:0,0,300 -setMemoryClockOffset:0,0,320 -setPowerTarget:0,100 -setTempTarget:0,0,70
,Start the task only if the computer is on AC power
and the Stop if the computer switches to battery power
.
You can now press OK
and return to the Task Scheduler
main form. Select and right-click the newly created task and select Run…
from the pop-up menu. When the task runs, NVIDIA Inspector should not pop up, there should be no prompt requesting elevated permissions and the task should run in the background, overclock the graphics card and then stop.
The effects can be tested by restarting the machine and then manually launching NVIDIA Inspector to make sure that the settings have been applied when the user logged-in.
More configurations are possible due to the flexibility of the Task Scheduler
but, most importantly, using this method will not make Windows UAC prompt and the overclocking should be performed silently in the background.
NVIDIA Quadro is a high-end graphics card that can be fitted inside Hewlett Packard Proliant Servers provided that some power adapter is made that supplies more wattage to the graphics card than the PCI bus can provide. The cable is actually very tough to find and it consists in two molex connectors with a few connecting cables such that it should be fairly easy to create one provided that the molex connectors are available (if not, they can be salvaged from a power source).
The cable connects between the NVIDIA card with a 6-pin molex to a 10-pin molex on the motherboard. The following sketch shows the connections between the two molex connectors where the equal sign denotes the notch on the molex connector that slots inside the connectors on either end.
+------------------+ | | | +--------------+ | | | | | | | +----------+ | | | | | | | | + + + + + +-+ -=- -=- * * * * * * * * 10 pin molex * * * * * * * * + + + + + + | | | | | | | | +----------+ | | | | | | | +--------------+ | | | +------------------+
The following image is the realization of the cable.
Finally, here is how to connect the cable between the NViDIA Quadro and the motherboard illustrated in the following image.