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

Troubleshoot Netlogon

nltest /dbflag:0x2080ffff Net Stop Netlogon Net Start NetLogon after you restart Net Logon, Net Logon-related activity will be logged to %windir%\debug\netlogon.log Note: Nltest is included as part of Windows Server 2008 and is also available as part of the Support Tools packages on the installation media for Windows Server 2003 And After you finish debugging, … Read more

Create Nuked Interiors

Nuking the middle of the map below will make all instanced interiors “nuked” which will make the enemies within drop crafting material for Flux. Best Areas include:WesttekEnclave BunkerCharleston CapitolBlackwater Mine

Finding Magazines

Checkpoint gate by Foundation Summersville Lake Magazine Run | 11 Spawn Points Pleasant Magazine Run | 12 Spawn Points Watoga Magazine Run | 10 Spawn Points Credit to https://www.youtube.com/@Wickedy for the images

How to add any program to right click context menu

1. Click on the Windows icon and type “regedit“. 2.Then, hit “Enter” from your keyboard to access the Registry Editor. 3. Now, simply expand this location- 4. Then, right-click on the “shell” key and then click on “New>” and then on “Key“. 5. Name the key as the application name which you want on the right-click context … Read more