By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Not in HKCU, at least not in Windows 7.It's been there since Win2k at least. I don't have NT4 ready, sorry, but I may check in future.
"It is accounted for." What does that mean?It is accounted for in Win7.
The fact it does not exist by default changes nothing.
A lot of registry keys do not exist by default.
reg QUERY "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\App Paths\NBTExplorer.exe"
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\App Paths\NBTExplorer.exe
(по умолчанию) REG_SZ C:\Games\Minecraft\.tools\NBTExplorer\NBTExplorer.exe
[C:\dev\temp]$ tcc /C nbtexplorer.exe
TCC: Unknown command "nbtexplorer.exe"
[C:\dev\temp]$ nbtexplorer.exe
// application started normally.
[C:\dev\temp]$
What specs?This means it is either not using right shell functions, or not fully conformant to the specs.
v:\> ver & which textpad
TCC 23.00.31 x64 Windows 10 [Version 10.0.17763.55]
textpad is an external : C:\apps\textpad\textpad.exe
v:\> cmd /c ver ^& textpad.exe
Microsoft Windows [Version 10.0.17763.55]
'textpad.exe' is not recognized as an internal or external command,
operable program or batch file.