Joined
·
2,093 Posts
Im running a batch program to open up speedfan from my desktop, of which it starts to, but then a window pops up for the user account control to ask me do i want this app to make changes to my PC, with a yes or no, how can i write this in my batch file, this is what i have so far
@echo off
start "title" "C:\Program Files (x86)\SpeedFan\speedfan.exe"
thanks for all help in advance.
@echo off
start "title" "C:\Program Files (x86)\SpeedFan\speedfan.exe"
thanks for all help in advance.