HSPポータル
サイトマップ お問い合わせ


HSPTV!掲示板


未解決 解決 停止 削除要請

2019
1223
ゆうやんUWP(ストア)アプリの起動2解決


ゆうやん

リンク

2019/12/23(Mon) 19:25:10|NO.89096

Windows 10 のパソコンに入っている、UWP(ストア)アプリを起動することはできますか?
Microsoft StoreやCortanaを起動したいのですが。
よろしくお願いします。



この記事に返信する


あらや

リンク

2019/12/26(Thu) 07:44:00|NO.89113

過去ログの真似ですが
http://hsp.tv/play/pforum.php?mode=pastwch&num=78265


#uselib "shell32.dll" #func ShellExecute "ShellExecuteA" int,sptr,sptr,sptr,sptr,int ShellExecute hwnd,0,"cmd","/c start ms-windows-store:",0,0; // ストアを開く ShellExecute hwnd,0,"cmd","/c start ms-cortana:",0,0; // Cortanaを開く

これで起動できます。



ゆうやん

リンク

2019/12/31(Tue) 14:19:04|NO.89142

あらやさん ありがとうございます。返信が遅くなってすみません!
そういう方法があったんですね!
execだけでも、一応起動はできました。

#uselib "NTDLL.dll" #func global RtlGetVersion "RtlGetVersion" var dim OSVERSIONINFO,37 OSVERSIONINFO=$94 RtlGetVersion OSVERSIONINFO ;OSが Windows 10 がどうか判定する。 if OSVERSIONINFO(1)==10&OSVERSIONINFO(2)==0{;WindowsNT 10.0 (Windows 10) exec "ms-windows-store:",16;Microsoft Storeを開く exec "ms-cortana:",16;Cortanaを開く }



ONION software Copyright 1997-2023(c) All rights reserved.