forked from uk-dave/SolidEdge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopen_dft_in_solid_edge_multiple.reg
More file actions
72 lines (54 loc) · 2.57 KB
/
open_dft_in_solid_edge_multiple.reg
File metadata and controls
72 lines (54 loc) · 2.57 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Windows Registry Editor Version 5.00
; open_dft_in_solid_edge
; Copyright (C) 2023, 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 Solid Edge .dft files to open by default into
; multiple instances of Solid Edge.
;
; Note: This registry change will first remove any existing entries for
; the .dft file associations.
;
; ---------------------------------------------------------------------
;
; 09/02/2023 merritt initial release
;
[-HKEY_CURRENT_USER\Software\Classes\.dft]
[-HKEY_CURRENT_USER\Software\Classes\dft_auto_file]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.dft]
[HKEY_CURRENT_USER\Software\Classes\.dft]
@="dft_auto_file"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.dft]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.dft\OpenWithList]
"a"="edge.exe"
"MRUList"="a"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.dft\OpenWithProgids]
"dft_auto_file"=hex(0):
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.dft\UserChoice]
"Progid"="dft_auto_file"
[HKEY_CURRENT_USER\Software\Classes\dft_auto_file]
@=""
[HKEY_CURRENT_USER\Software\Classes\dft_auto_file\shell]
[HKEY_CURRENT_USER\Software\Classes\dft_auto_file\shell\edit]
[HKEY_CURRENT_USER\Software\Classes\dft_auto_file\shell\edit\command]
@="\"C:\\Program Files\\Siemens\\Solid Edge 2023\\Program\\Edge.EXE\" \"%1\""
[HKEY_CURRENT_USER\Software\Classes\dft_auto_file\shell\open]
[HKEY_CURRENT_USER\Software\Classes\dft_auto_file\shell\open\command]
@="\"C:\\Program Files\\Siemens\\Solid Edge 2023\\Program\\Edge.EXE\" \"%1\""
[HKEY_CURRENT_USER\Software\Classes\dft_auto_file\shell\Read]
[HKEY_CURRENT_USER\Software\Classes\dft_auto_file\shell\Read\command]
@="\"C:\\Program Files\\Siemens\\Solid Edge 2023\\Program\\Edge.EXE\" \"%1\""