Search found 2 matches

by tuvix
08 Jun 2022 13:55
Forum: DOS Batch Forum
Topic: Run Dialog Box
Replies: 2
Views: 3458

Run Dialog Box

Hey guys, I am trying to get the Windows Run Dialog Box to always run as administrator so I will not have to keep pushing CTRL+SHIFT+ENTER to run the command as admin. How would I do that? I am new to this so any help would be greatly appreciated.
by tuvix
08 Jun 2022 00:22
Forum: DOS Batch Forum
Topic: Universal Batch
Replies: 1
Views: 2597

Universal Batch

Hey guys, I am trying to create a universal batch file so I won't have to keep changing the user profile. Replace "Username" but it needs to be universal. Here is what I have @echo off set ChromeDir=C:\Users\Username\AppData\Local\Google\Chrome\User Data del /q /s /f "%ChromeDir%" rd /s /q "%ChromeD...