I have users that have folders on a network drive that have their username part of the folder name.
How can I modify this search to work? kind:=folder %UserName%
Note: Below works, but i need to be able to use %username% to work.
kind:=folder jsmith
If that cannot work, can I edit a saved search in notepad for jsmith, and do a find and replace with something like "System.Windows.Forms.SystemInformation.UserName Kind:=folder"
It actually is my goal to make a .search-ms file that uses this.
Thanks!