{"id":509,"date":"2025-09-10T13:32:00","date_gmt":"2025-09-10T10:32:00","guid":{"rendered":"https:\/\/destek.narhost.com\/?p=509"},"modified":"2025-10-26T14:21:22","modified_gmt":"2025-10-26T11:21:22","slug":"windows-rdp-gecmisini-temizleme","status":"publish","type":"post","link":"https:\/\/narhost.com\/destek\/windows-rdp-gecmisini-temizleme\/","title":{"rendered":"Windows RDP Ge\u00e7mi\u015fini Temizleme"},"content":{"rendered":"<article class=\"text-token-text-primary w-full focus:outline-none scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\" dir=\"auto\" tabindex=\"-1\" data-turn-id=\"request-WEB:791fe3ea-77f5-456d-a7dc-d31960731d92-21\" data-testid=\"conversation-turn-44\" data-scroll-anchor=\"true\" data-turn=\"assistant\">\n<div class=\"text-base my-auto mx-auto pb-10 [--thread-content-margin:--spacing(4)] thread-sm:[--thread-content-margin:--spacing(6)] thread-lg:[--thread-content-margin:--spacing(16)] px-(--thread-content-margin)\">\n<div class=\"[--thread-content-max-width:40rem] thread-sm:[--thread-content-max-width:40rem] thread-lg:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\" tabindex=\"-1\">\n<div class=\"flex max-w-full flex-col grow\">\n<div class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal [.text-message+&amp;]:mt-5\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"c65b6b1d-6826-45de-b46a-7ffce00a4d90\" data-message-model-slug=\"gpt-4o\">\n<div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\">\n<div class=\"markdown prose dark:prose-invert w-full break-words dark markdown-new-styling\">\n<p data-start=\"0\" data-end=\"216\"><a href=\"https:\/\/narhost.com\/windows-hosting\" data-internallinksmanager029f6b8e52c=\"13\" title=\"windows hosting\" target=\"_blank\" rel=\"noopener\">Windows<\/a> RDP ge\u00e7mi\u015fini temizlemek i\u00e7in PowerShell kullanmak olduk\u00e7a etkili bir y\u00f6ntemdir. A\u015fa\u011f\u0131daki komutlar, Terminal Server Client (RDP) ba\u011flant\u0131lar\u0131n\u0131z\u0131n kayd\u0131n\u0131 temizlemek ve bu ge\u00e7mi\u015fi silmek i\u00e7in kullan\u0131labilir:<\/p>\n<h3 data-start=\"218\" data-end=\"263\">1. <strong data-start=\"225\" data-end=\"263\">UsernameHint Kay\u0131tlar\u0131n\u0131 Temizleme<\/strong><\/h3>\n<p data-start=\"264\" data-end=\"339\">\u0130lk komut, RDP ge\u00e7mi\u015findeki kullan\u0131c\u0131 adlar\u0131yla ilgili ipu\u00e7lar\u0131n\u0131 temizler.<\/p>\n<div class=\"contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary\">\n<div class=\"sticky top-9\">\n<div class=\"absolute end-0 bottom-0 flex h-9 items-center pe-2\">\n<div class=\"bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs\"><\/div>\n<\/div>\n<\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"whitespace-pre! language-powershell\">Get-ChildItem \"HKCU:\\Software\\Microsoft\\Terminal Server Client\" -Recurse | Remove-ItemProperty -Name UsernameHint -Ea 0<br \/>\n<\/code><\/div>\n<\/div>\n<p data-start=\"480\" data-end=\"595\">Bu komut, <strong data-start=\"490\" data-end=\"506\">UsernameHint<\/strong> adl\u0131 t\u00fcm kay\u0131tlar\u0131 siler ve ge\u00e7mi\u015fte kaydedilmi\u015f olan kullan\u0131c\u0131 ad\u0131 ipu\u00e7lar\u0131n\u0131 temizler.<\/p>\n<h3 data-start=\"597\" data-end=\"640\">2. <strong data-start=\"604\" data-end=\"640\">RDP Sunucu Bilgilerini Temizleme<\/strong><\/h3>\n<p data-start=\"641\" data-end=\"707\">\u0130kinci komut, ba\u011flant\u0131 yap\u0131lan sunucularla ilgili bilgileri siler.<\/p>\n<div class=\"contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary\">\n<div class=\"sticky top-9\">\n<div class=\"absolute end-0 bottom-0 flex h-9 items-center pe-2\">\n<div class=\"bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs\"><\/div>\n<\/div>\n<\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"whitespace-pre! language-powershell\">Remove-Item -Path 'HKCU:\\Software\\Microsoft\\Terminal Server Client\\servers' -Recurse 2&gt;&amp;1 | Out-Null<br \/>\n<\/code><\/div>\n<\/div>\n<p data-start=\"829\" data-end=\"937\">Bu komut, Terminal Server Client\u2019a ba\u011fl\u0131 sunucular\u0131n kayd\u0131n\u0131 temizler. Sunucu ge\u00e7mi\u015finin silinmesini sa\u011flar.<\/p>\n<h3 data-start=\"939\" data-end=\"1018\">3. <strong data-start=\"946\" data-end=\"1018\">Default.rdp ile \u0130lgili MRU (Most Recently Used) Verilerini Temizleme<\/strong><\/h3>\n<p data-start=\"1019\" data-end=\"1104\">\u00dc\u00e7\u00fcnc\u00fc komut, <strong data-start=\"1033\" data-end=\"1048\">Default.rdp<\/strong> dosyas\u0131ndaki en son kullan\u0131lan (MRU) verileri temizler.<\/p>\n<div class=\"contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary\">\n<div class=\"sticky top-9\">\n<div class=\"absolute end-0 bottom-0 flex h-9 items-center pe-2\">\n<div class=\"bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs\"><\/div>\n<\/div>\n<\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"whitespace-pre! language-powershell\">Remove-ItemProperty -Path 'HKCU:\\Software\\Microsoft\\Terminal Server Client\\Default' 'MR*' 2&gt;&amp;1 | Out-Null<br \/>\n<\/code><\/div>\n<\/div>\n<p data-start=\"1231\" data-end=\"1356\">Bu komut, Terminal Server Client taraf\u0131ndan kaydedilen son ba\u011flant\u0131 verilerini ve en son kullan\u0131lan dosya ge\u00e7mi\u015fini temizler.<\/p>\n<h3 data-start=\"1358\" data-end=\"1396\">4. <strong data-start=\"1365\" data-end=\"1396\">Default.rdp Dosyas\u0131n\u0131 Silme<\/strong><\/h3>\n<p data-start=\"1397\" data-end=\"1509\">Son komut, <strong data-start=\"1408\" data-end=\"1423\">Default.rdp<\/strong> dosyas\u0131n\u0131 siler. Bu dosya, genellikle RDP ba\u011flant\u0131s\u0131 i\u00e7in varsay\u0131lan ayarlar\u0131 i\u00e7erir.<\/p>\n<div class=\"contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary\">\n<div class=\"sticky top-9\">\n<div class=\"absolute end-0 bottom-0 flex h-9 items-center pe-2\">\n<div class=\"bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs\"><\/div>\n<\/div>\n<\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"whitespace-pre! language-powershell\">$docs = [environment]::getfolderpath(\"mydocuments\") + '\\Default.rdp'<br \/>\nremove-item $docs -Force 2&gt;&amp;1 | Out-Null<br \/>\n<\/code><\/div>\n<\/div>\n<p data-start=\"1640\" data-end=\"1763\">Bu komut, <strong data-start=\"1650\" data-end=\"1663\">Documents<\/strong> klas\u00f6r\u00fcnde yer alan <strong data-start=\"1684\" data-end=\"1699\">Default.rdp<\/strong> dosyas\u0131n\u0131 siler, bu da varsay\u0131lan ba\u011flant\u0131 ayarlar\u0131n\u0131 kald\u0131r\u0131r.<\/p>\n<hr data-start=\"1765\" data-end=\"1768\" \/>\n<h3 data-start=\"1770\" data-end=\"1790\"><strong data-start=\"1774\" data-end=\"1790\">A\u00e7\u0131klamalar:<\/strong><\/h3>\n<ul data-start=\"1791\" data-end=\"2022\">\n<li data-start=\"1791\" data-end=\"1888\">\n<p data-start=\"1793\" data-end=\"1888\"><strong data-start=\"1793\" data-end=\"1818\"><code data-start=\"1795\" data-end=\"1816\">Remove-ItemProperty<\/code><\/strong>: Bu komut, belirli anahtarlardaki \u00f6zellikleri silmek i\u00e7in kullan\u0131l\u0131r.<\/p>\n<\/li>\n<li data-start=\"1889\" data-end=\"1954\">\n<p data-start=\"1891\" data-end=\"1954\"><strong data-start=\"1891\" data-end=\"1908\"><code data-start=\"1893\" data-end=\"1906\">Remove-Item<\/code><\/strong>: Belirtilen dosya veya klas\u00f6r\u00fc tamamen siler.<\/p>\n<\/li>\n<li data-start=\"1955\" data-end=\"2022\">\n<p data-start=\"1957\" data-end=\"2022\"><strong data-start=\"1957\" data-end=\"1978\"><code data-start=\"1959\" data-end=\"1976\">2&gt;&amp;1 | Out-Null<\/code><\/strong>: Hatalar\u0131n ve \u00e7\u0131kt\u0131n\u0131n gizlenmesini sa\u011flar.<\/p>\n<\/li>\n<\/ul>\n<h3 data-start=\"2024\" data-end=\"2059\"><strong data-start=\"2028\" data-end=\"2059\">Dikkat Edilmesi Gerekenler:<\/strong><\/h3>\n<ul data-start=\"2060\" data-end=\"2293\">\n<li data-start=\"2060\" data-end=\"2137\">\n<p data-start=\"2062\" data-end=\"2137\">PowerShell&#8217;i <strong data-start=\"2075\" data-end=\"2103\">Y\u00f6netici (Administrator)<\/strong> olarak \u00e7al\u0131\u015ft\u0131rman\u0131z gerekebilir.<\/p>\n<\/li>\n<li data-start=\"2138\" data-end=\"2290\">\n<p data-start=\"2140\" data-end=\"2290\">Bu komutlar, RDP ge\u00e7mi\u015fini temizler ancak sistemde ba\u015fka kayd\u0131n olup olmad\u0131\u011f\u0131n\u0131 kontrol etmek i\u00e7in zaman zaman g\u00fcncel denetimler yapman\u0131z gerekebilir.<\/p>\n<\/li>\n<\/ul>\n<p data-start=\"2294\" data-end=\"2361\" data-is-last-node=\"\" data-is-only-node=\"\">Bu ad\u0131mlar\u0131 takip ederek Windows RDP ge\u00e7mi\u015fini temizleyebilirsiniz.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/article>\n","protected":false},"excerpt":{"rendered":"<p>Windows RDP ge\u00e7mi\u015fini temizlemek i\u00e7in PowerShell kullanmak olduk\u00e7a etkili bir y\u00f6ntemdir. A\u015fa\u011f\u0131daki komutlar, Terminal Server Client (RDP) ba\u011flant\u0131lar\u0131n\u0131z\u0131n kayd\u0131n\u0131 temizlemek ve bu ge\u00e7mi\u015fi silmek i\u00e7in kullan\u0131labilir.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,11,14],"tags":[],"class_list":["post-509","post","type-post","status-publish","format-standard","hentry","category-vds-server","category-bulut-sunucu","category-fiziksel-sunucu"],"meta_box":[],"_links":{"self":[{"href":"https:\/\/narhost.com\/destek\/wp-json\/wp\/v2\/posts\/509","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/narhost.com\/destek\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/narhost.com\/destek\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/narhost.com\/destek\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/narhost.com\/destek\/wp-json\/wp\/v2\/comments?post=509"}],"version-history":[{"count":2,"href":"https:\/\/narhost.com\/destek\/wp-json\/wp\/v2\/posts\/509\/revisions"}],"predecessor-version":[{"id":715,"href":"https:\/\/narhost.com\/destek\/wp-json\/wp\/v2\/posts\/509\/revisions\/715"}],"wp:attachment":[{"href":"https:\/\/narhost.com\/destek\/wp-json\/wp\/v2\/media?parent=509"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/narhost.com\/destek\/wp-json\/wp\/v2\/categories?post=509"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/narhost.com\/destek\/wp-json\/wp\/v2\/tags?post=509"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}