Windows runs the .bat file and is set to start at boot without displaying the window

boot up

Step 1; To 脚本set a desktop shortcut

Step 2:
Copy/cut the generated shortcut to the following folder C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
, so that it can be started automatically after booting, enjoy using it!

Start without pop-up window, silent

create vbs file

Set ws = CreateObject("Wscript.Shell")    
ws.run "cmd /c start_mount.bat",vbhide

insert image description here

Guess you like

Origin blog.csdn.net/qq_35385687/article/details/129708891