mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Create the pagefile at the root of the drive by default. Now when you install to an alternate %systemroot%, you can still have a page file.
svn path=/trunk/; revision=21732
This commit is contained in:
parent
3582ded91e
commit
0962d9ef05
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\KnownDlls","kernel32",0x0
|
||||||
|
|
||||||
; 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:\pagefile.sys"
|
||||||
|
|
||||||
; Subsystems
|
; Subsystems
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Subsystems","Debug",0x00020000,""
|
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Subsystems","Debug",0x00020000,""
|
||||||
|
|
Loading…
Reference in a new issue