{"id":1436107,"date":"2024-10-31T09:15:39","date_gmt":"2024-10-31T07:15:39","guid":{"rendered":"https:\/\/windowsreport.com\/?p=1436107"},"modified":"2024-10-31T10:47:17","modified_gmt":"2024-10-31T08:47:17","slug":"edge-incognito-command-line","status":"publish","type":"post","link":"https:\/\/windowsreport.com\/edge-incognito-command-line\/","title":{"rendered":"How to Start Edge Incognito Using The Command Line"},"content":{"rendered":"\n<p>Developers and advanced users might want to start Edge Incognito using a command line and use it in their scripts. This is simple to do, and in today\u2019s guide, we\u2019ll show you a couple of methods you can use to achieve that.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-do-i-open-edge-in-private-mode-using-the-command-line\">How do I open Edge in Private Mode using the command line?<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-use-command-prompt\">1. Use Command Prompt<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Press the <kbd>Windows<\/kbd> key + <kbd>S<\/kbd> and type <strong>cmd<\/strong>. Select <strong>Command Prompt<\/strong>.<br><a href=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/01\/chrome_8cJ6TgKf80.png\"><img decoding=\"async\" width=\"1139\" height=\"679\" class=\"alignnone size-full wp-image-1313330\" src=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/01\/chrome_8cJ6TgKf80.png\" alt=\"run as administrator\" srcset=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/01\/chrome_8cJ6TgKf80.png 1139w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/01\/chrome_8cJ6TgKf80-330x197.png 330w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/01\/chrome_8cJ6TgKf80-120x72.png 120w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/01\/chrome_8cJ6TgKf80-140x83.png 140w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/01\/chrome_8cJ6TgKf80-64x38.png 64w\" sizes=\"(max-width: 1139px) 100vw, 1139px\" \/><\/a><\/li>\n\n\n\n<li>Run the following command to open the InPrivate window: <code><strong>start msedge.exe -inprivate<\/strong><\/code><br>&nbsp;<a href=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/msedge-inprivate-cmd.png\"><img decoding=\"async\" width=\"519\" height=\"148\" class=\"alignnone size-full wp-image-1436111\" src=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/msedge-inprivate-cmd.png\" alt=\"msedge inprivate cmd\" srcset=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/msedge-inprivate-cmd.png 519w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/msedge-inprivate-cmd-300x86.png 300w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/msedge-inprivate-cmd-420x120.png 420w\" sizes=\"(max-width: 519px) 100vw, 519px\" \/><\/a><\/li>\n\n\n\n<li>To open a specific website run: <code><strong>start msedge.exe www.windowsreport.com -inprivate<\/strong><\/code><br><a href=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/msedge-url-inprivate-cmd.png\"><img decoding=\"async\" width=\"728\" height=\"235\" class=\"alignnone size-full wp-image-1436110\" src=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/msedge-url-inprivate-cmd.png\" alt=\"msedge url inprivate cmd\" srcset=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/msedge-url-inprivate-cmd.png 728w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/msedge-url-inprivate-cmd-300x97.png 300w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/msedge-url-inprivate-cmd-700x226.png 700w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/msedge-url-inprivate-cmd-420x136.png 420w\" sizes=\"(max-width: 728px) 100vw, 728px\" \/><\/a><\/li>\n<\/ol>\n\n\n\n<p>You can also use \u2013new-window parameter to open another instance like this: <code><strong>start msedge.exe www.windowsreport.com -inprivate \u2013new-window<\/strong><\/code><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-use-powershell\">2. Use PowerShell<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Press <kbd>Windows<\/kbd> key + <kbd>S<\/kbd> and type <em>powershell<\/em>. Select <strong>PowerShell<\/strong> from the list.<br><a href=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2023\/02\/open-powershell-as-administrator.png\"><img decoding=\"async\" width=\"952\" height=\"798\" class=\"alignnone size-full wp-image-1427448\" src=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2023\/02\/open-powershell-as-administrator.png\" alt=\"open powershell as administrator\" srcset=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2023\/02\/open-powershell-as-administrator.png 952w, https:\/\/windowsreport.com\/wp-content\/uploads\/2023\/02\/open-powershell-as-administrator-300x251.png 300w, https:\/\/windowsreport.com\/wp-content\/uploads\/2023\/02\/open-powershell-as-administrator-768x644.png 768w, https:\/\/windowsreport.com\/wp-content\/uploads\/2023\/02\/open-powershell-as-administrator-596x500.png 596w, https:\/\/windowsreport.com\/wp-content\/uploads\/2023\/02\/open-powershell-as-administrator-262x220.png 262w\" sizes=\"(max-width: 952px) 100vw, 952px\" \/><\/a><\/li>\n\n\n\n<li>You can run the following command to open a blank page InPrivate mode: <code><strong>Start-Process msedge.exe -ArgumentList \"-inprivate\u201d<\/strong><\/code><br><a href=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/start-process-msedge-powershell.png\"><img decoding=\"async\" width=\"745\" height=\"145\" class=\"alignnone size-full wp-image-1436117\" src=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/start-process-msedge-powershell.png\" alt=\"start-process msedge powershell\" srcset=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/start-process-msedge-powershell.png 745w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/start-process-msedge-powershell-300x58.png 300w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/start-process-msedge-powershell-700x136.png 700w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/start-process-msedge-powershell-420x82.png 420w\" sizes=\"(max-width: 745px) 100vw, 745px\" \/><\/a><\/li>\n\n\n\n<li>To open a specific page, use: <code><strong>Start-Process msedge.exe -ArgumentList \"-inprivate\", \"windowsreport.com\"<\/strong><\/code><br><a href=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/start-process-msedge-url.png\"><img decoding=\"async\" width=\"820\" height=\"191\" class=\"alignnone size-full wp-image-1436116\" src=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/start-process-msedge-url.png\" alt=\"start-process msedge url\" srcset=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/start-process-msedge-url.png 820w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/start-process-msedge-url-300x70.png 300w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/start-process-msedge-url-768x179.png 768w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/start-process-msedge-url-700x163.png 700w, https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/start-process-msedge-url-420x98.png 420w\" sizes=\"(max-width: 820px) 100vw, 820px\" \/><\/a><\/li>\n<\/ol>\n\n\n\n<p>Of course, you can open a new instance with the following command: <code><strong>Start-Process msedge.exe -ArgumentList \"-inprivate\", \u201c-new-window\u201d, \"windowsreport.com\"<\/strong><\/code><\/p>\n\n\n<section id=\"related-articles-block_cf92c632c0eae414eca699efd5fe5ee2\" class=\"related-articles\">\n\t<strong class=\"related-articles__title\">Read more about this topic<\/strong>\n\t<div class=\"related-articles__wrapper\">\n\t\t<ul>\n\t\t\t<li><a href=\"https:\/\/windowsreport.com\/microsoft-edges-newest-feature-usage-will-let-users-see-details-of-their-activity-on-the-browser-on-any-device-they-use-it\/\" rel=\"noopener noreferrer\" target=\"_blank\">Microsoft Edge&#8217;s newest Feature Usage will let users see details of their activity on the browser on any device they use it<\/a><\/li><li><a href=\"https:\/\/windowsreport.com\/microsoft-is-trying-to-move-edge-users-away-from-chrome-web-store-a-strategic-shift\/\" rel=\"noopener noreferrer\" target=\"_blank\">Microsoft is trying to Move Edge Users Away from Chrome Web Store: A Strategic Shift<\/a><\/li><li><a href=\"https:\/\/windowsreport.com\/microsoft-brings-back-the-msn-in-edge-3-years-after-rebranding-it-to-start\/\" rel=\"noopener noreferrer\" target=\"_blank\">Microsoft brings back the MSN in Edge, 3 years after rebranding it to Start<\/a><\/li>\t\t<\/ul>\n\t<\/div>\n<\/section>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-do-i-open-edge-in-cmd\">How do I open Edge in CMD?<\/h3>\n\n\n\n<p>You can do that by following the steps from our first solution, just be sure to exclude the <em>-inprivate<\/em> parameter in your commands.<\/p>\n\n\n\n<p>As you can see, it\u2019s pretty simple to start Edge Incognito using the command line, and you can do that from both PowerShell and Command Prompt in a matter of moments.<\/p>\n\n\n\n<p>This isn\u2019t the only browser that can do this, and we have a great guide on how to launch <a href=\"https:\/\/windowsreport.com\/firefox-incognito-command-line\/\">Firefox Incognito using the command line<\/a>.<\/p>\n\n\n\n<p>If you plan to stick to Edge, don\u2019t miss our guide on how to <a href=\"https:\/\/windowsreport.com\/allow-edge-extensions-in-inprivate-mode\/\">allow Edge extensions to run in InPrivate mode<\/a>. We also have a guide on how to <a href=\"https:\/\/windowsreport.com\/edge-always-incognito\/\" target=\"_blank\" rel=\"noreferrer noopener\">always start Edge in Incognito<\/a>, so don&#8217;t miss it.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Developers and advanced users might want to start Edge Incognito using a command line and use it in their scripts. This is simple to do, and in today\u2019s guide, we\u2019ll show you a couple of methods you can use to achieve that. How do I open Edge in Private Mode using the command line? 1. [&hellip;]<\/p>\n","protected":false},"author":49,"featured_media":1436120,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_enabled_clarity":"","footnotes":""},"categories":[324813],"tags":[1884,458166,354994],"work":[],"class_list":["post-1436107","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-edge","tag-command-prompt","tag-microsoft-edge-2","tag-private-browsing"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.8 (Yoast SEO v23.8) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Start Edge Incognito Using The Command Line<\/title>\n<meta name=\"description\" content=\"Ever wanted to run Edge Incognito from a command line? This is easier than you think, and it requires just one line of code.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/windowsreport.com\/edge-incognito-command-line\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Start Edge Incognito Using The Command Line\" \/>\n<meta property=\"og:description\" content=\"Ever wanted to run Edge Incognito from a command line? This is easier than you think, and it requires just one line of code.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/windowsreport.com\/edge-incognito-command-line\/\" \/>\n<meta property=\"og:site_name\" content=\"Windows Report\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/WindowsReport\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-31T07:15:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-31T08:47:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/edge-incognito-command-line.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Milan Stanojevic\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@MilanStanojev17\" \/>\n<meta name=\"twitter:site\" content=\"@WindowsRep\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Milan Stanojevic\" \/>\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\":\"Article\",\"@id\":\"https:\/\/windowsreport.com\/edge-incognito-command-line\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/windowsreport.com\/edge-incognito-command-line\/\"},\"author\":{\"name\":\"Milan Stanojevic\",\"@id\":\"https:\/\/windowsreport.com\/#\/schema\/person\/11c791813c1c78a6dea55dfd66a86e30\"},\"headline\":\"How to Start Edge Incognito Using The Command Line\",\"datePublished\":\"2024-10-31T07:15:39+00:00\",\"dateModified\":\"2024-10-31T08:47:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/windowsreport.com\/edge-incognito-command-line\/\"},\"wordCount\":281,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/windowsreport.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/windowsreport.com\/edge-incognito-command-line\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/edge-incognito-command-line.jpg\",\"keywords\":[\"command prompt\",\"microsoft edge\",\"Private browsing\"],\"articleSection\":[\"Edge\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/windowsreport.com\/edge-incognito-command-line\/#respond\"]}],\"copyrightYear\":\"2024\",\"copyrightHolder\":{\"@id\":\"https:\/\/windowsreport.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/windowsreport.com\/edge-incognito-command-line\/\",\"url\":\"https:\/\/windowsreport.com\/edge-incognito-command-line\/\",\"name\":\"How to Start Edge Incognito Using The Command Line\",\"isPartOf\":{\"@id\":\"https:\/\/windowsreport.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/windowsreport.com\/edge-incognito-command-line\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/windowsreport.com\/edge-incognito-command-line\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/edge-incognito-command-line.jpg\",\"datePublished\":\"2024-10-31T07:15:39+00:00\",\"dateModified\":\"2024-10-31T08:47:17+00:00\",\"description\":\"Ever wanted to run Edge Incognito from a command line? This is easier than you think, and it requires just one line of code.\",\"breadcrumb\":{\"@id\":\"https:\/\/windowsreport.com\/edge-incognito-command-line\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/windowsreport.com\/edge-incognito-command-line\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/windowsreport.com\/edge-incognito-command-line\/#primaryimage\",\"url\":\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/edge-incognito-command-line.jpg\",\"contentUrl\":\"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/edge-incognito-command-line.jpg\",\"width\":1536,\"height\":1024,\"caption\":\"edge incognito command line\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/windowsreport.com\/edge-incognito-command-line\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Browsers\",\"item\":\"https:\/\/windowsreport.com\/category\/browsers\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Edge\",\"item\":\"https:\/\/windowsreport.com\/category\/browsers\/edge\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Start Edge Incognito Using The Command Line\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/windowsreport.com\/#website\",\"url\":\"https:\/\/windowsreport.com\/\",\"name\":\"Windows Report\",\"description\":\"Time-saving software and hardware expertise that helped 500MM+ PC users. Guiding you with how-to advice, news and tips to upgrade your tech life.\",\"publisher\":{\"@id\":\"https:\/\/windowsreport.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/windowsreport.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/windowsreport.com\/#organization\",\"name\":\"WindowsReport\",\"url\":\"https:\/\/windowsreport.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/windowsreport.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/windowsreport.com\/wp-content\/uploads\/2020\/05\/windowsreport-logo-quantcast.png\",\"contentUrl\":\"https:\/\/windowsreport.com\/wp-content\/uploads\/2020\/05\/windowsreport-logo-quantcast.png\",\"width\":170,\"height\":28,\"caption\":\"WindowsReport\"},\"image\":{\"@id\":\"https:\/\/windowsreport.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/WindowsReport\",\"https:\/\/x.com\/WindowsRep\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/windowsreport.com\/#\/schema\/person\/11c791813c1c78a6dea55dfd66a86e30\",\"name\":\"Milan Stanojevic\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/windowsreport.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/windowsreport.com\/wp-content\/uploads\/2020\/04\/milan.jpg\",\"contentUrl\":\"https:\/\/windowsreport.com\/wp-content\/uploads\/2020\/04\/milan.jpg\",\"caption\":\"Milan Stanojevic\"},\"description\":\"Milan has been enthusiastic about technology ever since his childhood days, and this led him to take interest in all PC-related technologies. He's a PC enthusiast and he spends most of his time learning about computers and technology. Before joining WindowsReport, he worked as a front-end web developer. Now, he's one of the Troubleshooting experts in our worldwide team, specializing in Windows errors &amp; software issues.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/milan-stanojevic-679893188\/\",\"https:\/\/x.com\/MilanStanojev17\"],\"url\":\"https:\/\/windowsreport.com\/author\/milan\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Start Edge Incognito Using The Command Line","description":"Ever wanted to run Edge Incognito from a command line? This is easier than you think, and it requires just one line of code.","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:\/\/windowsreport.com\/edge-incognito-command-line\/","og_locale":"en_US","og_type":"article","og_title":"How to Start Edge Incognito Using The Command Line","og_description":"Ever wanted to run Edge Incognito from a command line? This is easier than you think, and it requires just one line of code.","og_url":"https:\/\/windowsreport.com\/edge-incognito-command-line\/","og_site_name":"Windows Report","article_publisher":"https:\/\/www.facebook.com\/WindowsReport","article_published_time":"2024-10-31T07:15:39+00:00","article_modified_time":"2024-10-31T08:47:17+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/edge-incognito-command-line.jpg","type":"image\/jpeg"}],"author":"Milan Stanojevic","twitter_card":"summary_large_image","twitter_creator":"@MilanStanojev17","twitter_site":"@WindowsRep","twitter_misc":{"Written by":"Milan Stanojevic","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/windowsreport.com\/edge-incognito-command-line\/#article","isPartOf":{"@id":"https:\/\/windowsreport.com\/edge-incognito-command-line\/"},"author":{"name":"Milan Stanojevic","@id":"https:\/\/windowsreport.com\/#\/schema\/person\/11c791813c1c78a6dea55dfd66a86e30"},"headline":"How to Start Edge Incognito Using The Command Line","datePublished":"2024-10-31T07:15:39+00:00","dateModified":"2024-10-31T08:47:17+00:00","mainEntityOfPage":{"@id":"https:\/\/windowsreport.com\/edge-incognito-command-line\/"},"wordCount":281,"commentCount":0,"publisher":{"@id":"https:\/\/windowsreport.com\/#organization"},"image":{"@id":"https:\/\/windowsreport.com\/edge-incognito-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/edge-incognito-command-line.jpg","keywords":["command prompt","microsoft edge","Private browsing"],"articleSection":["Edge"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/windowsreport.com\/edge-incognito-command-line\/#respond"]}],"copyrightYear":"2024","copyrightHolder":{"@id":"https:\/\/windowsreport.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/windowsreport.com\/edge-incognito-command-line\/","url":"https:\/\/windowsreport.com\/edge-incognito-command-line\/","name":"How to Start Edge Incognito Using The Command Line","isPartOf":{"@id":"https:\/\/windowsreport.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/windowsreport.com\/edge-incognito-command-line\/#primaryimage"},"image":{"@id":"https:\/\/windowsreport.com\/edge-incognito-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/edge-incognito-command-line.jpg","datePublished":"2024-10-31T07:15:39+00:00","dateModified":"2024-10-31T08:47:17+00:00","description":"Ever wanted to run Edge Incognito from a command line? This is easier than you think, and it requires just one line of code.","breadcrumb":{"@id":"https:\/\/windowsreport.com\/edge-incognito-command-line\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/windowsreport.com\/edge-incognito-command-line\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/windowsreport.com\/edge-incognito-command-line\/#primaryimage","url":"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/edge-incognito-command-line.jpg","contentUrl":"https:\/\/windowsreport.com\/wp-content\/uploads\/2024\/10\/edge-incognito-command-line.jpg","width":1536,"height":1024,"caption":"edge incognito command line"},{"@type":"BreadcrumbList","@id":"https:\/\/windowsreport.com\/edge-incognito-command-line\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Browsers","item":"https:\/\/windowsreport.com\/category\/browsers\/"},{"@type":"ListItem","position":2,"name":"Edge","item":"https:\/\/windowsreport.com\/category\/browsers\/edge\/"},{"@type":"ListItem","position":3,"name":"How to Start Edge Incognito Using The Command Line"}]},{"@type":"WebSite","@id":"https:\/\/windowsreport.com\/#website","url":"https:\/\/windowsreport.com\/","name":"Windows Report","description":"Time-saving software and hardware expertise that helped 500MM+ PC users. Guiding you with how-to advice, news and tips to upgrade your tech life.","publisher":{"@id":"https:\/\/windowsreport.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/windowsreport.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/windowsreport.com\/#organization","name":"WindowsReport","url":"https:\/\/windowsreport.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/windowsreport.com\/#\/schema\/logo\/image\/","url":"https:\/\/windowsreport.com\/wp-content\/uploads\/2020\/05\/windowsreport-logo-quantcast.png","contentUrl":"https:\/\/windowsreport.com\/wp-content\/uploads\/2020\/05\/windowsreport-logo-quantcast.png","width":170,"height":28,"caption":"WindowsReport"},"image":{"@id":"https:\/\/windowsreport.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/WindowsReport","https:\/\/x.com\/WindowsRep"]},{"@type":"Person","@id":"https:\/\/windowsreport.com\/#\/schema\/person\/11c791813c1c78a6dea55dfd66a86e30","name":"Milan Stanojevic","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/windowsreport.com\/#\/schema\/person\/image\/","url":"https:\/\/windowsreport.com\/wp-content\/uploads\/2020\/04\/milan.jpg","contentUrl":"https:\/\/windowsreport.com\/wp-content\/uploads\/2020\/04\/milan.jpg","caption":"Milan Stanojevic"},"description":"Milan has been enthusiastic about technology ever since his childhood days, and this led him to take interest in all PC-related technologies. He's a PC enthusiast and he spends most of his time learning about computers and technology. Before joining WindowsReport, he worked as a front-end web developer. Now, he's one of the Troubleshooting experts in our worldwide team, specializing in Windows errors &amp; software issues.","sameAs":["https:\/\/www.linkedin.com\/in\/milan-stanojevic-679893188\/","https:\/\/x.com\/MilanStanojev17"],"url":"https:\/\/windowsreport.com\/author\/milan\/"}]}},"_links":{"self":[{"href":"https:\/\/windowsreport.com\/wp-json\/wp\/v2\/posts\/1436107","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/windowsreport.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/windowsreport.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/windowsreport.com\/wp-json\/wp\/v2\/users\/49"}],"replies":[{"embeddable":true,"href":"https:\/\/windowsreport.com\/wp-json\/wp\/v2\/comments?post=1436107"}],"version-history":[{"count":4,"href":"https:\/\/windowsreport.com\/wp-json\/wp\/v2\/posts\/1436107\/revisions"}],"predecessor-version":[{"id":1436180,"href":"https:\/\/windowsreport.com\/wp-json\/wp\/v2\/posts\/1436107\/revisions\/1436180"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/windowsreport.com\/wp-json\/wp\/v2\/media\/1436120"}],"wp:attachment":[{"href":"https:\/\/windowsreport.com\/wp-json\/wp\/v2\/media?parent=1436107"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/windowsreport.com\/wp-json\/wp\/v2\/categories?post=1436107"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/windowsreport.com\/wp-json\/wp\/v2\/tags?post=1436107"},{"taxonomy":"work","embeddable":true,"href":"https:\/\/windowsreport.com\/wp-json\/wp\/v2\/work?post=1436107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}