AW: Mediacenter in Win8 erkennen?
9. Feb 2014, 12:29
If FileExists('C:\Windows\ehome\ehshell.exe') then...
Delphi-Quellcode:
function WMCexists: Boolean;
begin
result := FileExists(GetEnvironmentVariable('windir')+'\ehome\ehshell.exe');
end;
Geändert von hathor ( 9. Feb 2014 um 13:21 Uhr)
|