Jump to content
NotebookTalk

anyone uses nvidia inspector. is 1981.beta the latest.?


raptorddd

Recommended Posts

On 7/30/2022 at 3:10 PM, jaybee83 said:

im actually using nvidia inspector to generate a batch file that i automatically run at windows startup. the batch file forces the 980M to lowest possible voltages and clocks no matter the load (completely fine for desktop usage) and thus severely limits its power usage.

i manually tested what kinda clocks i can get away with, if u go too low u start seeing graphical glitches and/or stutters.

could you help on that batch file. i want nvidia inspector to run at start up.

dell precision m4600

i7 2760QM

8GB ram

MX500 crucial SSD 500GB.

win 10 21H2

Link to comment
Share on other sites

54 minutes ago, raptorddd said:

could you help on that batch file. i want nvidia inspector to run at start up.

hey bud, happy to help. currently on my honeymoon but will be back from the 13th onwards. hit me up via DM as a reminder and ill be sure to post the batch files here :) 

  • Thumb Up 1

Mine: Hyperion "Titan God of Heat, Heavenly Light, Power" (2022-24)
AMD Ryzen 9 7950X (custom TG IHS) / Asus ROG Crosshair X670E Extreme / MSI Geforce RTX 4090 Suprim X / Teamgroup T-Force Delta RGB DDR5-8200 2x24 GB / Seagate Firecuda 530 4 TB / 5x Samsung 860 Evo 4 TB / Arctic Liquid Freezer II 420 (Push/Pull 6x Noctua NF-A14 IndustrialPPC-3000 intake) / Seasonic TX-1600 W Titanium / Phanteks Enthoo Pro 2 TG (3x Arctic P12 A-RGB intake / 4x Arctic P14 A-RGB exhaust / 1x Arctic P14 A-RGB RAM cooling) / Samsung Odyssey Neo G8 32" 4K 240 Hz / Ducky One 3 Daybreak Fullsize Cherry MX Brown / Corsair M65 Ultra RGB / PDP Afterglow Wave Black

 

My Lady's: Clevo NH55JNNQ "Alfred" (2022-24)
Sharp LQ156M1JW03 FHD matte 15.6" IGZO 8 bit @248 Hz / Intel Core i5 12600 / Nvidia Geforce RTX 3070 Ti / Mushkin Redline DDR4-3200 2x32 GB / Samsung 970 Pro 1 TB / Samsung 870 QVO 8 TB / Intel AX201 WIFI 6+BT 5.2 / Win 11 Pro Phoenix Lite OS / 230 W PSU powered by Prema Mod!

Link to comment
Share on other sites

8 hours ago, jaybee83 said:

hey bud, happy to help. currently on my honeymoon but will be back from the 13th onwards. hit me up via DM as a reminder and ill be sure to post the batch files here 🙂

sure.

 congratulations enjoy the honeymoon.

  • Thumb Up 1

dell precision m4600

i7 2760QM

8GB ram

MX500 crucial SSD 500GB.

win 10 21H2

Link to comment
Share on other sites

On 11/9/2022 at 6:38 AM, raptorddd said:

could you help on that batch file. i want nvidia inspector to run at start up.

 

alrighty, back from the honeymoon and a bit of time to help out my fellow forum mates 🙂

 

I have attached the batch files I was using previously with my 980M, generated the commands using Nvidia Inspector shortcuts (the commands are listed in the shortcuts details when right clicking on their properties).

 

as for autostarting, there are three different options that ive used previously:

 

1) Regedit

go to: hkey_local_machine / software / microsoft / windows / current version / run

and add a string value with the location of the batch file to run, i.e. C:\Files\Name.Bat

 

2) Regedit

As above, only use a different location for the string value:

hkey_local_machine\software\wow6432node\microsoft\windows\currentversion\run

 

3) Task Scheduler

Create Task - General / Add Name / Run with highest priviliges / Windows 10
Triggers - New / At Log On / (Optionally Delay Task for 15-20 seconds if any issue applying)
Actions / New / Start a Program / Input Program or File Location (in our case the location of the batch file)

 

