mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
392 B
22 lines
392 B
# Architecture differences.
|
|
|
|
DELETE
|
|
p :,ntldr:54,"":dontdelayuntilreboot
|
|
p :,ntkrnlmp.exe:11,""::multiprocessor
|
|
END
|
|
ADD
|
|
p :ntoskrnl.exe,ntkrnlmp.exe:11,""::multiprocessor
|
|
END
|
|
|
|
# Fix JPN WOW file problem in intl.inx
|
|
|
|
DELETE
|
|
p :,imjpcd.dic:10,"ime (x86)\imjp8_1\dicts"
|
|
p :,lang\imjpcd.dic:10,"ime (x86)\imjp8_1\dicts"
|
|
END
|
|
|
|
# Other additions
|
|
|
|
ADD
|
|
p :,msrdp.ocx:10,"downloaded program files"
|
|
END
|