Skip to content

Commit d461bda

Browse files
authored
Add files via upload
1 parent 4c7fbd3 commit d461bda

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

v2/DownloadNvProfile.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
powershell -c "Invoke-WebRequest -Uri 'https://cdn.discordapp.com/attachments/460788721789173760/836340936865742918/nvidiaProfileInspector.exe' -OutFile C:\Windows\nvidiaProfileInspector.exe
3+
powershell -c "Invoke-WebRequest -Uri 'https://cdn.discordapp.com/attachments/460788721789173760/837315087907422228/nvprofile.nip' -OutFile C:\Windows\nvprofile.nip
4+
start "" /wait "C:\Windows\nvidiaProfileInspector.exe" "C:\Windows\nvprofile.nip"
5+
timeout 2 >nul
6+
exit

0 commit comments

Comments
 (0)