hope this helps!

 

cheers

 

PS: Notice how the three batch files have sometimes differing command structures, this depends on what kinda settings u applied in Nvidia Inspector, be it underclocking / power limits or overclocking.

 

Nvidia 980M Inspector Batch Files.zip

  • Thumb Up 1

Mine: Hyperion "Titan God of Heat, Heavenly Light, Power" (2022-24)
AMD Ryzen 9 7950X (custom TG IHS) / Asus ROG Crosshair X670E Extreme / MSI Geforce RTX 4090 Suprim X / Teamgroup T-Force Delta RGB DDR5-8200 2x24 GB / Seagate Firecuda 530 4 TB / 5x Samsung 860 Evo 4 TB / Arctic Liquid Freezer II 420 (Push/Pull 6x Noctua NF-A14 IndustrialPPC-3000 intake) / Seasonic TX-1600 W Titanium / Phanteks Enthoo Pro 2 TG (3x Arctic P12 A-RGB intake / 4x Arctic P14 A-RGB exhaust / 1x Arctic P14 A-RGB RAM cooling) / Samsung Odyssey Neo G8 32" 4K 240 Hz / Ducky One 3 Daybreak Fullsize Cherry MX Brown / Corsair M65 Ultra RGB / PDP Afterglow Wave Black

 

My Lady's: Clevo NH55JNNQ "Alfred" (2022-24)
Sharp LQ156M1JW03 FHD matte 15.6" IGZO 8 bit @248 Hz / Intel Core i5 12600 / Nvidia Geforce RTX 3070 Ti / Mushkin Redline DDR4-3200 2x32 GB / Samsung 970 Pro 1 TB / Samsung 870 QVO 8 TB / Intel AX201 WIFI 6+BT 5.2 / Win 11 Pro Phoenix Lite OS / 230 W PSU powered by Prema Mod!

Link to comment
Share on other sites

12 hours ago, jaybee83 said:

 

alrighty, back from the honeymoon and a bit of time to help out my fellow forum mates 🙂

 

I have attached the batch files I was using previously with my 980M, generated the commands using Nvidia Inspector shortcuts (the commands are listed in the shortcuts details when right clicking on their properties).

 

as for autostarting, there are three different options that ive used previously:

 

1) Regedit

go to: hkey_local_machine / software / microsoft / windows / current version / run

and add a string value with the location of the batch file to run, i.e. C:\Files\Name.Bat

 

2) Regedit

As above, only use a different location for the string value:

hkey_local_machine\software\wow6432node\microsoft\windows\currentversion\run

 

3) Task Scheduler

Create Task - General / Add Name / Run with highest priviliges / Windows 10
Triggers - New / At Log On / (Optionally Delay Task for 15-20 seconds if any issue applying)
Actions / New / Start a Program / Input Program or File Location (in our case the location of the batch file)

 

hope this helps!

 

cheers

 

PS: Notice how the three batch files have sometimes differing command structures, this depends on what kinda settings u applied in Nvidia Inspector, be it underclocking / power limits or overclocking.

 

Nvidia 980M Inspector Batch Files.zip 979 B · 2 downloads

thanks but am still a bit confused.. 

this are the settings i want to change

Cahhpture.PNG.e4e3a3391832658e3f84fc8d180ac97e.PNG

 

overclock file has this

 

"C:\Gabriel\Programs\Nvidia Inspector\nvidiaInspector.exe" -setGpuClock:0,0,405 -setMemoryClock:0,0,324 
"C:\Gabriel\Programs\Nvidia Inspector\nvidiaInspector.exe" -setGpuClock:0,1,405 -setMemoryClock:0,1,810 
"C:\Gabriel\Programs\Nvidia Inspector\nvidiaInspector.exe" -setGpuClock:0,2,540 -setMemoryClock:0,2,1600
"C:\Gabriel\Programs\Nvidia Inspector\nvidiaInspector.exe" -setBaseClockOffset:0,0,0 -setMemoryClockOffset:0,0,400 -setVoltageOffset:0,0,0 -setTempTarget:0,1,92 

 

