h199
Legacy Member
hallo
weet er iemand hoe ik windows verkener zou kunnen openen met deze computer als start locatie ( hetgeen je krijgt door winkey+E in te drukken )
weet dat je ze kan laaten openen in een map naar keuze door deze commando's
maar ik vind niet hoe ik het zelfde effect kan krijgen als winkey+E
Zou iemand mij hier mee kunnen helpen ?
bedankt
ik heb gedacht aan aan een batch bestand maar ik weet niet hoe je een keypress of zo iets moet uitvoeren
weet er iemand hoe ik windows verkener zou kunnen openen met deze computer als start locatie ( hetgeen je krijgt door winkey+E in te drukken )
weet dat je ze kan laaten openen in een map naar keuze door deze commando's
• Explorer /n
This command opens an Explorer window using the default setting. This is usually the root of the drive on which Windows is installed.
• Explorer /e
This command starts Windows Explorer using the default view.
• Explorer /e,C:\Windows
This command starts Windows Explorer using the default view, with the focus on C:\Windows.
• Explorer /root, C:\Windows\Cursors
This command starts Windows Explorer at the C:\Windows\Cursors folder. This example uses C:\Windows\Cursors as the "root" directory for Windows Explorer.
NOTE: Note the comma after the "/root" switch in the command.
• Explorer /select, C:\Windows\Cursors\banana.ani
This command starts Windows Explorer with the "C:\Windows\Cursors\banana.ani" file selected.
maar ik vind niet hoe ik het zelfde effect kan krijgen als winkey+E
Zou iemand mij hier mee kunnen helpen ?
bedankt
ik heb gedacht aan aan een batch bestand maar ik weet niet hoe je een keypress of zo iets moet uitvoeren