how to automate unchecking "Allow Indexing Service to index this disk for fast file searching" in win 10
need vb OR power shell script to uncheck "Allow Indexing Service to index this disk for fast file searching" option for C:\ drive
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Nico_K
4 years ago
you can disable the Indexing service to do so.
sc stop "WSearch"
sc config "WSearch" start= disabled