i need to edit this right.?  where is memory shade. ?

dell precision m4600

i7 2760QM

8GB ram

MX500 crucial SSD 500GB.

win 10 21H2

Link to comment
Share on other sites

4 hours ago, raptorddd said:

thanks but am still a bit confused.. 

this are the settings i want to change

Cahhpture.PNG.e4e3a3391832658e3f84fc8d180ac97e.PNG

 

overclock file has this

 

"C:\Gabriel\Programs\Nvidia Inspector\nvidiaInspector.exe" -setGpuClock:0,0,405 -setMemoryClock:0,0,324 
"C:\Gabriel\Programs\Nvidia Inspector\nvidiaInspector.exe" -setGpuClock:0,1,405 -setMemoryClock:0,1,810 
"C:\Gabriel\Programs\Nvidia Inspector\nvidiaInspector.exe" -setGpuClock:0,2,540 -setMemoryClock:0,2,1600
"C:\Gabriel\Programs\Nvidia Inspector\nvidiaInspector.exe" -setBaseClockOffset:0,0,0 -setMemoryClockOffset:0,0,400 -setVoltageOffset:0,0,0 -setTempTarget:0,1,92 

 

i need to edit this right.?  where is memory shade. ?

 

if you go to the overclocking section in Nvidia Inspector, ull see that u can only adjust GPU core and vRAM. there is no separate slider for Shaders. I guess those would be adjusted automatically with the GPU core at a ratio of 2:1 like listed in your screenshot.

  • Thumb Up 1

Mine: Hyperion "Titan God of Heat, Heavenly Light, Power" (2022-24)
AMD Ryzen 9 7950X (custom TG IHS) / Asus ROG Crosshair X670E Extreme / MSI Geforce RTX 4090 Suprim X / Teamgroup T-Force Delta RGB DDR5-8200 2x24 GB / Seagate Firecuda 530 4 TB / 5x Samsung 860 Evo 4 TB / Arctic Liquid Freezer II 420 (Push/Pull 6x Noctua NF-A14 IndustrialPPC-3000 intake) / Seasonic TX-1600 W Titanium / Phanteks Enthoo Pro 2 TG (3x Arctic P12 A-RGB intake / 4x Arctic P14 A-RGB exhaust / 1x Arctic P14 A-RGB RAM cooling) / Samsung Odyssey Neo G8 32" 4K 240 Hz / Ducky One 3 Daybreak Fullsize Cherry MX Brown / Corsair M65 Ultra RGB / PDP Afterglow Wave Black

 

My Lady's: Clevo NH55JNNQ "Alfred" (2022-24)
Sharp LQ156M1JW03 FHD matte 15.6" IGZO 8 bit @248 Hz / Intel Core i5 12600 / Nvidia Geforce RTX 3070 Ti / Mushkin Redline DDR4-3200 2x32 GB / Samsung 970 Pro 1 TB / Samsung 870 QVO 8 TB / Intel AX201 WIFI 6+BT 5.2 / Win 11 Pro Phoenix Lite OS / 230 W PSU powered by Prema Mod!

Link to comment
Share on other sites

7 hours ago, jaybee83 said:

 

if you go to the overclocking section in Nvidia Inspector, ull see that u can only adjust GPU core and vRAM. there is no separate slider for Shaders. I guess those would be adjusted automatically with the GPU core at a ratio of 2:1 like listed in your screenshot.

actually on my quadro 2000m is the other way around. clocks is greyed out but when i move shaders slider then clocks moves.

 

Captsusres.PNG.9d83389de8e0a19588e1ba29330f1b90.PNG

 

but do i have to edit the batch file right.?

 

i found this.. is part of a code.

 

