Fixed SharedDir location.
This commit is contained in:
parent
9b2060afab
commit
81d50b1c8a
|
@ -57,7 +57,11 @@
|
||||||
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]
|
||||||
"ProgramFilesDir"="C:\Program Files"
|
"ProgramFilesDir"="C:\Program Files"
|
||||||
"CommonFilesDir"="C:\Program Files\Common 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.
|
|
||||||
|
# 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.
|
||||||
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup]
|
||||||
"SharedDir"="C:\WINDOWS"
|
"SharedDir"="C:\WINDOWS"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue