{"id":2300,"date":"2010-07-20T00:59:51","date_gmt":"2010-07-20T08:59:51","guid":{"rendered":"http:\/\/www.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/"},"modified":"2010-07-20T00:59:51","modified_gmt":"2010-07-20T08:59:51","slug":"moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009","status":"publish","type":"post","link":"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/","title":{"rendered":"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009"},"content":{"rendered":"<p>PrimalScript 2009 is a 32 bit application, so by default it uses the 32 bit version of PowerShell even on a 64 bit machine for the embedded console.<\/p>\n<p>If you are dealing with mostly 64 bit server software you may want to make the embedded shell use the 64 bit version of PowerShell. The default installation of PowerShell under Windows 7 is at C:\\Windows\\System32\\WindowsPowerShell\\v1.0<\/p>\n<p>And yes, that is still true for PowerShell V2.<\/p>\n<p>The system32 folder is mapped to SysWOW64, which is the actual 32 bit version of the that folder. I know, the numbering scheme is a bit confusing. <\/p>\n<p>Fortunately with Vista 64bit, Server 2008 64 bit and Windows 7 64 bit there is a path specification that explicitly points to the 64 bit folder. <\/p>\n<p>Open PrimalScript 2009 and select Tools &#8211; Options &#8211; Environment &#8211; Command Window.<\/p>\n<p>Select &#8220;Other Process&#8221; and enter the following path:<br \/>C:\\Windows\\Sysnative\\WindowsPowerShell\\v1.0\\PowerShell.exe<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2010\/07\/PowerShell64.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px\" height=\"243\" alt=\"PowerShell64\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2010\/07\/PowerShell64_thumb.png\" width=\"644\" border=\"0\"><\/a> <\/p>\n<p>Press OK and use View &#8211; Other Windows &#8211; Command Window to bring up the embedded shell if you don&#8217;t have it active yet.<\/p>\n<p>You can now actually right click and toggle between the 32 and the 64 bit shell using either &#8220;Windows PowerShell&#8221; or PowerShell.exe<\/p>\n<p>Drag and drop you scripts, partial code or snippets onto the embedded shell to run things.<\/p>\n<p><a href=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2010\/07\/64bitShell.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px\" height=\"393\" alt=\"64bitShell\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2010\/07\/64bitShell_thumb.png\" width=\"644\" border=\"0\"><\/a> <\/p>\n<p>How can you tell the difference? While there is no obvious variable that screams 64 or 32 bit, I found the following a good indicator:<\/p>\n<p>Type ls env:programfiles<\/p>\n<p>If it has a value of &#8220;C:\\Program Files&#8221; you are in a 64 bit shell, if it says &#8220;C:\\Program Files (x86)&#8221; you have a 32 bit PowerShell instance running.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PrimalScript 2009 is a 32 bit application, so by default it uses the 32 bit version of PowerShell even on a 64 bit machine for the embedded console. If you are dealing with mostly 64 bit server software you may want to make the embedded shell use the 64 bit version of PowerShell. The default [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[283,410,21,25],"tags":[526,525,246,28,37,191,214,583,439],"class_list":["post-2300","post","type-post","status-publish","format-standard","hentry","category-howto","category-primalscript-software-news","category-software-news","category-windows-powershell","tag-32-bit","tag-64-bit","tag-console","tag-powershell","tag-primalscript","tag-sapien","tag-server-2008","tag-vista","tag-windows-7"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"PrimalScript 2009 is a 32 bit application, so by default it uses the 32 bit version of PowerShell even on a 64 bit machine for the embedded console. If you are dealing with mostly 64 bit server software you may want to make the embedded shell use the 64 bit version of PowerShell. The default\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Alex Riedel\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"DEV SAPIEN Blog - Tools for IT Success\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009 - DEV SAPIEN Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"PrimalScript 2009 is a 32 bit application, so by default it uses the 32 bit version of PowerShell even on a 64 bit machine for the embedded console. If you are dealing with mostly 64 bit server software you may want to make the embedded shell use the 64 bit version of PowerShell. The default\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2010-07-20T08:59:51+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2010-07-20T08:59:51+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009 - DEV SAPIEN Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"PrimalScript 2009 is a 32 bit application, so by default it uses the 32 bit version of PowerShell even on a 64 bit machine for the embedded console. If you are dealing with mostly 64 bit server software you may want to make the embedded shell use the 64 bit version of PowerShell. The default\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/20\\\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\\\/#blogposting\",\"name\":\"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009 - DEV SAPIEN Blog\",\"headline\":\"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009\",\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/www.sapien.com\\\/blog\\\/wp-content\\\/uploads\\\/2010\\\/07\\\/PowerShell64_thumb.png\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/20\\\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\\\/#articleImage\"},\"datePublished\":\"2010-07-20T00:59:51-07:00\",\"dateModified\":\"2010-07-20T00:59:51-07:00\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/20\\\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/20\\\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\\\/#webpage\"},\"articleSection\":\"Howto, PrimalScript, Software News, Windows PowerShell, 32 bit, 64 bit, console, powershell, PrimalScript, SAPIEN, Server 2008, Vista, windows 7\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/20\\\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"position\":2,\"name\":\"Software News\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/#listItem\",\"name\":\"PrimalScript\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/#listItem\",\"position\":3,\"name\":\"PrimalScript\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/20\\\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\\\/#listItem\",\"name\":\"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/20\\\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\\\/#listItem\",\"position\":4,\"name\":\"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/#listItem\",\"name\":\"PrimalScript\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/\",\"name\":\"Alex Riedel\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/20\\\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\\\/#webpage\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/20\\\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\\\/\",\"name\":\"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009 - DEV SAPIEN Blog\",\"description\":\"PrimalScript 2009 is a 32 bit application, so by default it uses the 32 bit version of PowerShell even on a 64 bit machine for the embedded console. If you are dealing with mostly 64 bit server software you may want to make the embedded shell use the 64 bit version of PowerShell. The default\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/20\\\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\"},\"datePublished\":\"2010-07-20T00:59:51-07:00\",\"dateModified\":\"2010-07-20T00:59:51-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009 - DEV SAPIEN Blog","description":"PrimalScript 2009 is a 32 bit application, so by default it uses the 32 bit version of PowerShell even on a 64 bit machine for the embedded console. If you are dealing with mostly 64 bit server software you may want to make the embedded shell use the 64 bit version of PowerShell. The default","canonical_url":"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/#blogposting","name":"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009 - DEV SAPIEN Blog","headline":"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009","author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author"},"publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2010\/07\/PowerShell64_thumb.png","@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/#articleImage"},"datePublished":"2010-07-20T00:59:51-07:00","dateModified":"2010-07-20T00:59:51-07:00","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/#webpage"},"isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/#webpage"},"articleSection":"Howto, PrimalScript, Software News, Windows PowerShell, 32 bit, 64 bit, console, powershell, PrimalScript, SAPIEN, Server 2008, Vista, windows 7"},{"@type":"BreadcrumbList","@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/dev.sapien.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","position":2,"name":"Software News","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/#listItem","name":"PrimalScript"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/#listItem","position":3,"name":"PrimalScript","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/#listItem","name":"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/#listItem","position":4,"name":"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009","previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/#listItem","name":"PrimalScript"}}]},{"@type":"Organization","@id":"https:\/\/dev.sapien.com\/blog\/#organization","name":"DEV SAPIEN Blog","description":"Tools for IT Success","url":"https:\/\/dev.sapien.com\/blog\/"},{"@type":"Person","@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author","url":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/","name":"Alex Riedel"},{"@type":"WebPage","@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/#webpage","url":"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/","name":"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009 - DEV SAPIEN Blog","description":"PrimalScript 2009 is a 32 bit application, so by default it uses the 32 bit version of PowerShell even on a 64 bit machine for the embedded console. If you are dealing with mostly 64 bit server software you may want to make the embedded shell use the 64 bit version of PowerShell. The default","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/#breadcrumblist"},"author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author"},"creator":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author"},"datePublished":"2010-07-20T00:59:51-07:00","dateModified":"2010-07-20T00:59:51-07:00"},{"@type":"WebSite","@id":"https:\/\/dev.sapien.com\/blog\/#website","url":"https:\/\/dev.sapien.com\/blog\/","name":"DEV SAPIEN Blog","description":"Tools for IT Success","inLanguage":"en-US","publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"DEV SAPIEN Blog - Tools for IT Success","og:type":"article","og:title":"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009 - DEV SAPIEN Blog","og:description":"PrimalScript 2009 is a 32 bit application, so by default it uses the 32 bit version of PowerShell even on a 64 bit machine for the embedded console. If you are dealing with mostly 64 bit server software you may want to make the embedded shell use the 64 bit version of PowerShell. The default","og:url":"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/","article:published_time":"2010-07-20T08:59:51+00:00","article:modified_time":"2010-07-20T08:59:51+00:00","twitter:card":"summary_large_image","twitter:title":"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009 - DEV SAPIEN Blog","twitter:description":"PrimalScript 2009 is a 32 bit application, so by default it uses the 32 bit version of PowerShell even on a 64 bit machine for the embedded console. If you are dealing with mostly 64 bit server software you may want to make the embedded shell use the 64 bit version of PowerShell. The default"},"aioseo_meta_data":{"post_id":"2300","title":null,"description":null,"keywords":null,"keyphrases":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-28 14:58:44","updated":"2026-08-28 14:58:44"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/\" title=\"Software News\">Software News<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/\" title=\"PrimalScript\">PrimalScript<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMoving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/dev.sapien.com\/blog"},{"label":"Software News","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/"},{"label":"PrimalScript","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/"},{"label":"Moving to 64 bit: Running a 64 bit PowerShell console inside PrimalScript 2009","link":"https:\/\/dev.sapien.com\/blog\/2010\/07\/20\/moving-to-64-bit-running-a-64-bit-powershell-console-inside-primalscript-2009\/"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/2300","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/comments?post=2300"}],"version-history":[{"count":0,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/2300\/revisions"}],"wp:attachment":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/media?parent=2300"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/categories?post=2300"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/tags?post=2300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}