¸½ºß¡¢¤³¤Î¼«ºî¥½¥Õ¥È¤ò HSP ¤Ë°Ü¿¢Ãæ¤Ç¤¹¡£
¿ôǯÁ°¤«¤é°ìÉô¤Î¥×¥í¥°¥é¥à¤Î¥¢¥¤¥³¥ó¤¬
ÆÉ¤ß¹þ¤á¤º¤ËÉÔ¶ñ¹ç¤¬½Ð¤Æ¤¤¤¿¤¿¤á¤Ë
´Êñ¤Ê¥µ¥ó¥×¥ë¤òºîÀ®¤·¤Æ¤ß¤Þ¤·¤¿¡£
¾åµ¤Î¥µ¥ó¥×¥ë¤ò¼Â¹Ô¤¹¤ë¤È£³¤Ä¶¦¤Ë¼Â¹Ô¤Ç¤¤Ê¤¤¤³¤È¤¬È½ÌÀ¡£
#include "Shell32.as" //-------------------------------------- // µ¹æÄê¿ô(APIÄê¿ô) //-------------------------------------- #const global NULL 0 #const global SW_SHOWNORMAL $00000001 //-------------------------------------- // ¥Æ¥¹¥ÈÍÑ //-------------------------------------- *Main ;¡¥¹¥¯¥ê¡¼¥ó¡¦¥¡¼¥Ü¡¼¥É OpenShellExecute "C:\\Windows\\System32\\osk.exe" if(stat==0):dialog "¡¥¹¥¯¥ê¡¼¥ó¡¦¥¡¼¥Ü¡¼¥É¤Ïµ¯Æ°¤Ç¤¤Þ¤»¤ó¡£" ;¢¥·¥¹¥Æ¥à¤ÎÉü¸µ OpenShellExecute "C:\\Windows\\System32\\rstrui.exe" if(stat==0):dialog "¢¥·¥¹¥Æ¥à¤ÎÉü¸µ¤Ïµ¯Æ°¤Ç¤¤Þ¤»¤ó¡£" ;£Windows¥Õ¥¡¥¤¥¢¥¦¥©¡¼¥ë OpenShellExecute "Firewall.cpl" if(stat==0):dialog "£Windows¥Õ¥¡¥¤¥¢¥¦¥©¡¼¥ë¤Ïµ¯Æ°¤Ç¤¤Þ¤»¤ó¡£" stop //-------------------------------------- // ¼Â¹Ô¥Õ¥¡¥¤¥ë¤Îµ¯Æ° //-------------------------------------- #deffunc OpenShellExecute str _fname_ if(_fname_)=="":return ShellExecute hWnd,NULL,(_fname_),NULL,NULL,SW_SHOWNORMAL return(stat>=32)
¤Ê¤ª¡¢Windows Vista ¤Ç¤Ï£³¤Ä¶¦¤Ëµ¯Æ°¤Ç¤¤Þ¤·¤¿¡£
¤·¤«¤·¡¢µ¤¤Å¤¤¤¿¤È¤(Windows 8.1)¤¢¤¿¤ê¤«¤é
¥¢¥¤¥³¥ó¤¬Àµ¤·¤¯ÆÉ¤ß¹þ¤á¤Ê¤¯¤Ê¤Ã¤Æ¤Þ¤·¤¿¡£
¤¤¤í¤¤¤í¤ÈÄ´¤Ù¤Æ¤ß¤Æ¡Ö¥Õ¥¡¥¤¥ë̾¤ò»ØÄꤷ¤Æ¼Â¹Ô¡×¤«¤éÆþÎϤ¹¤ë¤È£³¤Ä¶¦¤Ëµ¯Æ°¤Ç¤¤Þ¤¹¡£
Windows¥Õ¥©¥ë¥À¤òÄ´¤Ù¤Æ¤â¼Â¹Ô¥Õ¥¡¥¤¥ë¤Ï£³¤Ä¶¦¤Ë¸ºß¤·¤Þ¤¹¡£
¤Ä¤Þ¤ê¡¢¥×¥í¥°¥é¥à¤«¤é¤Î¼Â¹Ô¤¬½ÐÍè¤Ê¤¤¤Î¤Ç¤¹¡£
¥Þ¥¦¥¹¤Ç¤Î¼Â¹Ô¤Ï²Äǽ¤Ç¤¹¡£
¤Ê¤¼¡©
³§¤µ¤ó¤Î´Ä¶¤Ç¤Ï¤É¤¦¤Ç¤¹¤«¡©
Windows XP
Windows Vista
Windows 7
Windows 8
Windows 8.1
Windows 10
¤Ê¤É¤ÎÊó¹ð¤òÍߤ·¤¤¤Ç¤¹¡£