0

In my computer, there is an internal SSD with the OS and all the programs and an internal HDD with all the data. Every time I want to access this data via Windows File Explorer, I have to wait quite some time (its 2 TB of data in one folder) after opening the HDDs folders until all the files can be accessed. Is it possible to "preload" these files during booting so that the waiting time when accessing the HDD is reduced?

Orsinus
  • 153

2 Answers2

2

Either command: explorer d:\ or dir d:\ in a scheduled task or in a startup folder might help.

gregg
  • 6,307
0

It finally worked with the following code:

consolestate /min

start /min explorer.exe "D:\"
Orsinus
  • 153