Run, "C:\Program Files (x86)\Nvidia Inspector\nvidiaInspector.exe" -setShaderClock:0`,2`,1619 -setMemoryClock:0`,2`,1250 -setVoltage:0`,2`,970`,
}
 

in my case since gpu is greyed out i need to set shader.??

 

 

  • Thumb Up 1

dell precision m4600

i7 2760QM

8GB ram

MX500 crucial SSD 500GB.

win 10 21H2

Link to comment
Share on other sites

If you press "Create clocks shortcut" does it not create a shortcut for you with the right commands in it for the settings that you have chosen?

  • Thumb Up 2

Apple MacBook Pro 16-inch, 2023 (personal) • Dell Precision 7560 (work) • Full specs in spoiler block below
Info posts (Dell) — Dell Precision key postsDell driver RSS feeds • Dell Fan Management — override fan behavior
Info posts (Windows) — Turbo boost toggle • The problem with Windows 11 • About Windows 10 LTSC

Spoiler

Apple MacBook Pro 16-inch, 2023 (personal)

  • M2 Max
    • 4 efficiency cores
    • 8 performance cores
    • 38-core Apple GPU
  • 96GB LPDDR5-6400
  • 8TB SSD
  • macOS 14 "Sonoma"
  • 16.2" 3456×2234 120 Hz mini-LED VRR display
  • Wi-Fi 6E + Bluetooth 5.3
  • 99.6Wh battery
  • 1080p webcam
  • Fingerprint reader

Also — iPhone 12 Pro 512GB, Apple Watch Series 8

 

Dell Precision 7560 (work)

  • Intel Xeon W-11955M ("Tiger Lake")
    • 8×2.6 GHz base, 5.0 GHz turbo, hyperthreading ("Willow Cove")
  • 64GB DDR4-3200 ECC
  • NVIDIA RTX A2000 4GB
  • Storage:
    • 512GB system drive (Micron 2300)
    • 4TB additional storage (Sabrent Rocket Q4)
  • Windows 10 Enterprise LTSC 2021
  • 15.6" 3940×2160 IPS display
  • Intel Wi-Fi AX210 (Wi-Fi 6E + Bluetooth 5.3)
  • 95Wh battery
  • 720p IR webcam
  • Fingerprint reader

 

Previous

  • Dell Precision 7770, 7530, 7510, M4800, M6700
  • Dell Latitude E6520
  • Dell Inspiron 1720, 5150
  • Dell Latitude CPi
Link to comment
Share on other sites

Captsurde.PNG.60ac2ba76c9b2ab8fe00d51677eb0644.PNG

1 hour ago, Aaron44126 said:

If you press "Create clocks shortcut" does it not create a shortcut for you with the right commands in it for the settings that you have chosen?

in nvidia inspector after i set clocks.?? yes it creates a shortcut. that when double click on it it sets those clocks. as a reboot resets default clocks.

i have the shorcut. what i want is to turn on laptop and have those clocks apply everytime i turn on or restart laptop.

dell precision m4600

i7 2760QM

8GB ram

MX500 crucial SSD 500GB.

win 10 21H2

Link to comment
Share on other sites

2 minutes ago, raptorddd said:

Captsurde.PNG.60ac2ba76c9b2ab8fe00d51677eb0644.PNG

in nvidia inspector after i set clocks.?? yes it creates a shortcut. that when double click on it it sets those clocks. as a reboot resets default clocks.

i have the shorcut. what i want is to turn on laptop and have those clocks apply everytime i turn on or restart laptop.

 

Inspect the shortcut properties and you should be able to find the commands it put in there.

  • Thumb Up 2

Apple MacBook Pro 16-inch, 2023 (personal) • Dell Precision 7560 (work) • Full specs in spoiler block below
Info posts (Dell) — Dell Precision key postsDell driver RSS feeds • Dell Fan Management — override fan behavior
Info posts (Windows) — Turbo boost toggle • The problem with Windows 11 • About Windows 10 LTSC

Spoiler

Apple MacBook Pro 16-inch, 2023 (personal)

  • M2 Max
    • 4 efficiency cores
    • 8 performance cores
    • 38-core Apple GPU
  • 96GB LPDDR5-6400
  • 8TB SSD
  • macOS 14 "Sonoma"
  • 16.2" 3456×2234 120 Hz mini-LED VRR display
  • Wi-Fi 6E + Bluetooth 5.3
  • 99.6Wh battery
  • 1080p webcam
  • Fingerprint reader

Also — iPhone 12 Pro 512GB, Apple Watch Series 8

 

Dell Precision 7560 (work)

  • Intel Xeon W-11955M ("Tiger Lake")
    • 8×2.6 GHz base, 5.0 GHz turbo, hyperthreading ("Willow Cove")
  • 64GB DDR4-3200 ECC
  • NVIDIA RTX A2000 4GB
  • Storage:
    • 512GB system drive (Micron 2300)
    • 4TB additional storage (Sabrent Rocket Q4)
  • Windows 10 Enterprise LTSC 2021
  • 15.6" 3940×2160 IPS display
  • Intel Wi-Fi AX210 (Wi-Fi 6E + Bluetooth 5.3)
  • 95Wh battery
  • 720p IR webcam
  • Fingerprint reader

 

Previous

  • Dell Precision 7770, 7530, 7510, M4800, M6700
  • Dell Latitude E6520
  • Dell Inspiron 1720, 5150
  • Dell Latitude CPi
Link to comment
Share on other sites

5 hours ago, Aaron44126 said:

 

Inspect the shortcut properties and you should be able to find the commands it put in there.

C:\Users\*****\Desktop\nvidiaInspector\nvidiaInspector.exe -setShaderClock:0,2,1200 -setMemoryClock:0,2,950 -setVoltage:0,2,900 

 

found them..

thanks

 

so this is jaybee script file

 

"C:\Gabriel\Programs\Nvidia Inspector\nvidiaInspector.exe" -setGpuClock:0,0,405 -setMemoryClock:0,0,324 
"C:\Gabriel\Programs\Nvidia Inspector\nvidiaInspector.exe" -setGpuClock:0,1,405 -setMemoryClock:0,1,810 
"C:\Gabriel\Programs\Nvidia Inspector\nvidiaInspector.exe" -setGpuClock:0,2,540 -setMemoryClock:0,2,1600
"C:\Gabriel\Programs\Nvidia Inspector\nvidiaInspector.exe" -setBaseClockOffset:0,0,0 -setMemoryClockOffset:0,0,400 -setVoltageOffset:0,0,0 -setTempTarget:0,1,92 

 

i only need this edited in file.

C:\Users\*****\Desktop\nvidiaInspector\nvidiaInspector.exe -setShaderClock:0,2,1200 -setMemoryClock:0,2,950 -setVoltage:0,2,900 

  • Thumb Up 1

dell precision m4600

i7 2760QM

8GB ram

MX500 crucial SSD 500GB.

win 10 21H2

Link to comment
Share on other sites

On 11/15/2022 at 5:13 PM, raptorddd said:

actually on my quadro 2000m is the other way around. clocks is greyed out but when i move shaders slider then clocks moves.

 

Captsusres.PNG.9d83389de8e0a19588e1ba29330f1b90.PNG

 

but do i have to edit the batch file right.?

 

i found this.. is part of a code.

 

Run, "C:\Program Files (x86)\Nvidia Inspector\nvidiaInspector.exe" -setShaderClock:0`,2`,1619 -setMemoryClock:0`,2`,1250 -setVoltage:0`,2`,970`,
}
 

