Skip to main content

Posts

Showing posts from September, 2018

How to show Hibernate button in Windows 10

At default, there is no Hibernate option when clicking  the Power button at Start menu in Windows 10. Only Sleep, Shutdown, and Restart. But don't worry, you can show it with easy steps To show Hibernate at Power Start menu : 1. Press Windows + R (to open Run Command) 2. Write  powercfg.cpl at Run command column, then click OK or hit Enter key.

How to count the number of male and female in Ms. Excel

Excel formula for counting number of male or female employees/students, etc. For this purpose you can use the Countif formula. How to use the formula : In the example I have a simple table with male (M) and female (F) gender. To count number of male (M) at cell B9 the formula is: =COUNTIF(B2:B7,"M")  (of course you have to change B2:B7 with the cells of yours)

How to deny access to a drive in Windows 10

How to disable access to drives in Windows.  One of ways to  make disable access to drives in Windows (all Windows, Windows 10, Windows 8, Windows 7, also Windows server.. ), you can use Group policy editor . Below are  the steps: 1. Press Windows + R  (to open Run command ), write gpedit.msc at Run column, then hit Enter or click OK.

How to show recent files in windows 10

How to show Recent documents in Windows 10. 1. Using File Explorer. Open File explorer, then copy this code: %AppData%\Microsoft\Windows\Recent\ Paste it to the address bar of File explorer.  Then you will see the Recent files window.

How to save Bing background image

Link location of Bing background image/photo You will see a beautiful background photo when opening Bing page at www.bing.com. To save or download this background photo to your laptop/computer you have to know the link location of the image. Here the steps : 1. Run Google Chrome browser on your computer. 2. Open Bing  (https://www.bing.com). 3. You will see the home page of Bing search engine with beautiful background picture. 4. Right-click at the background image, then choose Inspect .

How to stop Twitter notification emails

How to stop getting notification emails from Twitter. If your Twitter is always on or active at your smartphone or your computer, I think you don't need notification email again to inform you for incoming message, someone following you, your friend tweets, etc. It will only meet your email inbox. To stop receiving Twitter notification emails: 1. Log in to your Twitter using browser on your desktop computer. 2. Click on your profile icon at the top right of page. Then choose Settings and privacy.

How to hide and password protect a folder in windows 10

Hide and use password protect for Folder in Windows 10 using Notepad. 1. Create a bat file with the scripts (see at below of the post) by copying and paste it to the Notepad. and save as *.bat , for example Private.bat.  Save anywhere you want,  at root of the drive or inside the folder.  See example. My bat file named Private.bat  I put inside the folder. 2. Double click Private.bat It will generate a new folder, in this example the name is PrivateFolder (you can rename/replace it, by setting it in the Notepad).