How to add app shortcuts to the Start menu manually on Windows 10

October 8th, 2022

How to add an app to the Start menu's All apps list

  • Use the Windows key + R keyboard shortcut to open the Run command.
  • Type the following path and click OK:%AppData%\Microsoft\Windows\Start Menu\Programs
  • Using the Windows key + Right arrow keyboard shortcut snap the window to the right.
  • Browse to the location of the app, where the .exe file is located.
  • Using the Windows key + Left arrow keyboard shortcut snap the window with the application files to the left.
  • Right-click, hold, drag and drop the .exe file that launch the apps to the Programs folder on the right.
  • Select Create shortcuts here from the context menu.
  • Right-click the shortcut, select Rename, and name the shortcut exactly how you want it to appear in the All apps list.
  • Repeat the steps for all the apps you want to add to the list.
  • Restart your computer to apply the changes in the Start menu.

VMAudioFixTray - The lightweight tray utility for VMware

October 8th, 2022

Fix for distorted sound in Windows XP running under VMware

Embedding Certificates into OpenVPN Config

October 8th, 2022

client
remote my-server 1194
proto udp
dev tun
persist-key
persist-tun
resolv-retry infinite
nobind
#ca ca.crt
#cert client.crt
#key client.key
comp-lzo
verb 3
<ca>
-----BEGIN CERTIFICATE-----
***Paste CA Cert Text Here***

-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
***Paste Your Cert Text Here***

-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
***Paste Your Cert Private Key Here***

-----END PRIVATE KEY-----
</key>

nip.io (xip.io) wildcard DNS for IP addresses

October 8th, 2022

nip.io is a site that provides dynamic wildcard DNS for any IP address.

Unraid Failed Login Restrictions

October 8th, 2022

Unraid 6.9.2 added an automatic lock if incorrect passwords were attempted after 3 tries (for the WebUI at least):

Failed Login Restrictions
For webGUI login you now get 3 login attempts per IP address before a 15-minute cool off is enforced. Further, the timestamp of the last three failed login attempts per IP address are stored in files located in /var/log/pwfail/<ip-address>. Note this only applies to webGUI login, not ssh or telnet.

If necessary, deleting the file above will allow another set of login attempts without waiting for the 15 minute cool off.