HOW TO CREATE ONE CLICK DRIVE ACCESS BAT FILE
Copy this script to create one click CMD file to connect network drive with one click:
net use Z: \\192.168.0.100\d /user:administrator Admin@1234
Note: There is above mention IP:192.168.0.100 this IP of you network PC will be different.
Now in your computer open Notepad and paste this above script and save as .cmd file like this above image.
Now right click on file like above and run as a administrator.
You can see in file explorer there will be new network drive connected icon like this below:
And you can access data or drive of you local network PC .