Daily Archives: May 14, 2019

Windows Remote Desktop Over SSH

Here’s how you can secure your Remote Desktop (RDP) connections with SSH. This can be useful for connecting to your home computer from the office or some other remote location.  We use here an advanced SSH feature for TCP/UDP IP … Continue reading

Posted in SSH | Comments Off on Windows Remote Desktop Over SSH

shutdow/reboot in batch file

@echo off echo Shutting down in 10 seconds. Please type “shutdown /a” to abort. cmd.exe /K shutdown /f /t 10 /r

Posted in windows | Comments Off on shutdow/reboot in batch file

How to Find Windows Spotlight Lock Screen Images in Windows 10

in File Explorer navigate to This PC > C: > Users > [Your User Name] > AppData > Local > Packages > Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy > LocalState > Assets.

Posted in windows | Comments Off on How to Find Windows Spotlight Lock Screen Images in Windows 10

save hosts file windows by local admin

Press the Windows key. Type Notepad in the search field. In the search results, right-click Notepad and select Run as administrator. From Notepad, open the following file: c:\Windows\System32\Drivers\etc\hosts Make the necessary changes to the file. Click File > Save to … Continue reading

Posted in My Windows | Comments Off on save hosts file windows by local admin

Send e-mail alert when Windows Server reboots

Here is how you can send an e-mail alert when a Windows Server reboots. This has been tested on Server 2008, Small Business Server 2008, and Small Business Server 2012. It should work for Server 2012, but I have not … Continue reading

Posted in My Windows | Comments Off on Send e-mail alert when Windows Server reboots