{"id":38051,"date":"2021-12-17T12:25:43","date_gmt":"2021-12-17T12:25:43","guid":{"rendered":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/?p=38051"},"modified":"2026-02-21T18:08:55","modified_gmt":"2026-02-21T18:08:55","slug":"script-to-stop-and-restart-windows-audio-service","status":"publish","type":"post","link":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/","title":{"rendered":"Script to Stop and Restart Windows Audio Service"},"content":{"rendered":"<style>\n.crayon-line {<br \/>\n    max-width: 20vw !important;<br \/>\n}<br \/>\ncode{<br \/>\n    font-size: 75%;<br \/>\n    display: inline-block;<br \/>\n    line-height: 1.8;<br \/>\n}<br \/>\n.height-adj{<br \/>\nline-height: 1.8 !important;<br \/>\n}<br \/>\n<\/style>\n<p>Windows Audio Service manages all the audio devices on your computer. It is a vital component to enable sound for any program running on the Windows operating system. By default, the audio service starts when you power on your device. But there may occur times when the audio service glitches and stops working. Executing a simple Windows script to restart the audio service might solve the issue. Using Hexnode, you can <a href=\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/executing-custom-scripts-for-windows\/\" target=\"_blank\" rel=\"noopener\">execute scripts<\/a> remotely to fix audio issues on your Windows devices.<\/p>\n<p>    \t\t<div class=\"hts-messages hts-messages--info  hts-messages--withtitle hts-messages--withicon \"   >\r\n    \t\t\t<span class=\"hts-messages__title\">Note:<\/span>    \t\t\t    \t\t\t\t<p>\r\n    \t\t\t\t\t<br \/>\n<strong>Supported Versions<\/strong>:<\/p>\n<p>The scripts given below will be supported on the following versions:<\/p>\n<ul>\n<li>Windows 10 v1607+ (Pro, Enterprise, Education)<\/li>\n<li>Windows 11 (Pro, Enterprise, Education)<\/li>\n<\/ul>\n<p><a href=\"https:\/\/developer.android.com\/develop\/connectivity\/uwb#uwb-enabled_mobile_devices\" target=\"_blank\" rel=\"noopener nofollow\"><br \/>\n    \t\t\t\t<\/p>\r\n    \t\t\t    \t\t\t\r\n    \t\t<\/div><!-- \/.ht-shortcodes-messages -->\r\n    \t\t<\/a><\/p>\n    \t\t<div class=\"hts-messages hts-messages--danger  hts-messages--withtitle hts-messages--withicon \"   >\r\n    \t\t\t<span class=\"hts-messages__title\">Disclaimer:<\/span>    \t\t\t    \t\t\t\t<p>\r\n    \t\t\t\t\t<\/p>\n<p>The sample scripts provided below are adapted from third-party open-source sites.<\/p>\n<p>    \t\t\t\t<\/p>\r\n    \t\t\t    \t\t\t\r\n    \t\t<\/div><!-- \/.ht-shortcodes-messages -->\r\n    \t\t\n<h2>Batch Script<\/h2>\n<div class=\"copy-code-download\">\n<pre class=\"theme:github font:monospace font-size:17 line-height:32 top-set:false bottom-set:false toolbar:1 show-plain:3 lang:default decode:true inline-margin:\" title=\"Sample script\"> \r\n\r\n@echo off\r\nREM Restart Windows Audio service\r\nnet stop audiosrv\r\nnet start audiosrv\r\nexit \/b 0\r\n\r\n<\/pre>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-57726\" src=\"https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-Batch-script-to-restart-Windows-audio-service--300x149.png\" alt=\"Batch script to stop and restart Windows audio service remotely executed successfully from Hexnode.\" width=\"300\" height=\"149\" srcset=\"https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-Batch-script-to-restart-Windows-audio-service--300x149.png 300w, https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-Batch-script-to-restart-Windows-audio-service--1024x507.png 1024w, https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-Batch-script-to-restart-Windows-audio-service--768x380.png 768w, https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-Batch-script-to-restart-Windows-audio-service--1536x761.png 1536w, https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-Batch-script-to-restart-Windows-audio-service--2048x1014.png 2048w, https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-Batch-script-to-restart-Windows-audio-service--scaled.png 2560w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<h2>PowerShell Script<\/h2>\n<div class=\"copy-code-download\">\n<pre class=\"theme:github font:monospace font-size:17 line-height:32 top-set:false bottom-set:false toolbar:1 show-plain:3 lang:default decode:true inline-margin:\" title=\"Sample script\"> \r\n\r\n# Restart Windows Audio service with force\r\nRestart-Service -Name audiosrv -Force\r\n\r\nWrite-Host \"Windows Audio Service restarted successfully.\"\r\n\r\n<\/pre>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-57728\" src=\"https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-PowerShell-script-to-restart-Windows-audio-service--300x149.png\" alt=\"PowerShell script to stop and restart Windows audio service remotely executed successfully from Hexnode.\" width=\"300\" height=\"149\" srcset=\"https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-PowerShell-script-to-restart-Windows-audio-service--300x149.png 300w, https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-PowerShell-script-to-restart-Windows-audio-service--1024x509.png 1024w, https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-PowerShell-script-to-restart-Windows-audio-service--768x382.png 768w, https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-PowerShell-script-to-restart-Windows-audio-service--1536x764.png 1536w, https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-PowerShell-script-to-restart-Windows-audio-service--2048x1018.png 2048w, https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-PowerShell-script-to-restart-Windows-audio-service--scaled.png 2560w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<h2>How to View Script Output in Hexnode<\/h2>\n<p>To review the execution results, navigate to the <strong>Action History<\/strong> tab of the specific device in your Hexnode UEM portal. Locate the script entry in the <strong>Subject<\/strong> column and click the <strong>Show Output<\/strong> button next to the status field to view the returned data.<\/p>\n    \t\t<div class=\"hts-messages hts-messages--info  hts-messages--withtitle hts-messages--withicon \"   >\r\n    \t\t\t<span class=\"hts-messages__title\">Notes:<\/span>    \t\t\t    \t\t\t\t<p>\r\n    \t\t\t\t\t<\/p>\n<ul>\n<li>It is recommended to manually validate the script execution on a system before executing the action in bulk.<\/li>\n<li>Hexnode will not be responsible for any damage\/loss to the system on the behavior of the script.<\/li>\n<\/ul>\n<p>    \t\t\t\t<\/p>\r\n    \t\t\t    \t\t\t\r\n    \t\t<\/div><!-- \/.ht-shortcodes-messages -->\r\n    \t\t\n","protected":false},"excerpt":{"rendered":"<p>Windows Audio Service manages all the audio devices on your computer. It is a vital component to enable sound for any program running on the Windows operating system. By default, the audio service starts when you power on your device. But there may occur times when the audio service glitches and stops working. Executing a [&hellip;]<\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[265,263],"tags":[326,322],"class_list":["post-38051","post","type-post","status-publish","format-standard","hentry","category-windows-sample-script-repository","category-sample-script-repository","tag-general-settings","tag-system-settings"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Script to restart windows audio service | Hexnode UEM<\/title>\n<meta name=\"description\" content=\"Stop and restart Windows Audio Service to fix audio issues on your Windows devices by running these Batch or PowerShell scripts via Hexnode.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Script to restart windows audio service | Hexnode UEM\" \/>\n<meta property=\"og:description\" content=\"Stop and restart Windows Audio Service to fix audio issues on your Windows devices by running these Batch or PowerShell scripts via Hexnode.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/\" \/>\n<meta property=\"og:site_name\" content=\"Hexnode Help Center\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-17T12:25:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-21T18:08:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-Batch-script-to-restart-Windows-audio-service--300x149.png\" \/>\n<meta name=\"author\" content=\"irfan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"irfan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/\",\"url\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/\",\"name\":\"Script to restart windows audio service | Hexnode UEM\",\"isPartOf\":{\"@id\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-Batch-script-to-restart-Windows-audio-service--300x149.png\",\"datePublished\":\"2021-12-17T12:25:43+00:00\",\"dateModified\":\"2026-02-21T18:08:55+00:00\",\"author\":{\"@id\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/#\/schema\/person\/18ce7440031fefef8ed901142058f5c6\"},\"description\":\"Stop and restart Windows Audio Service to fix audio issues on your Windows devices by running these Batch or PowerShell scripts via Hexnode.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/#primaryimage\",\"url\":\"https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-Batch-script-to-restart-Windows-audio-service--scaled.png\",\"contentUrl\":\"https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-Batch-script-to-restart-Windows-audio-service--scaled.png\",\"width\":2560,\"height\":1268,\"caption\":\"Batch script to stop and restart Windows audio service remotely executed successfully from Hexnode.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Script to Stop and Restart Windows Audio Service\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/#website\",\"url\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/\",\"name\":\"Hexnode Help Center\",\"description\":\"Mobile Device Management Help\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/#\/schema\/person\/18ce7440031fefef8ed901142058f5c6\",\"name\":\"irfan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hexnode.com\/mobile-device-management\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/72c69a6e6b85529428a396741421f39d6a7e03661e68056f301ce7392543147d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/72c69a6e6b85529428a396741421f39d6a7e03661e68056f301ce7392543147d?s=96&d=mm&r=g\",\"caption\":\"irfan\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Script to restart windows audio service | Hexnode UEM","description":"Stop and restart Windows Audio Service to fix audio issues on your Windows devices by running these Batch or PowerShell scripts via Hexnode.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/","og_locale":"en_US","og_type":"article","og_title":"Script to restart windows audio service | Hexnode UEM","og_description":"Stop and restart Windows Audio Service to fix audio issues on your Windows devices by running these Batch or PowerShell scripts via Hexnode.","og_url":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/","og_site_name":"Hexnode Help Center","article_published_time":"2021-12-17T12:25:43+00:00","article_modified_time":"2026-02-21T18:08:55+00:00","og_image":[{"url":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-Batch-script-to-restart-Windows-audio-service--300x149.png","type":"","width":"","height":""}],"author":"irfan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"irfan","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/","url":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/","name":"Script to restart windows audio service | Hexnode UEM","isPartOf":{"@id":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/#primaryimage"},"image":{"@id":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-Batch-script-to-restart-Windows-audio-service--300x149.png","datePublished":"2021-12-17T12:25:43+00:00","dateModified":"2026-02-21T18:08:55+00:00","author":{"@id":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/#\/schema\/person\/18ce7440031fefef8ed901142058f5c6"},"description":"Stop and restart Windows Audio Service to fix audio issues on your Windows devices by running these Batch or PowerShell scripts via Hexnode.","breadcrumb":{"@id":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/#primaryimage","url":"https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-Batch-script-to-restart-Windows-audio-service--scaled.png","contentUrl":"https:\/\/cdn.hexnode.com\/mobile-device-management\/help\/wp-content\/uploads\/2021\/12\/Audio-service-restarted-using-Batch-script-to-restart-Windows-audio-service--scaled.png","width":2560,"height":1268,"caption":"Batch script to stop and restart Windows audio service remotely executed successfully from Hexnode."},{"@type":"BreadcrumbList","@id":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/script-to-stop-and-restart-windows-audio-service\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/"},{"@type":"ListItem","position":2,"name":"Script to Stop and Restart Windows Audio Service"}]},{"@type":"WebSite","@id":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/#website","url":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/","name":"Hexnode Help Center","description":"Mobile Device Management Help","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/#\/schema\/person\/18ce7440031fefef8ed901142058f5c6","name":"irfan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/72c69a6e6b85529428a396741421f39d6a7e03661e68056f301ce7392543147d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/72c69a6e6b85529428a396741421f39d6a7e03661e68056f301ce7392543147d?s=96&d=mm&r=g","caption":"irfan"}}]}},"_links":{"self":[{"href":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/wp-json\/wp\/v2\/posts\/38051","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/wp-json\/wp\/v2\/comments?post=38051"}],"version-history":[{"count":17,"href":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/wp-json\/wp\/v2\/posts\/38051\/revisions"}],"predecessor-version":[{"id":57729,"href":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/wp-json\/wp\/v2\/posts\/38051\/revisions\/57729"}],"wp:attachment":[{"href":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/wp-json\/wp\/v2\/media?parent=38051"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/wp-json\/wp\/v2\/categories?post=38051"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hexnode.com\/mobile-device-management\/help\/wp-json\/wp\/v2\/tags?post=38051"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}