IT
SilverCrest wireless door bell – forget learned devices – solved
Device: HG04115A-RX IAN: 303733 This week I had to change the battery in my cheap wireless doorbell device from Lidl shop. But unfortunately when I was a pairing device somebody open doors with a 433MHz contact sensor and the receiver learn it as a wireless button. It is quite funny because I inadvertently invented cheap …
SilverCrest wireless door bell – forget learned devices – solved Read More »
Unable connect Windows 10 to Mikrotik L2TP/IPsec behind NAT – Solved
Open regedit (Windows + R -> regedit -> enter) find key : Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PolicyAgent. Create new DWORD value with name : AssumeUDPEncapsulationContextOnSendRule and value 2 Restart PC and enjoy the L2TP/IPsec without problems.
How to disable Simplified Account Creation in Outlook 2016, Outlook 2019 and Outlook for Office 365
Exit Outlook. Start Registry Editor. To do this, use one of the following procedures, as appropriate for your version of Windows. Windows 10, Windows 8.1 and Windows 8: Press Windows Key + R to open the Run dialog box. Type regedit.exe, and then click OK. Windows 7: Click Start, type regedit.exe in the search box, and then press Enter. In Registry Editor, locate and …
Enable or Disable Aero Shake in Windows 10
If you need to disable aero shake effect. You need edit registry files. open regedit (Win key + R , type regedit, enter) The .reg files below will add and modify the DWORD values in the registry keys below. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced DisallowShaking DWORD 0 = Enable1 = Disable
Windows AD – Configure the lock screen display timeout
If you got PC with Windows 10 there is really annoying timeout when in about every 2 minutes is your PC locked and you had to log in again with a password. This setting is called the console lock timeout. Tap on the Windows-key, type regedit.exe and select the result to load the Windows Registry …
Windows AD – Configure the lock screen display timeout Read More »
Repair Corrupted Windows 10 User Profile with Windows Registry
First open regedit (windows key + r , type cmd , enter) Now need find the right branch: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList Look for profile what ends with .bak rename the profile without back, for example, add .bakx on end. Now rename profile with bak and rename .bak from the end. Restart PC and you should be …
Repair Corrupted Windows 10 User Profile with Windows Registry Read More »
Windows – map network driver from CMD
Sometimes you need map network drivers in command line(cmd) for example if you are preparing some .bat files etc. At Windows, it is quite simple all you need is net use command. Quite simple right? No big deal. One note to end. All user got their own mapped drives. So if you open command lines …
Get MAC address of AP what your WiFi is connected
Sometimes you need to know exactly what AP your windows device is connected to for example if you are tuning your multi-AP network where many AP got the same SSID. The value what are you looking for is named BSSID. Windows At Windows you need to open command line (Win+R and type cmd enter) macOS …
Get MAC address of AP what your WiFi is connected Read More »
Fail2Ban – unban IP
First, you need to connect to the terminal and find the right jail. Open terminal iptables -L -n to find the rule name, it could be quite messy so I recommend skip this step 🙂 fail2ban-client status to show names of all fail2ban jails For F2B before v0.8.8 ffail2ban-client get YOURJAILNAMEHERE actionunban IPADDRESSHERE For F2B …