mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Add known DLLs.
Install NLS files. svn path=/trunk/; revision=4712
This commit is contained in:
parent
e35e42758a
commit
df24b9bb9a
2 changed files with 10 additions and 0 deletions
|
@ -76,6 +76,11 @@ HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","OS",0x00020
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","Path",0x00020000,"%SystemRoot%\bin;%SystemRoot%\system32;%SystemRoot%"
|
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","Path",0x00020000,"%SystemRoot%\bin;%SystemRoot%\system32;%SystemRoot%"
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","windir",0x00020000,"%SystemRoot%"
|
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","windir",0x00020000,"%SystemRoot%"
|
||||||
|
|
||||||
|
; Known DLLs
|
||||||
|
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\KnownDlls","DllDirectory",0x00020000,"%SystemRoot%\system32"
|
||||||
|
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\KnownDlls","advapi32",0x00000000,"advapi32.dll"
|
||||||
|
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\KnownDlls","kernel32",0x00000000,"kernel32.dll"
|
||||||
|
|
||||||
; Pagefile settings
|
; Pagefile settings
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management","PagingFiles",0x00010000, \
|
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management","PagingFiles",0x00010000, \
|
||||||
"C:\reactos\pagefile.sys"
|
"C:\reactos\pagefile.sys"
|
||||||
|
|
|
@ -105,6 +105,11 @@ VeraMono.ttf = 6
|
||||||
VeraSe.ttf = 6
|
VeraSe.ttf = 6
|
||||||
VeraSeBd.ttf = 6
|
VeraSeBd.ttf = 6
|
||||||
|
|
||||||
|
c_10000.nls = 2
|
||||||
|
c_1252.nls = 2
|
||||||
|
c_437.nls = 2
|
||||||
|
l_intl.nls = 2
|
||||||
|
|
||||||
winhello.exe = 2
|
winhello.exe = 2
|
||||||
|
|
||||||
hcalc.exe = 2
|
hcalc.exe = 2
|
||||||
|
|
Loading…
Reference in a new issue