in my case since gpu is greyed out i need to set shader.??

 

 

 

huh, interesting! havent used a mobile quadro before, so not familiar with those. but in the end its basically the same, with one u also control the other since theyre linked 🙂 

 

On 11/15/2022 at 5:16 PM, Aaron44126 said:

If you press "Create clocks shortcut" does it not create a shortcut for you with the right commands in it for the settings that you have chosen?

 

On 11/15/2022 at 6:45 PM, Aaron44126 said:

 

Inspect the shortcut properties and you should be able to find the commands it put in there.

 

exactamente! thats basically how i did it haha. pretty simple and straight forward.

 

7 hours ago, raptorddd said:

UPDATE. ok i got it working

copied the shorcut command in properties to .bat file placed it in start up folder and it works. thanks @jaybee83 and @Aaron44126

 

awesome, good job! btw, what ive noticed on my 980M was dialing back from OC or Stock settings to powersave settings, ill have to apply the batch file multiple times before everything is set correctly. to streamline this, ull notice that i sometimes repeated a set of commands multiples times to have it all neatly executing inside a single batch file. 

  • Thumb Up 1

Mine: Hyperion "Titan God of Heat, Heavenly Light, Power" (2022-24)
AMD Ryzen 9 7950X (custom TG IHS) / Asus ROG Crosshair X670E Extreme / MSI Geforce RTX 4090 Suprim X / Teamgroup T-Force Delta RGB DDR5-8200 2x24 GB / Seagate Firecuda 530 4 TB / 5x Samsung 860 Evo 4 TB / Arctic Liquid Freezer II 420 (Push/Pull 6x Noctua NF-A14 IndustrialPPC-3000 intake) / Seasonic TX-1600 W Titanium / Phanteks Enthoo Pro 2 TG (3x Arctic P12 A-RGB intake / 4x Arctic P14 A-RGB exhaust / 1x Arctic P14 A-RGB RAM cooling) / Samsung Odyssey Neo G8 32" 4K 240 Hz / Ducky One 3 Daybreak Fullsize Cherry MX Brown / Corsair M65 Ultra RGB / PDP Afterglow Wave Black

 

