-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsolid_edge_software_driven.reg
More file actions
43 lines (40 loc) · 3.85 KB
/
solid_edge_software_driven.reg
File metadata and controls
43 lines (40 loc) · 3.85 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
Windows Registry Editor Version 5.00
; solid_edge_software_driven
; Copyright (C) 2019 David C. Merritt, david.c.merritt@siemens.com
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, either version 3 of the License, or
; (at your option) any later version.
;
; This program is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
; GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with this program. If not, see <http://www.gnu.org/licenses/>.
;
; ---------------------------------------------------------------------
;
; Registry script to set the Solid Edge Application Display in the
; Solid Options -> View to "software driven".
;
; This registry script can be useful when there are graphics card issues
; or graphics driver issues preventing Solid Edge from starting up.
; This script will automatically set the application display preference
; to the lowest level of "software driven" thereby allowing Solid Edge
; to launch if graphics card/driver issue was preventing start up.
;
; ---------------------------------------------------------------------
;
; 13/03/2019 merritt initial release
; 16/04/2020 merritt updated to Solid Edge 2020
; 09/04/2021 merritt updated to Solid Edge 2021
; 18/01/2022 merritt updated to Solid Edge 2022
; 08/02/2024 merritt updated to Solid Edge 2024
;
[HKEY_CURRENT_USER\Software\Siemens\Solid Edge\Version 224\PrefSets\Options-View]
"ApplicationDisplay"=hex:02,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00
"AutoConfigure"=hex:06,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"UseDisplayLists"=hex:06,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00