blackbonner opened this issue on Jan 15, 2020 ยท 13 posts
structure posted Tue, 21 January 2020 at 3:46 PM Forum Coordinator
there can be issues with windows search, you should try turning the indexing service off
Open an elevated command prompt. ( run as administrator )
Type the following commands:
sc stop "WSearch"
sc config "WSearch" start= disabled
The first command will stop the service.
The second command will disable it.
Locked Out