{"id":1595,"date":"2012-04-20T15:50:00","date_gmt":"2012-04-20T19:50:00","guid":{"rendered":"http:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/"},"modified":"2012-04-20T15:50:00","modified_gmt":"2012-04-20T19:50:00","slug":"bypass-windows-logons-with-the-utilmanexe-trick-5135","status":"publish","type":"post","link":"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/","title":{"rendered":"Bypass Windows Logons with the Utilman.exe Trick"},"content":{"rendered":"<p>Authors: Bryce Whitty<\/p>\n<p>Utilman.exe is a built in Windows application that is designed to allow the user to configure Accessibility options such as the Magnifier, High Contrast Theme, Narrator and On Screen Keyboard <strong><em>before<\/em><\/strong> they log onto the system.<br \/> This was designed to help people who are hard of sight, hearing or mobility to log onto Windows themselves without the need of outside help. Its a great feature for disabled people but it opens up a security hole that we can take advantage of to bypass Windows logons. <\/p>\n<p>Bypassing the Windows logon comes in handy if our clients have forgotten their logon password, their user profiles were corrupted or malware was interfering with the system before login.<\/p>\n<p>This works because the user can trigger Utilman by pressing <strong>Windows Key + U<\/strong> before Windows logon. This will load up the Utilman.exe executable which resides in the Windows\\System32 directory. If you swap the Utilman.exe file with something else like cmd.exe, you have access to the command prompt running SYSTEM privileges. SYSTEM is an account with the highest possible privileges on Windows which similar to the root account on Unix systems.<\/p>\n<p>Here are the step by step instruction on how to do this.<br \/> <span id=\"more-10159\"><\/span><\/p>\n<blockquote>\n<p><strong>WARNING: <\/strong><br \/> You can do a lot of damage to a system if you dont know what you are doing. Technibble accepts no responsibility if something goes wrong.<\/p>\n<\/blockquote>\n<p>First of all, we will need a way to access the file system to swap out Utilman.exe with something else like cmd.exe. There are a few ways to achieve this:<\/p>\n<ul>\n<li>Remove the operating system hard drive from the target system and slave it into another system with a working operating system. From there you can swap out the files on the slave drive<\/li>\n<li>Use a Boot CD like <a href=\"http:\/\/www.ubcd4win.com\">UBCD4Win<\/a> and use the file management software there<\/li>\n<li>Use the Windows Vista or 7 DVD<\/li>\n<\/ul>\n<p>In this example we will be using the Windows 7 DVD. To begin, boot from your Windows 7 DVD and when you reach the first screen asking about the language, currency and keyboard format, <strong>Click Next<\/strong>.<\/p>\n<p>On the next page, down in the lower left hand side, <strong>click on the &#8220;Repair your computer&#8221; link<\/strong>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.technibble.com\/articlecontent\/2012\/04\/Windows-Repair.jpg\" alt=\"\" title=\"Windows Repair\" width=\"619\" height=\"459\" class=\"alignnone size-full wp-image-10182\" \/>  <\/p>\n<p>&nbsp;<\/p>\n<p>Next, select the &#8220;Use recovery tools that can help fix problems starting Windows. Select an operating system to repair&#8221; option, choose an operating system from the list and <strong>Click Next<\/strong>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.technibble.com\/articlecontent\/2012\/04\/Windows-Repair-2.jpg\" alt=\"\" title=\"Windows Repair\" width=\"619\" height=\"459\" class=\"alignnone size-full wp-image-10181\" \/>  <\/p>\n<p>&nbsp;<\/p>\n<p>You will now have an option to &#8220;Choose a recovery tool&#8221;. <strong>Select Command Prompt<\/strong>.<\/p>\n<p>You should now have a Command Prompt Window open. Type in the following commands:<\/p>\n<p><code>C:\\<br \/> cd windows\\system32<br \/> ren utilman.exe utilman.exe.bak<br \/> copy cmd.exe utilman.exe<\/code><\/p>\n<p>This will navigate to the system32 directory, rename utilman.exe to utilman.exe.bak, make a copy of cmd.exe and name it utilman.exe.<\/p>\n<p>Remove the DVD and reboot the system.<\/p>\n<p>Once the computer boots up normally, press the key combination <strong>Windows Key + U<\/strong> and you should get a Command Prompt. If the Command Prompt doesnt appear, press Alt+Tab as the Command Prompt may appear behind the Logon screen. From here, you can run many (if not all) of the commands you can normally use in Command Prompt. <\/p>\n<h3>Resetting an Existing Users Password<\/h3>\n<blockquote>\n<p><strong>WARNING: <\/strong><br \/> If you reset a users account password. This will permanently lose access to the users encrypted files. Be sure to back these up.<\/p>\n<\/blockquote>\n<p>To reset an existing users password, we need type the text below.  In this example, we will be changing JohnDoe&#8217;s password to &#8220;hunter2&#8243;.<br \/> <code>net user JohnDoe hunter2<\/code><\/p>\n<p>You should be able to log in with this new password straight away.<\/p>\n<p>If you dont know what the username on the system actually is, you can see a list of the users by typing:<br \/> <code>net user<\/code><\/p>\n<h3>Creating a New User Account<\/h3>\n<p>To create a new user account in the Command Prompt (Username: NewGuy. Password: abc123), and add them to the Administrators usergroup type:<br \/> <code>net user NewGuy abc123 \/add<br \/> net localgroup Administrators NewGuy \/add<br \/> <\/code><br \/> Again, you should be able to login straight away with this new account. <\/p>\n<h3>Reverting Changes<\/h3>\n<p>To restore utilman.exe, in the Command Prompt type in:<br \/> <code>C:<br \/> cd windows\\system32<br \/> del utilman.exe<br \/> ren utilman.exe.bak utilman.exe<\/code><br \/> Then reboot the system.<\/p>\n<p>To remove the new user account you just created earlier, type in:<br \/> <code>net user NewGuy \/delete<\/code><\/p>\n<p>That&#8217;s all there is to it.<\/p>\n<p><strong>Thanks to <a href=\"http:\/\/www.technibble.com\/forums\/member.php?u=11066\">MobileTechie<\/a> for mentioning this trick.<\/strong><\/p>\n<p>&copy; Technibble &#8211; A Resource for <a href=\"http:\/\/www.technibble.com\">Computer Technicians<\/a> to start or improve their <a href=\"http:\/\/www.technibble.com\">Computer Business<\/a><br \/> To get started with your own computer business, check out our <a href=\"http:\/\/www.technibble.com\/store.php?ad=552676\">Computer Business Kit<\/a>.<\/p>\n<div class=\"feedflare\"> <a href=\"http:\/\/feeds.feedburner.com\/~ff\/Technibble?a=0xVojyCZmRw:j8DdMFjWaA8:yIl2AUoC8zA\"><img decoding=\"async\" src=\"http:\/\/feeds.feedburner.com\/~ff\/Technibble?d=yIl2AUoC8zA\" alt=\"image\" style=\"border: 0px;\" \/>  <\/a> <a href=\"http:\/\/feeds.feedburner.com\/~ff\/Technibble?a=0xVojyCZmRw:j8DdMFjWaA8:D7DqB2pKExk\"><img decoding=\"async\" src=\"http:\/\/feeds.feedburner.com\/~ff\/Technibble?i=0xVojyCZmRw:j8DdMFjWaA8:D7DqB2pKExk\" alt=\"image\" style=\"border: 0px;\" \/>  <\/a> <\/div>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/feeds.feedburner.com\/~r\/Technibble\/~4\/0xVojyCZmRw\" height=\"1\" width=\"1\" alt=\"image\" \/>  <\/p>\n<p><strong><a class=\"rssreadon\" rel=\"external\" title=\"Bypass Windows Logons with the Utilman.exe Trick\" href=\"http:\/\/www.technibble.com\/bypass-windows-logons-utilman\/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=bypass-windows-logons-utilman\" >Read more:<\/a><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Authors: Bryce Whitty Utilman.exe is a built in Windows application that is designed to allow the user to configure Accessibility options such as the Magnifier, High Contrast Theme, Narrator and On Screen Keyboard before they log onto the system. This was designed to help people who are hard of sight, hearing or mobility to log &#8230; <a title=\"Bypass Windows Logons with the Utilman.exe Trick\" class=\"read-more\" href=\"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/\" aria-label=\"Read more about Bypass Windows Logons with the Utilman.exe Trick\">Read more<\/a><\/p>\n","protected":false},"author":351,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[41],"tags":[1081,1197,1077,1078,1090],"class_list":["post-1595","post","type-post","status-publish","format-standard","hentry","category-news-feeds","tag-a","tag-system","tag-the","tag-to","tag-you"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Bypass Windows Logons with the Utilman.exe Trick - The Force Field Podcast<\/title>\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.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bypass Windows Logons with the Utilman.exe Trick - The Force Field Podcast\" \/>\n<meta property=\"og:description\" content=\"Authors: Bryce Whitty Utilman.exe is a built in Windows application that is designed to allow the user to configure Accessibility options such as the Magnifier, High Contrast Theme, Narrator and On Screen Keyboard before they log onto the system. This was designed to help people who are hard of sight, hearing or mobility to log ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/\" \/>\n<meta property=\"og:site_name\" content=\"The Force Field Podcast\" \/>\n<meta property=\"article:published_time\" content=\"2012-04-20T19:50:00+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.technibble.com\/articlecontent\/2012\/04\/Windows-Repair.jpg\" \/>\n<meta name=\"author\" content=\"Rick\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rick\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/\"},\"author\":{\"name\":\"Rick\",\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/#\/schema\/person\/6b054b6406d3682772e380c1043dbd31\"},\"headline\":\"Bypass Windows Logons with the Utilman.exe Trick\",\"datePublished\":\"2012-04-20T19:50:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/\"},\"wordCount\":727,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/www.technibble.com\/articlecontent\/2012\/04\/Windows-Repair.jpg\",\"keywords\":[\"a\",\"system\",\"the\",\"to\",\"you\"],\"articleSection\":[\"News Feeds\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/\",\"url\":\"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/\",\"name\":\"Bypass Windows Logons with the Utilman.exe Trick - The Force Field Podcast\",\"isPartOf\":{\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/www.technibble.com\/articlecontent\/2012\/04\/Windows-Repair.jpg\",\"datePublished\":\"2012-04-20T19:50:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#primaryimage\",\"url\":\"http:\/\/www.technibble.com\/articlecontent\/2012\/04\/Windows-Repair.jpg\",\"contentUrl\":\"http:\/\/www.technibble.com\/articlecontent\/2012\/04\/Windows-Repair.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.theforcefield.net\/podcast\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bypass Windows Logons with the Utilman.exe Trick\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/#website\",\"url\":\"https:\/\/www.theforcefield.net\/podcast\/\",\"name\":\"The Force Field Podcast\",\"description\":\"A podcast for and about IT Service Providers\",\"publisher\":{\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.theforcefield.net\/podcast\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/#organization\",\"name\":\"The Force Field Podcast\",\"url\":\"https:\/\/www.theforcefield.net\/podcast\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.theforcefield.net\/podcast\/wp-content\/uploads\/2022\/06\/header.png\",\"contentUrl\":\"https:\/\/www.theforcefield.net\/podcast\/wp-content\/uploads\/2022\/06\/header.png\",\"width\":990,\"height\":100,\"caption\":\"The Force Field Podcast\"},\"image\":{\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.theforcefield.net\/podcast\/#\/schema\/person\/6b054b6406d3682772e380c1043dbd31\",\"name\":\"Rick\",\"url\":\"https:\/\/www.theforcefield.net\/podcast\/author\/savoiaco2\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bypass Windows Logons with the Utilman.exe Trick - The Force Field Podcast","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.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/","og_locale":"en_US","og_type":"article","og_title":"Bypass Windows Logons with the Utilman.exe Trick - The Force Field Podcast","og_description":"Authors: Bryce Whitty Utilman.exe is a built in Windows application that is designed to allow the user to configure Accessibility options such as the Magnifier, High Contrast Theme, Narrator and On Screen Keyboard before they log onto the system. This was designed to help people who are hard of sight, hearing or mobility to log ... Read more","og_url":"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/","og_site_name":"The Force Field Podcast","article_published_time":"2012-04-20T19:50:00+00:00","og_image":[{"url":"http:\/\/www.technibble.com\/articlecontent\/2012\/04\/Windows-Repair.jpg","type":"","width":"","height":""}],"author":"Rick","twitter_misc":{"Written by":"Rick","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#article","isPartOf":{"@id":"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/"},"author":{"name":"Rick","@id":"https:\/\/www.theforcefield.net\/podcast\/#\/schema\/person\/6b054b6406d3682772e380c1043dbd31"},"headline":"Bypass Windows Logons with the Utilman.exe Trick","datePublished":"2012-04-20T19:50:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/"},"wordCount":727,"commentCount":0,"publisher":{"@id":"https:\/\/www.theforcefield.net\/podcast\/#organization"},"image":{"@id":"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#primaryimage"},"thumbnailUrl":"http:\/\/www.technibble.com\/articlecontent\/2012\/04\/Windows-Repair.jpg","keywords":["a","system","the","to","you"],"articleSection":["News Feeds"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/","url":"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/","name":"Bypass Windows Logons with the Utilman.exe Trick - The Force Field Podcast","isPartOf":{"@id":"https:\/\/www.theforcefield.net\/podcast\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#primaryimage"},"image":{"@id":"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#primaryimage"},"thumbnailUrl":"http:\/\/www.technibble.com\/articlecontent\/2012\/04\/Windows-Repair.jpg","datePublished":"2012-04-20T19:50:00+00:00","breadcrumb":{"@id":"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#primaryimage","url":"http:\/\/www.technibble.com\/articlecontent\/2012\/04\/Windows-Repair.jpg","contentUrl":"http:\/\/www.technibble.com\/articlecontent\/2012\/04\/Windows-Repair.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.theforcefield.net\/podcast\/bypass-windows-logons-with-the-utilmanexe-trick-5135\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.theforcefield.net\/podcast\/"},{"@type":"ListItem","position":2,"name":"Bypass Windows Logons with the Utilman.exe Trick"}]},{"@type":"WebSite","@id":"https:\/\/www.theforcefield.net\/podcast\/#website","url":"https:\/\/www.theforcefield.net\/podcast\/","name":"The Force Field Podcast","description":"A podcast for and about IT Service Providers","publisher":{"@id":"https:\/\/www.theforcefield.net\/podcast\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.theforcefield.net\/podcast\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.theforcefield.net\/podcast\/#organization","name":"The Force Field Podcast","url":"https:\/\/www.theforcefield.net\/podcast\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.theforcefield.net\/podcast\/#\/schema\/logo\/image\/","url":"https:\/\/www.theforcefield.net\/podcast\/wp-content\/uploads\/2022\/06\/header.png","contentUrl":"https:\/\/www.theforcefield.net\/podcast\/wp-content\/uploads\/2022\/06\/header.png","width":990,"height":100,"caption":"The Force Field Podcast"},"image":{"@id":"https:\/\/www.theforcefield.net\/podcast\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.theforcefield.net\/podcast\/#\/schema\/person\/6b054b6406d3682772e380c1043dbd31","name":"Rick","url":"https:\/\/www.theforcefield.net\/podcast\/author\/savoiaco2\/"}]}},"_links":{"self":[{"href":"https:\/\/www.theforcefield.net\/podcast\/wp-json\/wp\/v2\/posts\/1595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.theforcefield.net\/podcast\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.theforcefield.net\/podcast\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.theforcefield.net\/podcast\/wp-json\/wp\/v2\/users\/351"}],"replies":[{"embeddable":true,"href":"https:\/\/www.theforcefield.net\/podcast\/wp-json\/wp\/v2\/comments?post=1595"}],"version-history":[{"count":0,"href":"https:\/\/www.theforcefield.net\/podcast\/wp-json\/wp\/v2\/posts\/1595\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.theforcefield.net\/podcast\/wp-json\/wp\/v2\/media?parent=1595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.theforcefield.net\/podcast\/wp-json\/wp\/v2\/categories?post=1595"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.theforcefield.net\/podcast\/wp-json\/wp\/v2\/tags?post=1595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}