-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathregistry.htm
More file actions
48 lines (44 loc) · 2.14 KB
/
registry.htm
File metadata and controls
48 lines (44 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>7. Windows Registry Backups</title>
<meta name="GENERATOR" content="WinCHM">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
html,body {
/* Default Font */
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
}
</style>
</head>
<body>
<div class="pageSection">
<div class="pageSectionHeader">
<a name="registry" id="registry">Windows Registry Backups</a>
</div>
<div class="pageSectionContent">
<p>Games can also save your progress to the Windows registry instead of using a location on your hard drive. As of v1.1.8, GBM now supports saving and restoring registry keys.</p>
<IMG class=manual alt="Registry Configuration" src ="./GBM_files/manual_24.jpg" width =786 height=688 >
<h4>Important Details:</h4>
<ul>
<li>Registry backups are supported in Windows and in
Wine/Proton on Linux.
<li>The Windows/Wine reg.exe utility is used to
manipulate the registry, GBM does not manipulate it directly.
<li>In Windows, GBM must be running as administrator to
backup from or restore to the registry.
<li>GBM cannot backup or restore specific registry values, only entire keys and/or sub-keys. This is a limitation of reg.exe and regedit.exe. If that doesn't make sense, <A href="https://docs.microsoft.com/en-us/windows/desktop/SysInfo/structure-of-the-registry" target=_blank>read more</A> about the Windows registry.<li>GBM only supports saving and restoring to the
HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER registry hives.
<li>GBM detects registry configurations based on the
presence of HKEY_LOCAL_MACHINE, HKLM, HKEY_CURRENT_USER or HKCU at the start
of a path.
<li>The Game Manager will disable all the features that are not supported when a registry configuration is detected.</li>
</ul>
</div>
<div class="pageSectionFooter">
<a href="manual.htm">Back to Contents</a>
</div>
</div>
</body>
</html>