Skip to content

Commit b39217c

Browse files
committed
Update
1 parent 8270181 commit b39217c

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# winevdm on 64-bit Windows
22

3-
<img src="screenshot.PNG">
3+
![screenshot](screenshot.PNG)
44

55
[Download stable version](https://github.com/otya128/winevdm/releases)
66

@@ -17,6 +17,10 @@ An altered version of winevdm (a 16-bit Windows emulator), ported to 64-bit Wind
1717
+ Edit PropertySheet.props
1818
+ Compile
1919

20+
# How to run
21+
22+
+ Drag and drop Win16 executable file to otvdm.exe or execute otvdmw.exe.
23+
2024
# How to install
2125

2226
+ Download or compile

install.reg

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ Windows Registry Editor Version 5.00
33
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NtVdm64\OTVDM]
44
"CommandLine"=" --ntvdm64: \"%m\" --ntvdm64-args: %c"
55
"InternalName"="*"
6-
"MappedExeName"="C:\\PATH\\TO\\otvdm.exe"
76
"ProductName"="*"
87
"ProductVersion"="*"
8+
;If you want to hide the console window, change otvdm.exe to otvdmw.exe
9+
;Path separator must be \\ instead of \
10+
"MappedExeName"="C:\\PATH\\TO\\otvdm.exe"
911

1012
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows NT\CurrentVersion\NtVdm64\OTVDM]
1113
"CommandLine"=" --ntvdm64: \"%m\" --ntvdm64-args: %c"
1214
"InternalName"="*"
13-
"MappedExeName"="C:\\PATH\\TO\\otvdm.exe"
1415
"ProductName"="*"
1516
"ProductVersion"="*"
16-
17+
;If you want to hide the console window, change otvdm.exe to otvdmw.exe
18+
;Path separator must be \\ instead of \
19+
"MappedExeName"="C:\\PATH\\TO\\otvdm.exe"

0 commit comments

Comments
 (0)