{"id":3782,"date":"2013-11-26T11:31:03","date_gmt":"2013-11-26T02:31:03","guid":{"rendered":"http:\/\/www.ka-net.org\/blog\/?p=3782"},"modified":"2018-06-13T14:25:55","modified_gmt":"2018-06-13T05:25:55","slug":"%e7%89%b9%e6%ae%8a%e3%83%95%e3%82%a9%e3%83%ab%e3%83%80%e3%83%bc%e3%81%ae%e3%83%91%e3%82%b9%e3%82%92%e5%8f%96%e5%be%97%e3%81%99%e3%82%8bvbscript","status":"publish","type":"post","link":"https:\/\/www.ka-net.org\/blog\/?p=3782","title":{"rendered":"\u7279\u6b8a\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u3092\u53d6\u5f97\u3059\u308bVBScript"},"content":{"rendered":"<p>\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30d4\u30fc\u3084\u79fb\u52d5\u3092\u884c\u3046\u5834\u5408\u306b\u7279\u6b8a\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u304c\u5fc5\u8981\u306b\u306a\u308b\u3053\u3068\u304c\u3088\u304f\u3042\u308a\u307e\u3059\u304c\u3001\u4eca\u56de\u306fVBScript\u3067\u7279\u6b8a\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u3092\u53d6\u5f97\u3059\u308b\u65b9\u6cd5\u3092\u307e\u3068\u3081\u3066\u307f\u307e\u3057\u305f\u3002<\/p>\n<h4 class=\"style4a\">Shell\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eNameSpace\u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u3046\u65b9\u6cd5<\/h4>\n<p>Shell\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eNameSpace\u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u3046\u3068Folder\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u53d6\u5f97\u3067\u304d\u308b\u306e\u3067\u3001\u305d\u3053\u304b\u3089\u7279\u6b8a\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u3092\u5f97\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Option Explicit\r\n\r\n'ShellSpecialFolderConstants\r\n'http:\/\/msdn.microsoft.com\/en-us\/library\/windows\/desktop\/bb774096.aspx\r\nPrivate Const ssfDESKTOP = 0\r\nPrivate Const ssfPROGRAMS = 2\r\nPrivate Const ssfCONTROLS = 3\r\nPrivate Const ssfPRINTERS = 4\r\nPrivate Const ssfPERSONAL = 5\r\nPrivate Const ssfFAVORITES = 6\r\nPrivate Const ssfSTARTUP = 7\r\nPrivate Const ssfRECENT = 8\r\nPrivate Const ssfSENDTO = 9\r\nPrivate Const ssfBITBUCKET = 10\r\nPrivate Const ssfSTARTMENU = 11\r\nPrivate Const ssfDESKTOPDIRECTORY = 16\r\nPrivate Const ssfDRIVES = 17\r\nPrivate Const ssfNETWORK = 18\r\nPrivate Const ssfNETHOOD = 19\r\nPrivate Const ssfFONTS = 20\r\nPrivate Const ssfTEMPLATES = 21\r\nPrivate Const ssfCOMMONSTARTMENU = 22\r\nPrivate Const ssfCOMMONPROGRAMS = 23\r\nPrivate Const ssfCOMMONSTARTUP = 24\r\nPrivate Const ssfCOMMONDESKTOPDIR = 25\r\nPrivate Const ssfAPPDATA = 26\r\nPrivate Const ssfPRINTHOOD = 27\r\nPrivate Const ssfLOCALAPPDATA = 28\r\nPrivate Const ssfALTSTARTUP = 29\r\nPrivate Const ssfCOMMONALTSTARTUP = 30\r\nPrivate Const ssfCOMMONFAVORITES = 31\r\nPrivate Const ssfINTERNETCACHE = 32\r\nPrivate Const ssfCOOKIES = 33\r\nPrivate Const ssfHISTORY = 34\r\nPrivate Const ssfCOMMONAPPDATA = 35\r\nPrivate Const ssfWINDOWS = 36\r\nPrivate Const ssfSYSTEM = 37\r\nPrivate Const ssfPROGRAMFILES = 38\r\nPrivate Const ssfMYPICTURES = 39\r\nPrivate Const ssfPROFILE = 40\r\nPrivate Const ssfSYSTEMx86 = 41\r\n'Private Const ssfPROGRAMFILESx86 = 48 '48\u3060\u3068\u7ba1\u7406\u30c4\u30fc\u30eb\r\nPrivate Const ssfPROGRAMFILESx86 = 42\r\n\r\n'Program Files\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u8868\u793a\r\nMsgBox CreateObject(&quot;Shell.Application&quot;).Namespace(ssfPROGRAMFILES).Self.Path<\/pre>\n<p><a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/windows\/desktop\/bb774085.aspx\" title=\"Shell.NameSpace method (Windows)\" target=\"_blank\">NameSpace\u30e1\u30bd\u30c3\u30c9\u306e\u8aac\u660e\u30da\u30fc\u30b8<\/a>\u306b\u3042\u308b\u901a\u308a\u3001<a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/windows\/desktop\/bb774096.aspx\" title=\"ShellSpecialFolderConstants enumeration (Windows)\" target=\"_blank\">ShellSpecialFolderConstants<\/a>\u306e\u5024\u3092\u5f15\u6570\u306b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c\u3001\u4e0a\u8a18\u30b3\u30fc\u30c9\u4e2d\u306b\u3082\u66f8\u3044\u3066\u3042\u308b\u901a\u308a\u3001<strong>ssfPROGRAMFILESx86(0x30(48))<\/strong>\u3092\u6307\u5b9a\u3059\u308b\u3068\u3001\u5f97\u3089\u308c\u308b\u30d5\u30a9\u30eb\u30c0\u30fc\u306fProgram Files (X86)\u3067\u306f\u306a\u304f\u7ba1\u7406\u30c4\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0\u30fc\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u306e\u3067\u3001\u4e0a\u8a18\u30b3\u30fc\u30c9\u3067\u306fssfPROGRAMFILESx86\u306e\u5024\u3092\u300c<span style=\"color: #ff0000; font-weight: bold;\">0x2A(42)<\/span>\u300d\u306b\u3057\u3066\u3042\u308a\u307e\u3059(<a href=\"http:\/\/www.bitelm.com\/2010\/04\/error-in-msdn-documentation-for.html\" title=\"BitElm: Error in MSDN documentation for ssfPROGRAMFILESx86\" target=\"_blank\">Error in MSDN documentation for ssfPROGRAMFILESx86<\/a> \u53c2\u7167)\u3002<\/p>\n<p>\u307e\u305f\u3001<a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/windows\/desktop\/bb774096.aspx\" title=\"ShellSpecialFolderConstants enumeration (Windows)\" target=\"_blank\">ShellSpecialFolderConstants<\/a>\u306e\u30da\u30fc\u30b8\u3092\u898b\u308b\u3068\u3001<\/p>\n<blockquote><p>The values in this enumeration are equivalent to their corresponding CSIDL or KNOWNFOLDERID values, used in C++ applications. They supersede the use of environment variables for this purpose. Note that not all CSIDL or KNOWNFOLDERID values have an equivalent value in ShellSpecialFolderConstants.<\/p><\/blockquote>\n<p>\u3068\u3042\u308b\u306e\u3067\u3001\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u3092\u5f97\u308b\u306e\u306bCSIDL\u5024\u3092\u7528\u3044\u308b\u3053\u3068\u3082(\u3059\u3079\u3066\u306eCSIDL\u5024\u304c\u4f7f\u3048\u308b\u308f\u3051\u3067\u306f\u7121\u3044\u306b\u3057\u3066\u3082)\u3067\u304d\u308b\u3088\u3046\u3067\u3059\u3002<\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Option Explicit\r\n\r\n'CSIDL\u5024(ShlObj.h\u3088\u308a)\r\nPrivate Const CSIDL_DESKTOP = 0 '&lt;desktop&gt;\r\nPrivate Const CSIDL_INTERNET = 1 'Internet Explorer (icon on desktop)\r\nPrivate Const CSIDL_PROGRAMS = 2 'Start Menu\\Programs\r\nPrivate Const CSIDL_CONTROLS = 3 'My Computer\\Control Panel\r\nPrivate Const CSIDL_PRINTERS = 4 'My Computer\\Printers\r\nPrivate Const CSIDL_PERSONAL = 5 'My Documents\r\nPrivate Const CSIDL_FAVORITES = 6 '&lt;user name&gt;\\Favorites\r\nPrivate Const CSIDL_STARTUP = 7 'Start Menu\\Programs\\Startup\r\nPrivate Const CSIDL_RECENT = 8 '&lt;user name&gt;\\Recent\r\nPrivate Const CSIDL_SENDTO = 9 '&lt;user name&gt;\\SendTo\r\nPrivate Const CSIDL_BITBUCKET = 10 '&lt;desktop&gt;\\Recycle Bin\r\nPrivate Const CSIDL_STARTMENU = 11 '&lt;user name&gt;\\Start Menu\r\nPrivate Const CSIDL_MYMUSIC = 13 'My Music folder\r\nPrivate Const CSIDL_MYVIDEO = 14 'My Videos folder\r\nPrivate Const CSIDL_DESKTOPDIRECTORY = 16 '&lt;user name&gt;\\Desktop\r\nPrivate Const CSIDL_DRIVES = 17 'My Computer\r\nPrivate Const CSIDL_NETWORK = 18 'Network Neighborhood (My Network Places)\r\nPrivate Const CSIDL_NETHOOD = 19 '&lt;user name&gt;\\nethood\r\nPrivate Const CSIDL_FONTS = 20 'windows\\fonts\r\nPrivate Const CSIDL_TEMPLATES = 21\r\nPrivate Const CSIDL_COMMON_STARTMENU = 22 'All Users\\Start Menu\r\nPrivate Const CSIDL_COMMON_PROGRAMS = 23 'All Users\\Start Menu\\Programs\r\nPrivate Const CSIDL_COMMON_STARTUP = 24 'All Users\\Startup\r\nPrivate Const CSIDL_COMMON_DESKTOPDIRECTORY = 25 'All Users\\Desktop\r\nPrivate Const CSIDL_APPDATA = 26 '&lt;user name&gt;\\Application Data\r\nPrivate Const CSIDL_PRINTHOOD = 27 '&lt;user name&gt;\\PrintHood\r\nPrivate Const CSIDL_LOCAL_APPDATA = 28 '&lt;user name&gt;\\Local Settings\\Applicaiton Data (non roaming)\r\nPrivate Const CSIDL_ALTSTARTUP = 29 'non localized startup\r\nPrivate Const CSIDL_COMMON_ALTSTARTUP = 30 'non localized common startup\r\nPrivate Const CSIDL_COMMON_FAVORITES = 31\r\nPrivate Const CSIDL_INTERNET_CACHE = 32\r\nPrivate Const CSIDL_COOKIES = 33\r\nPrivate Const CSIDL_HISTORY = 34\r\nPrivate Const CSIDL_COMMON_APPDATA = 35 'All Users\\Application Data\r\nPrivate Const CSIDL_WINDOWS = 36 'GetWindowsDirectory()\r\nPrivate Const CSIDL_SYSTEM = 37 'GetSystemDirectory()\r\nPrivate Const CSIDL_PROGRAM_FILES = 38 'C:\\Program Files\r\nPrivate Const CSIDL_MYPICTURES = 39 'C:\\Program Files\\My Pictures\r\nPrivate Const CSIDL_PROFILE = 40 'USERPROFILE\r\nPrivate Const CSIDL_SYSTEMX86 = 41 'x86 system directory on RISC\r\nPrivate Const CSIDL_PROGRAM_FILESX86 = 42 'x86 C:\\Program Files on RISC\r\nPrivate Const CSIDL_PROGRAM_FILES_COMMON = 43 'C:\\Program Files\\Common\r\nPrivate Const CSIDL_PROGRAM_FILES_COMMONX86 = 44 'x86 Program Files\\Common on RISC\r\nPrivate Const CSIDL_COMMON_TEMPLATES = 45 'All Users\\Templates\r\nPrivate Const CSIDL_COMMON_DOCUMENTS = 46 'All Users\\Documents\r\nPrivate Const CSIDL_COMMON_ADMINTOOLS = 47 'All Users\\Start Menu\\Programs\\Administrative Tools\r\nPrivate Const CSIDL_ADMINTOOLS = 48 '&lt;user name&gt;\\Start Menu\\Programs\\Administrative Tools\r\nPrivate Const CSIDL_CONNECTIONS = 49 'Network and Dial-up Connections\r\nPrivate Const CSIDL_COMMON_MUSIC = 53 'All Users\\My Music\r\nPrivate Const CSIDL_COMMON_PICTURES = 54 'All Users\\My Pictures\r\nPrivate Const CSIDL_COMMON_VIDEO = 55 'All Users\\My Video\r\nPrivate Const CSIDL_RESOURCES = 56 'Resource Direcotry\r\nPrivate Const CSIDL_RESOURCES_LOCALIZED = 57 'Localized Resource Direcotry\r\nPrivate Const CSIDL_COMMON_OEM_LINKS = 58 'Links to All Users OEM specific apps\r\nPrivate Const CSIDL_CDBURN_AREA = 59 'USERPROFILE\\Local Settings\\Application Data\\Microsoft\\CD Burning\r\nPrivate Const CSIDL_COMPUTERSNEARME = 61\r\n\r\n'Cookies\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u8868\u793a\r\nMsgBox CreateObject(&quot;Shell.Application&quot;).Namespace(CSIDL_COOKIES).Self.Path<\/pre>\n<h4 class=\"style4a\">WshShell\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eSpecialFolders\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4f7f\u3046\u65b9\u6cd5<\/h4>\n<p>WshShell\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eSpecialFolders\u30d7\u30ed\u30d1\u30c6\u30a3\u304b\u3089\u7279\u6b8a\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3067\u3042\u308bWshSpecialFolders\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u53d6\u5f97\u3067\u304d\u308b\u306e\u3067\u3001\u305d\u3053\u304b\u3089\u7279\u6b8a\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u3092\u5f97\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Option Explicit\r\n\r\nDim s\r\n\r\n'WshSpecialFolders \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\r\n'http:\/\/msdn.microsoft.com\/ja-jp\/library\/cc364437.aspx\r\nWith CreateObject(&quot;WScript.Shell&quot;)\r\n  s = &quot;AllUsersDesktop:&quot; &amp; .SpecialFolders(&quot;AllUsersDesktop&quot;) &amp; vbCrLf\r\n  s = s &amp; &quot;AllUsersPrograms:&quot; &amp; .SpecialFolders(&quot;AllUsersPrograms&quot;) &amp; vbCrLf\r\n  s = s &amp; &quot;AllUsersStartMenu:&quot; &amp; .SpecialFolders(&quot;AllUsersStartMenu&quot;) &amp; vbCrLf\r\n  s = s &amp; &quot;AllUsersStartup:&quot; &amp; .SpecialFolders(&quot;AllUsersStartup&quot;) &amp; vbCrLf\r\n  s = s &amp; &quot;Desktop:&quot; &amp; .SpecialFolders(&quot;Desktop&quot;) &amp; vbCrLf\r\n  s = s &amp; &quot;Favorites:&quot; &amp; .SpecialFolders(&quot;Favorites&quot;) &amp; vbCrLf\r\n  s = s &amp; &quot;Fonts:&quot; &amp; .SpecialFolders(&quot;Fonts&quot;) &amp; vbCrLf\r\n  s = s &amp; &quot;MyDocuments:&quot; &amp; .SpecialFolders(&quot;MyDocuments&quot;) &amp; vbCrLf\r\n  s = s &amp; &quot;NetHood:&quot; &amp; .SpecialFolders(&quot;NetHood&quot;) &amp; vbCrLf\r\n  s = s &amp; &quot;PrintHood:&quot; &amp; .SpecialFolders(&quot;PrintHood&quot;) &amp; vbCrLf\r\n  s = s &amp; &quot;Programs:&quot; &amp; .SpecialFolders(&quot;Programs&quot;) &amp; vbCrLf\r\n  s = s &amp; &quot;Recent:&quot; &amp; .SpecialFolders(&quot;Recent&quot;) &amp; vbCrLf\r\n  s = s &amp; &quot;SendTo:&quot; &amp; .SpecialFolders(&quot;SendTo&quot;) &amp; vbCrLf\r\n  s = s &amp; &quot;StartMenu:&quot; &amp; .SpecialFolders(&quot;StartMenu&quot;) &amp; vbCrLf\r\n  s = s &amp; &quot;Startup:&quot; &amp; .SpecialFolders(&quot;Startup&quot;) &amp; vbCrLf\r\n  s = s &amp; &quot;Templates:&quot; &amp; .SpecialFolders(&quot;Templates&quot;)\r\nEnd With\r\n\r\nMsgBox s<\/pre>\n<h4 class=\"style4a\">WshShell\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eExpandEnvironmentStrings\u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u3046\u65b9\u6cd5<\/h4>\n<p>WshShell\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e<a href=\"http:\/\/msdn.microsoft.com\/ja-jp\/library\/cc364405.aspx\" title=\"ExpandEnvironmentStrings \u30e1\u30bd\u30c3\u30c9\" target=\"_blank\">ExpandEnvironmentStrings\u30e1\u30bd\u30c3\u30c9<\/a>\u3092\u4f7f\u3063\u3066\u3001\u74b0\u5883\u5909\u6570(<a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/windows\/desktop\/dd378457.aspx\" title=\"KNOWNFOLDERID (Windows)\" target=\"_blank\">KNOWNFOLDERID (Windows)<\/a> \u53c2\u7167)\u304b\u3089\u7279\u6b8a\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u3092\u53d6\u5f97\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Option Explicit\r\n\r\n'Program Files\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u8868\u793a\r\nMsgBox CreateObject(&quot;WScript.Shell&quot;).ExpandEnvironmentStrings(&quot;%ProgramFiles%&quot;)<\/pre>\n<h4 class=\"style4a\">FileSystemObject\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eGetSpecialFolder\u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u3046\u65b9\u6cd5<\/h4>\n<p>FileSystemObject\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e<a href=\"http:\/\/msdn.microsoft.com\/ja-jp\/library\/cc428028.aspx\" title=\"GetSpecialFolder \u30e1\u30bd\u30c3\u30c9\" target=\"_blank\">GetSpecialFolder\u30e1\u30bd\u30c3\u30c9<\/a>\u3092\u4f7f\u3046\u3068Folder\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u53d6\u5f97\u3067\u304d\u308b\u306e\u3067\u3001\u305d\u3053\u304b\u3089\u7279\u6b8a\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u3092\u5f97\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Option Explicit\r\n\r\nPrivate Const WindowsFolder = 0\r\nPrivate Const SystemFolder = 1\r\nPrivate Const TemporaryFolder = 2\r\n\r\nMsgBox CreateObject(&quot;Scripting.FileSystemObject&quot;).GetSpecialFolder(TemporaryFolder).Path<\/pre>\n<div id=\"single_banner_area2\" class=\"clearfix one_banner\">\n<div class=\"single_banner single_banner_left\">\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\r\n<!-- \u8a18\u4e8b\u4e2d(\u30c7\u30a3\u30b9\u30d7\u30ec\u30a4\u5e83\u544a\u30e6\u30cb\u30c3\u30c8) -->\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-7306936664602087\"\r\n     data-ad-slot=\"5429724765\"\r\n     data-ad-format=\"auto\"\r\n     data-full-width-responsive=\"true\"><\/ins>\r\n<script>\r\n     (adsbygoogle = window.adsbygoogle || []).push({});\r\n<\/script>\n<\/div>\n<div class=\"single_banner single_banner_right\">\n<a href=\"\" target=\"_blank\"><img decoding=\"async\" src=\"\" alt=\"\" title=\"\" \/><\/a>\n<\/div>\n<\/div>\n\n<h4 class=\"style4a\">\u95a2\u9023\u8a18\u4e8b<\/h4>\n<div class=\"cardlink\"><a href=\"https:\/\/www.ka-net.org\/blog\/?p=8432\"><div class=\"cardlink_thumbnail\"><img src='https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-Windows-120x120.png' alt='\u7279\u6b8a\u30d5\u30a9\u30eb\u30c0\u3084\u30d7\u30ed\u30b0\u30e9\u30e0\u306eCLSID\u4e00\u89a7\u3068Shell\u30b3\u30de\u30f3\u30c9\u4e00\u89a7' width=120 height=120 \/><\/a><\/div><div class=\"cardlink_content\"><span class=\"timestamp\">2017.05.15<\/span><div class=\"cardlink_title\"><a href=\"https:\/\/www.ka-net.org\/blog\/?p=8432\">\u7279\u6b8a\u30d5\u30a9\u30eb\u30c0\u3084\u30d7\u30ed\u30b0\u30e9\u30e0\u306eCLSID\u4e00\u89a7\u3068Shell\u30b3\u30de\u30f3\u30c9\u4e00\u89a7 <\/a><\/div><div class=\"cardlink_excerpt\">\u300c\u300c\u30d7\u30ed\u30b0\u30e9\u30e0\u3068\u6a5f\u80fd\u300d\u304b\u3089\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u4e00\u89a7\u3092\u53d6\u5f97\u3059\u308bVBScript\u300d\u3067\u7d39\u4ecb\u3057\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3067\u306f\u3001\u300cshell:::{CLSID}\u300d\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u3001\u300c\u30d7\u30ed\u30b0\u30e9\u30e0\u3068\u6a5f\u80fd\u300d\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u884c\u3063\u3066\u3044\u307e\u3059\u3002\r\n\r\n\u307e\u305f\u3001\u300cAppU...<\/div><\/div><div class=\"cardlink_footer\"><\/div><\/div>\n<div class=\"cardlink\"><a href=\"https:\/\/www.ka-net.org\/blog\/?p=10473\"><div class=\"cardlink_thumbnail\"><img src='https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-VBScript-120x120.png' alt='\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u3092\u53d6\u5f97\u3059\u308bVBScript' width=120 height=120 \/><\/a><\/div><div class=\"cardlink_content\"><span class=\"timestamp\">2018.06.13<\/span><div class=\"cardlink_title\"><a href=\"https:\/\/www.ka-net.org\/blog\/?p=10473\">\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u3092\u53d6\u5f97\u3059\u308bVBScript <\/a><\/div><div class=\"cardlink_excerpt\">\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u3092\u53d6\u5f97\u3059\u308b\u5fc5\u8981\u304c\u3042\u3063\u305f\u306e\u3067\u3001\u904e\u53bb\u306b\u66f8\u3044\u305f\u8a18\u4e8b\u3092\u898b\u76f4\u3057\u3066\u307f\u305f\u306e\u3067\u3059\u304c\u3001\u4e0b\u8a18\u8a18\u4e8b\u8a18\u8f09\u306e\u5b9a\u6570\u3067\u306f\u53d6\u5f97\u3067\u304d\u306a\u3044\u3088\u3046\u3067\u3057\u305f\u3002\r\n\r\n\r\n\r\n\u305f\u3060\u3057\u3001\u4e0b\u8a18\u8a18\u4e8b\u3067\u307e\u3068\u3081\u3066\u3044\u308b\u901a\u308a\u3001Shell\u30b3\u30de\u30f3\u30c9\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u3067\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u64cd\u4f5c\u304c\u3067\u304d\u308b\u306e\u3067\u3001\u4eca...<\/div><\/div><div class=\"cardlink_footer\"><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30d4\u30fc\u3084\u79fb\u52d5\u3092\u884c\u3046\u5834\u5408\u306b\u7279\u6b8a\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u304c\u5fc5\u8981\u306b\u306a\u308b\u3053\u3068\u304c\u3088\u304f\u3042\u308a\u307e\u3059\u304c\u3001\u4eca\u56de\u306fVBScript\u3067\u7279\u6b8a\u30d5\u30a9\u30eb\u30c0\u30fc\u306e\u30d1\u30b9\u3092\u53d6\u5f97\u3059\u308b\u65b9\u6cd5\u3092\u307e\u3068\u3081\u3066\u307f\u307e\u3057\u305f\u3002 Shell\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eNameSpace\u30e1\u30bd\u30c3\u30c9\u3092 [&hellip;]","protected":false},"author":1,"featured_media":7132,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[25,6],"tags":[],"class_list":["post-3782","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows","category-vbs"],"aioseo_notices":[],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-VBScript.png","jetpack_shortlink":"https:\/\/wp.me\/p4UZZr-Z0","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/3782","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3782"}],"version-history":[{"count":3,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/3782\/revisions"}],"predecessor-version":[{"id":10478,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/3782\/revisions\/10478"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/media\/7132"}],"wp:attachment":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3782"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3782"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3782"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}