Save Remote Desktop Credentials in Windows 11 with Credential Guard Enabled

List the currently saved remote desktop saved credentials Delete the credential you need to work. Re-add the credential as a generic credential. Passwords saved through the RDP UI end up as “Domain” type credentials and aren’t compatible with CG. Passwords saved through cmdkey /generic flag ends up as “Generic” type, and DO work with CG enabled. https://learn.microsoft.com/en-us/answers/questions/1021785/windows-11-22h2-cant-use-saved-credential#answer-1177710

Fixing Linux file system errors after power outage

Ubuntu If the boot process returns a maintenance prompt, type: vCenter Server Appliance Reboot the virtual appliance, and immediately after the OS starts, press e to open the GNU GRUB Edit Menu. Locate the line that begins with the word linux. At the end of the line, add: then press F10 to continue booting the appliance. This will … Read more

Setup a cron job to automate updates

Install cron Next, we setup the job in the crontab file The fields in the syntax are listed in the following table along with the allowed values for each field. Field Values allowedMinute 0 to 59Hour 0 to 23Day of month 1 to 31Month 1 to 12 OR JAN to DECDay of week 0 to … Read more

Fallout 76 – Berry Mentats Farm

Brain Fungus: Whitespring Service Entrance. Look around the dumpsters. Also in Abandoned Waste Dump. Fore Firecaps and Starlight Berries, spawn at Gauley Mine (or run from Artos Pharam) and follow the train tracks down to the Gauley Mine. They both spawn in copious amounts at both sides of the tracks. Firecracker Berries, look North West around Arktop … Read more

Add Cloak to any Ship in Star Trek Bridge Commander

Find the ship’s hardpoints.py and .pyc files in your STBC install folder. Usually C:\Program Files (x86)\Star Trek Bridge Commander\scripts\ships\Hardpoints. Open <shipname>.py with an IDE. The reason not to use a text editor is because Python in sensitive to indentation. In this example, I’m using Visual Studio Code. Add this block of text to the first … Read more

Good Food Buffs in Fallout 76 (Herbivore)

First, AP Refresh. Easiest to craft item for this is Steeped fever blossom tea. The boiled water, wood and honey are all farmable from your C.A.M.P. The Fever Blossoms can only be found in the Deep. Soot flowers spawn in a great number by Grafton Dam. Fast travel there, jump off the dam and look … Read more

How to Remove the Bing Button in Edge

First, open the Start Menu and search for “Registry” to find and open the “Registry Editor.” Next, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft in the left sidebar. Right-click on a blank space in the “Microsoft” folder and click New > Key. Name the subfolder “Edge.” Now, in the “Edge” subfolder you just created, right-click and select New > DWORD. Name … Read more