{"id":687,"date":"2021-08-07T06:43:44","date_gmt":"2021-08-06T21:43:44","guid":{"rendered":"https:\/\/www.thinqa.net\/?p=687"},"modified":"2021-08-07T06:43:45","modified_gmt":"2021-08-06T21:43:45","slug":"windows%e3%82%92%e3%83%aa%e3%83%a2%e3%83%bc%e3%83%88%e3%81%a7%e5%86%8d%e8%b5%b7%e5%8b%95%e3%81%99%e3%82%8b","status":"publish","type":"post","link":"https:\/\/www.thinqa.net\/en\/2021\/08\/07\/687","title":{"rendered":"Restart Windows remotely"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">There are times when you want to reboot your PC remotely.<br>Especially when you telework a lot in Covid19 like now, PC troubles increase.<br>In such cases, you can reboot the target PC from another PC with a command.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p class=\"wp-block-paragraph\">If the IP address of the PC you want to reboot is 172.23.0.1, you can reboot the remote destination as follows.<br>To do this, you need to be able to communicate with the PC you want to reboot by pinging, etc., and the operating PC must be a Windows PC (because it needs to be able to execute the following commands).<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>C:&gt; shutdown \/m 172.23.0.1 \/r \/f <\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If you get the message &#8220;172.23.0.1: Access denied. (5)&#8221; is displayed, perform the following.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>C:> net use \\172.23.0.1 \/user:&#91;Administrator user of the PC to be connected] &#91;Password]  \nThe command has completed successfully.<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">When the above message is displayed, execute the following again to reboot.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>C:&gt; shutdown \/m 172.23.0.1 \/r \/f <\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>There are times when you want to reboot your PC remotely.Especially when you telework a lot in Covid19 like now, PC troubles increase.In such cases, you can reboot the target PC from another PC with a command.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_locale":"en_US","_original_post":"https:\/\/www.thinqa.net\/?p=483","footnotes":""},"categories":[2],"tags":[51],"class_list":["post-687","post","type-post","status-publish","format-standard","hentry","category-it","tag-windows","en-US"],"_links":{"self":[{"href":"https:\/\/www.thinqa.net\/wp-json\/wp\/v2\/posts\/687","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.thinqa.net\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.thinqa.net\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.thinqa.net\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.thinqa.net\/wp-json\/wp\/v2\/comments?post=687"}],"version-history":[{"count":1,"href":"https:\/\/www.thinqa.net\/wp-json\/wp\/v2\/posts\/687\/revisions"}],"predecessor-version":[{"id":688,"href":"https:\/\/www.thinqa.net\/wp-json\/wp\/v2\/posts\/687\/revisions\/688"}],"wp:attachment":[{"href":"https:\/\/www.thinqa.net\/wp-json\/wp\/v2\/media?parent=687"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.thinqa.net\/wp-json\/wp\/v2\/categories?post=687"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.thinqa.net\/wp-json\/wp\/v2\/tags?post=687"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}