Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
7bf36ad3
Commit
7bf36ad3
authored
Oct 24, 1999
by
Nathaniel
Committed by
Alexandre Julliard
Oct 24, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved registry isolation possibilities.
parent
68944c20
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
registry.c
misc/registry.c
+0
-0
wine.ini
wine.ini
+16
-4
No files found.
misc/registry.c
View file @
7bf36ad3
This diff is collapsed.
Click to expand it.
wine.ini
View file @
7bf36ad3
...
...
@@ -125,13 +125,25 @@ LPT3:=/dev/lp3
[spy]
Exclude
=
WM_SIZE;WM_TIMER;
[
R
egistry]
[
r
egistry]
; Paths must be given in /dir/dir/file.reg format.
; Wine will not understand dos file names here...
;UserFileName=xxx ; alternate registry file name (user.reg)
;LocalMachineFileName=xxx ; (system.reg)
AltCurrentUserFile
=
; alternate registry file name: HKCU
AltUserFile= ; alternate registry file name: HKU
AltLocalMachineFile
=
; alternate registry file name: HKLM
;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home and Alt
;Note: it is pointless to specify alt files and neither load nor write to them.
LoadGlobalRegistryFiles
=
Y ; Global registries (stored in /etc)
LoadHomeRegistryFiles
=
Y ; Home registries (stored in ~user/.wine/)
LoadWindowsRegistryFiles
=
Y ; Windows registries in windows path, above
LoadAltRegistryFiles
=
Y ; Load above registries.
WritetoHomeRegitsryFiles
=
Y ; TRY to write all changes to home registries
WritetoAltRegistryFiles
=
Y ; TRY to write all changes to alt registries
[Tweak.Layout]
;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')
;WineLook=Win95
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment