
From your controlling desktop, type “Remote Desktop Connection” in the search bar.From “System,” select “Remote Desktop.”.On the target desktop, go to “System” from “Settings.”.

This way, no matter where you are, you can have access to the target computer. With the help of RDP, you only require an internet connection for both desktops. It’s called Remote Desktop Protocol (RDP) and it’s built into Windows already. There are a few ways to do this, but Microsoft has a program that enables remote access to another desktop.

How to Run Ctrl-Alt-Delete on a Remote Desktopīefore you can control another desktop, you must establish a connection between both computers. Plus, we’ll also answer a few other questions related to this topic. When there are no Chrome installs I disable the GPO.If you’re wondering how to run Ctrl-Alt-Delete on a remote desktop, look no further than our detailed guide. When I see one pop up I add that user to the GPO and it gets removed from their computer. Now I can use PDQ Inventory to monitor the Chrome installs. This also gave enough time for everything to replicate across my servers. Then I used PDQ Deploy to schedule a Reboot just after midnight so the user would have to log back in. I put this and the attached REG file in my DFS and created the GPO. Rmdir /s /q "%%x\Local Settings\Application Data\Google\Chrome" Rmdir /s /q "%%x\AppData\Local\Google\Chrome"ĭel /f /s /q "%%x\Desktop\Google Chrome.lnk"įor /D %%x in ("C:\Documents and Settings\*") do ( Regedit.exe /s "\\domain\software\User Software\_UNINSTALL_\Google Chrome\Chrome Remove Registry off

So they might watch it just disappear from the desktop.įirst thing I did was make a CMD file with the following: It is not completely silent as it deletes the icon within the first 30 secs of the user logging in. I ended up making a GPO and login script. For anyone still trying to figure out how to do this.
