|
Cloudeight InfoAve Weekly Issue #974 Volume 19 Number 32 June 10, 2022 Dear Friends, Welcome to Cloudeight InfoAve Weekly Issue #974. Thank you very much for subscribing and for being a part of our Cloudeight family. We appreciate your friendship and support very much! Please share our newsletters and our website with your friends and family. If you're not getting our InfoAve Daily newsletter, you're missing out on a lot of good stuff! It's free and it only takes a few seconds to sign up. We'd love to
have you with us.
Visit
this page to sign up for our Cloudeight InfoAve Daily Newsletter.
Make a small donation and help us help you!If you don't need any of our products or services right now, please help us with a donation. Even the smallest gift is appreciated. Every donation helps us to provide useful information that helps you with your computer as well as helping to keep you safe on the Internet. We offer free help to thousands of people every year... and we offer an honest and inexpensive computer repair service too. We do everything we can to help you with your computer and keep you safe too.So if you don't need any of our products or services right now, please help us by making a donation right now. Interested in making a monthly gift?
Visit
this page. Help us keep helping you!
Janice asks if we have a list of freeware we recommend
David wants to know what we recommend to open, print, and save
PDF files
Cathy asks about the Brave browser
We can fix your computer while you watch. You never have to leave your home. Just sit back, relax, and watch us work. Get PC service from folks you trust at the best prices you'll find anywhere. Get more information here.
Steven asks about clearing browser history & more
We hope this helps you, Steven.
Tim has some questions about VPNs
Don't have a Cloudeight SeniorPass? It's a great deal. Learn more here. Our Cloudeight SeniorPass is a great deal. You get unlimited support for one full year from the date you first use your SeniorPass. We can help keep your computer running well, fix all kinds of computer problems, clean up malware, and a whole lot more. Our SeniorPass is like insurance for your computer. And it's only $99 for an entire year.Get your SeniorPass today for just $99. It's just like having insurance for your computer - only better! To learn more about our SeniorPass, please see this page.
Two Somewhat Rare but Useful Command Prompt Tips Microsoft is trying to move users away from the Command Prompts and push them into using PowerShell. But the Command Prompt is still a useful tool and truth be told, many tips written for the Command Prompt (including this one) work in PowerShell too. 1. Show or print a list of all running processes First, let’s open a command prompt with administrator privileges. First, let's open a Command Prompt. Just type COMMAND in the taskbar search. When "Command Prompt" appears in the search results press "Enter" or click "Open". In the Command Prompt window, at the prompt, type: TASKLIST and press Enter:
Or you can use Windows PowerShell, see?
As you can see (above) you’ll get a list of all processes running on your computer. You’ll be able to scroll through the list and see every process that is running on your computer. If you want to print a list of processes, it gets a little more complicated. At the prompt type: TASKLIST > C:\ and the directory (folder) in which you want the file to be saved. In the example below, I’m saving the list with the name “running-processes” in my documents folder so the command line shows: TASKLIST >C:\USERS\THUNDER\DOCUMENTS\RUNNING-PROCESSES.TXT
You can save the file to any drive or folder you want to… but remember, spacing is important and you must know the complete file path. The simplest way to do this is to just save it to the root of the C:\ drive… with the command TASKLIST >C:\RUNNING-PROCESSES.TXT
2. Kill Any Running Program or Process Sometimes, if a program has frozen or stopped responding, you won’t be able to close it. You can try using Task Manager and right-clicking on the program process and then trying to “End task”. But if that fails, or you just want a quick way to kill a program or process, try this. Open a command prompt, and type the following command at the prompt: TASKKILL /IM program’s exe file name /F You can get the program's file name (exe) from Task Manager >Processes. In the example below, we are killing all running Firefox processes by typing the following command: TASKKILL /IM FIREFOX.EXE /F
Also, as you can see above, we killed all running Chrome processes with this command as well. TASKKIL /IM CHROME.EXE /F Note: These commands are not case sensitive… you can use lowercase or uppercase, it doesn’t matter. The /F at the end means “Force” as in force the process to close.
Who Am I? A Guide to the User
Accounts on Your Windows Computer Would you like to find out the name of the user account you’re logged into Windows with? Here’s how: Open a command prompt. In Windows 10 type CMD in the taskbar search and press Enter when the Command prompt appears. At the prompt type WHOAMI (as in who am I). Windows will respond with your computer name and your user account. It may be different than what you think. My main user account on this computer is Rocky 10 (a movie they never made) and I’m logged in as user odumh (don’t even ask).
Now, for the next tip, I’m showing two of my computers, one of which (Windows 10) has quite a few user accounts set up. To see a list of all the accounts on your computer, open an Administrator Command prompt this way: Type CMD in taskbar search. When the Command prompt appears at the top of the search results, right-click on it and choose “Run as administrator” from the right-click menu. In the Command window at the prompt type: NET USER And press Enter. You’ll see all the accounts on your computer, including the hidden ones.
My Windows 10 laptop is called Sydney28 (it’s a long story). You can see I have several other user accounts on Sydney28 with names like “BeMyGuest”, Jupiter, rainc, Reddington, and thunder (Thunder Cloud), and some arcane accounts that were created by Windows.
My main laptop, running Windows 11 has three accounts. My Guest, Rainc, and WDAGUtilityAccount If you have an inquiring mind, you probably want to know why they are there. WDAGUtilityAccount — Microsoft defines the “WDAGUtilityAccount” this way: “this account is part of the Windows Defender Application Guard which came with the Fall Creators Update (version 1709). This account is left disabled unless it (Windows Defender Application Guard) is enabled on your device.” DefaultAccount — It’s usually the account you log in with. If you see an account names “Administrator” (not the account type), this is the famous, so-called hidden Super Administrator account. And while it does have some important uses, you should never enable it and then leave it enabled. If you want to enable it to try it you can do so this way: Open an Administrator Command prompt and type: NET USER ADMINISTRATOR /ACTIVE:YES Now press Enter. You’ll get a message that “The command has completed successfully” Once you’ve enabled it, to use it you’ll need to log out of your account and log into the “Super Administrator” account. Don’t forget to turn it off when you’re done experimenting: Open an administrator Command prompt and type: NET USER ADMINISTRATOR /ACTIVE:NO Press Enter. You should see “The command completed successfully”. Bonus tip If you have created more than one user account on your PC, you can switch between them by using the Windows key + L shortcut. Try it.
Two Handy Quick Tips for Chrome,
Edge, and Firefox Plus a Chrome trick If you use Chrome, Edge, or Firefox (or one of the many derivatives of those browsers) we think you’ll find these tips quite handy. How to Show recently viewed pages with a click! Did you know you can show a list of recently visited pages from the current tab? You can. All you have to do is right-click on the “Back” button and you’ll see a list of recently visited pages. And as illogical as it sounds, this also works with the “Forward” button too. This works in Firefox too. Drag-a-tab Did you know that you can detach a tab and open it in a new window? You can! All you have to do is drag the tab outside the active browser window. And you can also add it back to the original windows too. Just drag it back and drop it. You can also rearrange the order of the open tabs by dragging an open tab to wherever you want it. It’s easy to do! Drag your downloads in Google Chrome When you download a program using Chrome, you will see it on Chrome’s status bar (the bar along the bottom of the browser window). Did you know you can drag that download tab out of Chrome to your desktop or any folder on your computer? Also, you’ll note at the far right edge of the download tab (which shows the file name) you’ll see a little down-arrow. If you click that arrow you’ll get options such as “Show in folder”. “Run”, “Always open files of this type” and “Cancel”.
Want more tips, tricks, and information? We have thousands of Windows tips, tricks, and more on our InfoAve website. Subscribe to our free InfoAve Daily newsletter.
If You Love to Read, You’ll Love “What Should I Read Next?” Both of us are voracious readers. We both love books and reading is one of our favorite things to do. Nothing like sitting outside under a shady tree in the summertime, reading a good book, and sipping an ice-cold beer. Sorry, EB. I meant a nice big tall frosty glass of chocolate milk. Do you know what the biggest problem with reading is? It’s when you finish reading an exceptionally good book. Super-good books make it difficult to find the next good book to read. Why? Well, because if you just finished reading an amazing book, how do you find one that could ever measure up to it? We normally stumble around and find the next great book eventually, but sometimes not without a few misfires in between. Usually, this means downloading sample books from Amazon and sometimes slogging through the first few chapters hoping the book gets better. But I don’t like slogging through chapters in slow-starting books. I like to be smacked in the noggin right from the opening sentence.
Why can’t authors think of opening sentences like that one? I just made that up, but I bet you’d love to know where that was going, right? As usual, I’m wavering off-topic, so I digress. The problem with great books is that it makes it hard to find the next great book. Expectations run high. We have found a site whose sole purpose is to give you tons of suggestions for your next great read. Just type in the title of the book and click and voila!
You’ll find suggestions for other books to read. You can sift through the list — each suggestion has keywords about the book’s content. You also have an option to click “Info/Buy” to read more about the book and get reviews on Amazon. Now, just because it has the word “Buy” in it does not mean you have to buy anything. I just get the titles from here and then flip on my tablet, head to Amazon and get the book for Kindle. Almost always you can get a free sample of the book with the first chapter or two. if you’re an avid reader you already know that you can’t always tell how good a book’s going to be by reading the first couple of chapters, but more often than not, if I’m sleeping before the end of chapter one, that book’s not going to wake me up later. Enough of this. This site is so simple to use that I bet I could teach a chimpanzee to use it in less than 5 minutes – if he/she already knew how to type. The name of the site is “What Should I Read Next?”. If you love to read as much as we do, visit our site pick, type in the name of a book you like, and in a few seconds you’ll (usually) you’ll get several — or sometimes dozens of suggestions for books to read next. Hop to it. Get reading! Visit our site pick “What Should I Read Next” right now!
The Best Computer Care and Repair - Anywhere! We can fix your computer while you watch. You never have to leave your home. Just sit back, relax, and watch us work. Get PC service from folks you trust at the best prices you'll find anywhere. Get more information here.
Make a small donation and help us help you!If you don't need any of our products or services right now, please help us with a donation. Even the smallest gift is appreciated. Every donation helps us to provide useful information that helps you with your computer as well as helping to keep you safe on the Internet. We offer free help to thousands of people every year... and we offer an honest and inexpensive computer repair service too. We do everything we can to help you with your computer and keep you safe too.So if you don't need any of our products or services right now, please help us by making a donation right now. Interested in making a monthly gift?
Visit
this page. Help us keep helping you! What is a Shell Extension? Shell Extensions are usually very small programs that you install like a regular program but which do not appear on the start menu. You "run" these programs by right-clicking on a file or folder. When you do, the shell extension displays an additional menu.. Shell Extensions are one of our favorite types of software because they are most often focused on performing useful tasks. For instance, one of our favorite shell extensions is called "ContextMagic" which allows the user, simply by right-clicking on a file, to move or copy the file to any other location on the computer, to copy the "file path" to the clipboard and several other useful things - all accessible by a simple right-click. ContextMagic is a great example of a useful shell extension - but there are hundreds of others. Try ContextMagic and you'll be hooked on Shell Extensions like we are. Shell Extensions - small, useful utilities that you run simply by right-clicking on a file or folder!
Sales of the following products and services help support our newsletters, websites, and free computer help services we provide.
SeniorPass - One year of Cloudeight Direct Computer Care - unlimited sessions!
Get more information here.
Windows 10 Customization: Make Windows 10 look and work the way you want it to. Learn more.
MORE IMPORTANT STUFF! Your
InfoAve Weekly Members' Home Page is located here.
Print our Cloudeight Direct Computer Care Flyer and spread the word about our Cloudeight Direct Computer Care repair services. Get our ready-to-print flyer here. Help us Grow! Forward this email newsletter to a friend or family member - and have them
sign-up for InfoAve
Weekly here!
Get our free daily newsletter! Each evening we send a short newsletter with a tip or trick or a computer-related article - it's short and sweet - and free.
Sign-up right now.
We have thousands of Windows tips and tricks and computer articles posted on our
Cloudeight InfoAve website. Our site has a great search engine to help you find what you're looking for too!
Please visit us today!
Help us by using our Start Page. It costs nothing, and it helps us a lot. Print our Cloudeight Direct Flyer and spread the word about our computer repair service! If you want to help us by telling your friends about our Cloudeight Direct Computer Care service, you can download a printable flyer you can hand out or post on bulletin boards, etc.
Get the printable PDF Cloudeight Direct Computer Care flyer here. |