{"id":7347,"date":"2014-05-22T07:54:00","date_gmt":"2014-05-22T15:54:00","guid":{"rendered":"http:\/\/www.sapien.com\/blog\/?p=7347"},"modified":"2014-11-04T12:08:41","modified_gmt":"2014-11-04T20:08:41","slug":"powershell-studio-2014-file-templates","status":"publish","type":"post","link":"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/","title":{"rendered":"PowerShell Studio 2014: File Templates"},"content":{"rendered":"<p>PowerShell Studio always contained templates for various file types. In previous versions, users who wanted to change the template had to manually edit the existing template files. Unfortunately whenever the user updated the application the installer would uninstall the application before applying an update, thus losing any modification made to the template. As a result, we added a new <em>Create Template<\/em> feature to PowerShell Studio 2014 that not only makes it easier to create templates but also preserves them after application updates.<\/p>\n<p><strong>Creating a Template<\/strong><\/p>\n<p>To create a template you can create a new file or simply open an existing template or file. Then use the <em>Create Template<\/em> option in the Ribbon\u2019s file menu:<\/p>\n<p><a href=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/05\/image.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" style=\"border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px\" border=\"0\" alt=\"image\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/05\/image_thumb.png\" width=\"244\" height=\"160\"><\/a><\/p>\n<p>Then you are asked to save the file template:<\/p>\n<p><a href=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/05\/image1.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" style=\"border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px\" border=\"0\" alt=\"image\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/05\/image_thumb1.png\" width=\"244\" height=\"159\"><\/a><\/p>\n<p>Template files are simple text files that are located in the following user folder:<\/p>\n<blockquote>\n<p>C:\\Users\\&lt;username&gt;\\AppData\\Roaming\\SAPIEN\\PowerShell Studio 2014\\FileTypes<\/p>\n<\/blockquote>\n<p>The file must have the same extension as the file type you wish the template to be applied to.<\/p>\n<p>For Example, a file named UserTemplate.ps1 will only apply to .ps1 script files.<\/p>\n<p><strong>GUI Templates<\/strong><\/p>\n<p>If you are using a GUI form (psf file), it will take you to the usual GUI template dialog instead:<\/p>\n<p><a href=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/05\/image2.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" style=\"border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px\" border=\"0\" alt=\"image\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/05\/image_thumb2.png\" width=\"244\" height=\"136\"><\/a><\/p>\n<p>GUI forms are handled differently and require additional information when creating a template.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Template Variables<\/strong><\/p>\n<p>PowerShell Studio supports the following template variables that automatically expand when a template is loaded:<\/p>\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"625\" border=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"160\"><strong>Variable<\/strong><\/td>\n<td valign=\"top\" width=\"463\"><strong>Description<\/strong><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"160\">%AppName%<\/td>\n<td valign=\"top\" width=\"463\">PowerShell Studio name<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"160\">%AppVersion%<\/td>\n<td valign=\"top\" width=\"463\">PowerShell Studio version<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"160\">%Username%<\/td>\n<td valign=\"top\" width=\"463\">The user name specified in the settings.<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"160\">%Company%<\/td>\n<td valign=\"top\" width=\"463\">The user company name specified in the settings.<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"160\">%Year%<\/td>\n<td valign=\"top\" width=\"463\">Current Year i.e. 2014<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"160\">%Date%<\/td>\n<td valign=\"top\" width=\"463\">Current Date i.e. 5\/12\/2014<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"160\">%Time%<\/td>\n<td valign=\"top\" width=\"463\">Current Time i.e. 2:17 PM<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"160\">%FileName%<\/td>\n<td valign=\"top\" width=\"463\">Inserts the file\u2019s name. This will be empty for new non-project files.<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"160\">%ProjectName%<\/td>\n<td valign=\"top\" width=\"463\">Inserts the file\u2019s project name.<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"160\">%GUID%<\/td>\n<td valign=\"top\" width=\"463\">Inserts a unique GUID.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p><strong>Multiple Templates<\/strong><\/p>\n<p>In addition to preserving your changes, PowerShell Studio 2014 allows you to define more then one template per file type, where as in the previous versions you could only modify the preset template. For instance, a user who works as a contractor may require unique templates for specific clients. Now the user can create dedicated templates for each of his clients and every time a new file is opened, the user will be presented with a list of available templates:<\/p>\n<p><a href=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/05\/image3.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" style=\"border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px\" border=\"0\" alt=\"image\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/05\/image_thumb3.png\" width=\"244\" height=\"212\"><\/a><\/p>\n<p>Note: The template list will only appear if there is more then one template defined for a specific file type.<\/p>\n<p>&nbsp;<\/p>\n<p>PowerShell Studio 2014\u2019s new <em>Create Template <\/em>option is another new feature that makes it easier for you to customize the IDE to fit your specific needs.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PowerShell Studio always contained templates for various file types. In previous versions, users who wanted to change the template had to manually edit the existing template files. Unfortunately whenever the user updated the application the installer would uninstall the application before applying an update, thus losing any modification made to the template. As a result, [&hellip;]<\/p>\n","protected":false},"author":10,"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":[703,632],"tags":[28,874,81],"class_list":["post-7347","post","type-post","status-publish","format-standard","hentry","category-powershell-studio","category-whats-new-software-news","tag-powershell","tag-powershell-studio-2014","tag-templates"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"PowerShell Studio always contained templates for various file types. In previous versions, users who wanted to change the template had to manually edit the existing template files. Unfortunately whenever the user updated the application the installer would uninstall the application before applying an update, thus losing any modification made to the template. As a result,\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"David Corrales\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/\" \/>\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=\"PowerShell Studio 2014: File Templates - DEV SAPIEN Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"PowerShell Studio always contained templates for various file types. In previous versions, users who wanted to change the template had to manually edit the existing template files. Unfortunately whenever the user updated the application the installer would uninstall the application before applying an update, thus losing any modification made to the template. As a result,\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2014-05-22T15:54:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2014-11-04T20:08:41+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"PowerShell Studio 2014: File Templates - DEV SAPIEN Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"PowerShell Studio always contained templates for various file types. In previous versions, users who wanted to change the template had to manually edit the existing template files. Unfortunately whenever the user updated the application the installer would uninstall the application before applying an update, thus losing any modification made to the template. As a result,\" \/>\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\\\/2014\\\/05\\\/22\\\/powershell-studio-2014-file-templates\\\/#blogposting\",\"name\":\"PowerShell Studio 2014: File Templates - DEV SAPIEN Blog\",\"headline\":\"PowerShell Studio 2014: File Templates\",\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/www.sapien.com\\\/blog\\\/wp-content\\\/uploads\\\/2014\\\/05\\\/image_thumb.png\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/05\\\/22\\\/powershell-studio-2014-file-templates\\\/#articleImage\"},\"datePublished\":\"2014-05-22T07:54:00-07:00\",\"dateModified\":\"2014-11-04T12:08:41-08:00\",\"inLanguage\":\"en-US\",\"commentCount\":5,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/05\\\/22\\\/powershell-studio-2014-file-templates\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/05\\\/22\\\/powershell-studio-2014-file-templates\\\/#webpage\"},\"articleSection\":\"PowerShell Studio, What's new, powershell, PowerShell Studio 2014, templates\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/05\\\/22\\\/powershell-studio-2014-file-templates\\\/#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\\\/whats-new-software-news\\\/#listItem\",\"name\":\"What's new\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/whats-new-software-news\\\/#listItem\",\"position\":3,\"name\":\"What's new\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/whats-new-software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/05\\\/22\\\/powershell-studio-2014-file-templates\\\/#listItem\",\"name\":\"PowerShell Studio 2014: File Templates\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/05\\\/22\\\/powershell-studio-2014-file-templates\\\/#listItem\",\"position\":4,\"name\":\"PowerShell Studio 2014: File Templates\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/whats-new-software-news\\\/#listItem\",\"name\":\"What's new\"}}]},{\"@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\\\/david-corrales\\\/#author\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/\",\"name\":\"David Corrales\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/05\\\/22\\\/powershell-studio-2014-file-templates\\\/#webpage\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/05\\\/22\\\/powershell-studio-2014-file-templates\\\/\",\"name\":\"PowerShell Studio 2014: File Templates - DEV SAPIEN Blog\",\"description\":\"PowerShell Studio always contained templates for various file types. In previous versions, users who wanted to change the template had to manually edit the existing template files. Unfortunately whenever the user updated the application the installer would uninstall the application before applying an update, thus losing any modification made to the template. As a result,\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/05\\\/22\\\/powershell-studio-2014-file-templates\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\"},\"datePublished\":\"2014-05-22T07:54:00-07:00\",\"dateModified\":\"2014-11-04T12:08:41-08: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":"PowerShell Studio 2014: File Templates - DEV SAPIEN Blog","description":"PowerShell Studio always contained templates for various file types. In previous versions, users who wanted to change the template had to manually edit the existing template files. Unfortunately whenever the user updated the application the installer would uninstall the application before applying an update, thus losing any modification made to the template. As a result,","canonical_url":"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/#blogposting","name":"PowerShell Studio 2014: File Templates - DEV SAPIEN Blog","headline":"PowerShell Studio 2014: File Templates","author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author"},"publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/05\/image_thumb.png","@id":"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/#articleImage"},"datePublished":"2014-05-22T07:54:00-07:00","dateModified":"2014-11-04T12:08:41-08:00","inLanguage":"en-US","commentCount":5,"mainEntityOfPage":{"@id":"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/#webpage"},"isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/#webpage"},"articleSection":"PowerShell Studio, What's new, powershell, PowerShell Studio 2014, templates"},{"@type":"BreadcrumbList","@id":"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/#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\/whats-new-software-news\/#listItem","name":"What's new"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/whats-new-software-news\/#listItem","position":3,"name":"What's new","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/whats-new-software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/#listItem","name":"PowerShell Studio 2014: File Templates"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/#listItem","position":4,"name":"PowerShell Studio 2014: File Templates","previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/whats-new-software-news\/#listItem","name":"What's new"}}]},{"@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\/david-corrales\/#author","url":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/","name":"David Corrales"},{"@type":"WebPage","@id":"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/#webpage","url":"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/","name":"PowerShell Studio 2014: File Templates - DEV SAPIEN Blog","description":"PowerShell Studio always contained templates for various file types. In previous versions, users who wanted to change the template had to manually edit the existing template files. Unfortunately whenever the user updated the application the installer would uninstall the application before applying an update, thus losing any modification made to the template. As a result,","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/#breadcrumblist"},"author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author"},"creator":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author"},"datePublished":"2014-05-22T07:54:00-07:00","dateModified":"2014-11-04T12:08:41-08: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":"PowerShell Studio 2014: File Templates - DEV SAPIEN Blog","og:description":"PowerShell Studio always contained templates for various file types. In previous versions, users who wanted to change the template had to manually edit the existing template files. Unfortunately whenever the user updated the application the installer would uninstall the application before applying an update, thus losing any modification made to the template. As a result,","og:url":"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/","article:published_time":"2014-05-22T15:54:00+00:00","article:modified_time":"2014-11-04T20:08:41+00:00","twitter:card":"summary_large_image","twitter:title":"PowerShell Studio 2014: File Templates - DEV SAPIEN Blog","twitter:description":"PowerShell Studio always contained templates for various file types. In previous versions, users who wanted to change the template had to manually edit the existing template files. Unfortunately whenever the user updated the application the installer would uninstall the application before applying an update, thus losing any modification made to the template. As a result,"},"aioseo_meta_data":{"post_id":"7347","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 15:32:43","updated":"2026-08-28 15:32:43"},"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\/whats-new-software-news\/\" title=\"What&apos;s new\">What's new<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPowerShell Studio 2014: File Templates\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":"What's new","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/whats-new-software-news\/"},{"label":"PowerShell Studio 2014: File Templates","link":"https:\/\/dev.sapien.com\/blog\/2014\/05\/22\/powershell-studio-2014-file-templates\/"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/7347","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\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/comments?post=7347"}],"version-history":[{"count":14,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/7347\/revisions"}],"predecessor-version":[{"id":8084,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/7347\/revisions\/8084"}],"wp:attachment":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/media?parent=7347"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/categories?post=7347"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/tags?post=7347"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}