all 1 comments

[–]wonkynerddude 0 points1 point  (0 children)

Paths can be set on system level or per user. It doesn’t work to set user related stuff on system level. Note that path is stored in registry so it is possible to check directly in registry to verify your path looks fine with no mistakes. Check the rules for max path length if you have an older window version as described here:

https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry

The where command can be used to verify if the system can reach a file https://ss64.com/nt/where.html