A GUIDE TO POSITIONING YOUR PICTURE FRAMES
CenturyLink – less than full speed
Read some of these about ideas what to try to fix it:
Previously, I had an Asus AC3100 router and now I have a pfSense box.
Taking the CenturyLink modem out of the equation helped get both to full speed, as did make sure “cut through forwarding” was enabled on the Asus.
To get rid of the modem, most CenturyLink customers will have to enable VLAN tagging. Google “CenturyLink fiber VLAN tagging” and you’ll find plenty of information.
Good luck. We’ve been super happy with our CenturyLink fiber service.”
VLAN Tagging for CenturyLink
Tutorial: Set up Powerline in Windows Terminal
Open Environment Variables panel from command line
rundll32 sysdm.cpl,EditEnvironmentVariables
How to Uninstall Programs Using Command Prompt
Credits go to:
https://www.webiboo.com/how-to-uninstall-programs-using-command-prompt
The traditional way of uninstalling a program on windows is by opening the system’s Control Panel and head on to the Programs and Features section. That is the usual procedure on early versions of Windows (XP, Vista & 7), while the versions (8 & 10) gives an easy way on navigating the Control Panel by right clicking the program on startup and click “Uninstall” option on the context menu.

Image by rawpixel.com – www.freepik.comHowever, there are some other ways on getting rid of a program on windows, one of which is by using the Windows Management Instrumentation Command line (WMIC) tool through system’s command prompt. With simple command lines, you can remove some programs easily without accessing the Control Panel.
Note that this procedure only works on programs that recognized as MSI-Based Applications (programs that was installed using Windows Installer). Some applications does not register on WMI default registry location upon installing, hence, wmic won’t be able to pull off all programs installed in your system when running the query.
Moving on, here’s how to uninstall programs using command prompt in windows.
1. Open command prompt as administrator

2. Type wmic and press Enter, you will see a prompt wmic:root\cli>

3. Type product get name and press Enter. You will be prompted a list of MSI-Based programs installed on your computer.

4. Type in product where name=”name of program” call uninstall and press Enter.

5. Type Y to confirm uninstalling the program, and then hit Enter.

Once the uninstalling is successful, you will be prompted a return value of 0. However, if you get the error No Instance(s) Available, it means that the program you are trying to uninstall is not recognized as MSI-based application or there’s no such product installed on your system. Be sure to double check your inputs if you have typed the program/product name accurately.
Classic Parmesan-Garlic Baked Oysters
Yield: 24 oysters
- 1 stick butter
- 3 cloves garlic, peeled and minced
- 1 1/2 cups Parmesan cheese, grated
- 3/4 cup breadcrumbs
- 3 tablespoons minced parsley
- 24 oysters in shell
- Preheat oven to 450 degrees.
- Melt butter. Stir in garlic and set aside to cool and thicken slightly.
- Mix Parmesan, breadcrumbs, and parsley; set aside.
- Shuck oysters, draining the liquor (save it to flavor some rice or couscous). Cover the bottom of a sheet pan or cast-iron skillet with rock salt.
- Top each oyster with about 1 teaspoon butter-garlic mixture, and enough cheese-breadcrumb mixture to cover the open shell. Place oysters on rock salt. Bake 10 minutes. Use tongs to remove oysters.
Create Self-Signed certificate with PowerShell
Use the attached PowershellScript. Make modifications as needed before running it.