Added the "SharedDir" registry key.
This commit is contained in:
parent
a8cc5f543e
commit
08412fb64d
|
@ -57,6 +57,8 @@
|
|||
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]
|
||||
"ProgramFilesDir"="C:\Program Files"
|
||||
"CommonFilesDir"="C:\Program Files\Common Files"
|
||||
# This is intended for a centrally managed (server) directory where system files and e.g. fonts can reside. Most installs have this set to C:\WINDOWS, though.
|
||||
"SharedDir"="C:\WINDOWS"
|
||||
|
||||
#
|
||||
# Configuration for unhandled exceptions
|
||||
|
|
Loading…
Reference in New Issue