My Lady's: Clevo NH55JNNQ "Alfred" (2022-24)
Sharp LQ156M1JW03 FHD matte 15.6" IGZO 8 bit @248 Hz / Intel Core i5 12600 / Nvidia Geforce RTX 3070 Ti / Mushkin Redline DDR4-3200 2x32 GB / Samsung 970 Pro 1 TB / Samsung 870 QVO 8 TB / Intel AX201 WIFI 6+BT 5.2 / Win 11 Pro Phoenix Lite OS / 230 W PSU powered by Prema Mod!

Link to comment
Share on other sites

  • 2 weeks later...

Well.  A new update was posted, 1.9.8.6.

  • Thumb Up 1

Apple MacBook Pro 16-inch, 2023 (personal) • Dell Precision 7560 (work) • Full specs in spoiler block below
Info posts (Dell) — Dell Precision key postsDell driver RSS feeds • Dell Fan Management — override fan behavior
Info posts (Windows) — Turbo boost toggle • The problem with Windows 11 • About Windows 10 LTSC

Spoiler

Apple MacBook Pro 16-inch, 2023 (personal)

  • M2 Max
    • 4 efficiency cores
    • 8 performance cores
    • 38-core Apple GPU
  • 96GB LPDDR5-6400
  • 8TB SSD
  • macOS 14 "Sonoma"
  • 16.2" 3456×2234 120 Hz mini-LED VRR display
  • Wi-Fi 6E + Bluetooth 5.3
  • 99.6Wh battery
  • 1080p webcam
  • Fingerprint reader

Also — iPhone 12 Pro 512GB, Apple Watch Series 8

 

Dell Precision 7560 (work)

  • Intel Xeon W-11955M ("Tiger Lake")
    • 8×2.6 GHz base, 5.0 GHz turbo, hyperthreading ("Willow Cove")
  • 64GB DDR4-3200 ECC
  • NVIDIA RTX A2000 4GB
  • Storage:
    • 512GB system drive (Micron 2300)
    • 4TB additional storage (Sabrent Rocket Q4)
  • Windows 10 Enterprise LTSC 2021
  • 15.6" 3940×2160 IPS display
  • Intel Wi-Fi AX210 (Wi-Fi 6E + Bluetooth 5.3)
  • 95Wh battery
  • 720p IR webcam
  • Fingerprint reader

 

Previous

  • Dell Precision 7770, 7530, 7510, M4800, M6700
  • Dell Latitude E6520
  • Dell Inspiron 1720, 5150
  • Dell Latitude CPi
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use