I'm using a batch file to automatically launch a software at login. This software maps a remote drives to which one letter is assigned (R:) and opens the file explorer to R:.
I would like to append a line to the batch file that would change the current directory to "This PC" / "Computer", so that --in Windows file explorer-- the user see all available drives including remote ones. I'm aware that it is not a real folder --like the user folder would be for instance-- but a key in the registry.
In the file explorer, is there however a way to access "This PC" in command line/batch file mode?