When I try to add folder "c:\windows\system32\dllcache" i get a message the folder already exist but I can't find the "dllcache folder" if I search in System32.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To access dllcache, from a command window execute:
cd c:\windows\system32
now if you execute dir, dllcache does not show up as a directory.
however if you execute:
cd dllcache
you will find yourself in c:\windows\system32\dllcache.
Apparently microsoft doesn't want users to disturb this directory so it doesn't show up, but it is there.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I try to add folder "c:\windows\system32\dllcache" i get a message the folder already exist but I can't find the "dllcache folder" if I search in System32.
To access dllcache, from a command window execute:
cd c:\windows\system32
now if you execute dir, dllcache does not show up as a directory.
however if you execute:
cd dllcache
you will find yourself in c:\windows\system32\dllcache.
Apparently microsoft doesn't want users to disturb this directory so it doesn't show up, but it is there.