From abe971be13781bcb783c4891c5c4ff541cfef191 Mon Sep 17 00:00:00 2001 From: Stefan Salzmann Date: Mon, 23 Jun 2025 22:18:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 1f55276..1651406 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # RDS-Probleme +## RDS Probleme mit der Windows Start Taste +Primär bei der WAG RDS Farm im Sep. 2024 angewandt mit erfolg: [Windows Server 2019 Start Menu and Search Bar - Microsoft Q&A](https://learn.microsoft.com/en-us/answers/questions/560784/windows-server-2019-start-menu-and-search-bar) +## RDS Users Cannot Delete Desktop / Download Folder Files +**Recreate user's Recycle Bin.** + +- A. Get the user logged off of the Terminal Server (as being logged on uses the VHDX file of the profile) +- B. On Domain Controller find the users SID +(Note: If you need get SID for all Users that Login, use the below command +Get-ADUser -Filter {Name -like "*"} | Select Name,SID | Format-Table -Auto) +- C. Locate the VHDX file for the profile and mount it. There's a tool called Sidder that can help you identify who the user profile disk belongs to. +- D. Once mounted, locate the recycle bin and delete it. (Turned from a bin to a folder, delete the folder as well) +- E. Hit refresh to view the newly created recycle bin. Right click and change the security permissions for it +- F. Under the advance security set the Domain users to have modify and write rights and propagate this through the folders +- G. Un-mount the VHDX file and get the user to log in. +Once the user has logged in they will be able to delete the files.