How do I remap Shift + Del on Windows to mean Delete instead of Cut?
This AutoHotkey script works for me: +Del::Send {Delete} If it doesn’t, try this: +Del:: KeyWait Shift Send {Delete} return According to AutoHotkey Tips … Read more
This AutoHotkey script works for me: +Del::Send {Delete} If it doesn’t, try this: +Del:: KeyWait Shift Send {Delete} return According to AutoHotkey Tips … Read more
Try: Right click on Recycle Bin, go to Properties. Configure each drive independently. On the E: drive, either disable or make the bin … Read more
No third party product is needed. As you’ve noted, PowerPoint can export a presentation as a PDF. With the application of a little … Read more
It turns out this was caused by another computer that had an open explorer shell on the “problematic” computer. This problem persisted even … Read more
What’s wrong with using Remote Desktop? What else are you trying to achieve? You say you’re coming from a Windows 7 client into … Read more
This answer is based on personal experience, from the 3 servers I have running on my home network. Install either Server 2008R2 or … Read more
The Windows Firewall with Advanced Security operational event logs that can be viewed in Event Viewer. The events in this log show the … Read more
Windows Server 2008 R2 includes a command-line tool called the Deployment Image Servicing and Management tool, or DISM. It’s functionally equivalent to the … Read more
To my knowledge Windows does not provide a built-in method for running a program or script on connection, only log on. You’ll need … Read more
Win7/server 2008 > control panel type in “Credential manager” and delete any saved credentials.