<< < 182 183 184 185 186 187 188 189 190 191 192 > >>   ∑:4827  Sort:Date

Windows 8 Headphone jack not recognizing my headphones.
I've been searching around and have found numerous questions asked on this issue. I have tried to do some of the solutions but none of them seemed to work for me. When I go into "Playback Devices" the only device I see there is speakers. When I plug in my headphones, my computer doesn't recongnize t...
2015-07-06, ∼2786🔥, 0💬

Find Bar shows up unwanted!
When I'm using my laptop, whether it be Google Chrome, Internet Explorer, or on my documents when I'm searching for something, the "Find" bar keeps showing up and interrupting me. It shows up on the top right corner when I type "t", "y", Caps Lock, the left Shift, Tab, and Backspace. The only way I ...
2014-06-27, ∼2785🔥, 0💬

"Windows Software Development Kit" Installed Program on Windows 7
What is the installed program "Windows Software Development Kit" on my Windows 7 computer? Why it is not visible in Control Panel? "Windows Software Development Kit" is an installed program on Windows 7 system managed by Windows Installer. You will not see "Windows Software Development Kit" listed o...
2018-04-28, ∼2783🔥, 0💬

Execution Loops in Windows PowerShell Scripts
How to write execution loops in Windows PowerShell scripts? I want to repeat some code multiple times. There are several ways to write execution loops in Windows PowerShell scripts. 1. "While {...}" loop - For example: $today = Get-Date "Today is "+$today.DayOfWeek $next = $today.AddDays(1) While ($...
2016-10-29, ∼2782🔥, 0💬

Start Windows PowerShell ISE
How to start Windows PowerShell ISE? I want to try it. To start running Windows PowerShell ISE, after you install Windows PowerShell ISE, use one of the following options: On the Start page, type any part of the name Windows PowerShell ISE, and then click the Windows PowerShell ISE shortcut when it ...
2016-10-05, ∼2781🔥, 0💬

Turn-Off the "Switch between apps" Icon and maintain zoom level
How to turn-off the "Switch between apps" icon/arrow; and keep my desired zoom level where I want it. If the tips pop-ups are displayed even after you perform the action suggested in the tips, then I would suggest you to try these steps and check: Press Windows key + C, click on ‘Settings’ and...
2015-01-05, ∼2781🔥, 0💬

iPhone and iPod will not charge on Windows 8 computer
my phone and ipod are not being charged by my computer. and they arent being picked up by itunes. ive tried all my usb ports and 3 different cables and still nothing. my cables work perfectly fine in wall chargers. But my computer does make the noise of a device being plugged in. but after that noth...
2014-09-08, ∼2779🔥, 0💬

File Name with or without File Extension
Should I provide file name with or without File Extension? To provide file name with or without file extension is really depending on the program that you are providing the file to. Here are some examples on different programs behaving differently on file names with and without file extension. 1. Wi...
2021-04-15, ∼2778🔥, 0💬

Impact of Restoring Windows 10 System
How do I know what it will be changed if I restore my Windows 10 system with a Restore Point created in the past? You find your system is infected by a spamware. Before restoring it with a system restore point created in the past, you can find out what programs will be effected using these steps: 1....
2023-05-31, ∼2777🔥, 0💬

No video or music playing with my laptop
I have an issue with my laptop (Toshiba Satellite) with Windows 8 built in. Since 2 days I couldn't play any videos or music (Youtube,Jango radio,ecc). I also noticed that Skype isn't working anymore, is always loading but I am not actually able to log in. Explorer or Google chrome are very very slo...
2015-01-12, ∼2777🔥, 0💬

Pixel Sizes of Commonly Used Devices
What are pixel sizes of commonly used devices? Pixel sizes of commonly used devices: 640 × 480 - Old VGA computer screen 640 × 1136 - iPhone 5 screen 1024 x 768 - iPad screen 1280 × 720 - HDTV display 1600 x 900 - Laptop computer screen 3840 x 2160 - UHDTV display 8192 × 4608 - Cinema projection
2013-11-11, ∼2777🔥, 0💬

Windows 7 Home Premium Edition
Where to find tutorials about using Windows 7 Home Premium Edition? Here is a collection of tutorials on Windows 7 compiled by FYIcenter.com team about using Windows 7 Home Premium Edition: Installed Programs on Windows 7 Home Premium Startup Programs on Windows 7 Home Premium Background Services on...
2017-03-06, ∼2776🔥, 0💬

Displaying Outlook 2010 Calendar Items in Tabular View
How to display Outlook 2010 calendar items in a tabular view? I want to see my meeting invites like a list of emails. By default, Outlook displays your calend items in a calendar view, which is nice for you to know how many meetings you have to today. But it is hard to sort or filter meetings by org...
2014-04-29, ∼2776🔥, 0💬

Fake Browser Window Used in Tech Support Scam
What is fake browser windows used in Tech Support Scams? Sometimes malicious Websites uses fake browser windows to simulate a legitimate Website to trick you to believe your computer has been infected with viruses. The picture below shows you a fake browser window: As you can see from the above pict...
2018-01-06, ∼2775🔥, 0💬

"McAfee LiveSafe" Installed Program on Windows 7
What is the installed program "McAfee LiveSafe" on my Windows 7 computer? "McAfee LiveSafe" is an installed program on Windows 7 system managed by the program itself. You will see "McAfee LiveSafe" listed on "uninstall or change a program" in Control Panel with the following information: Name: McAfe...
2017-01-15, ∼2775🔥, 0💬

Unable To delete thumbs.db
Since I moved to windows 8 I have been increasingly having a problem with deleting any thumbs.db. I do not have the files in the folder open nor did I have them open at any point prior to trying to delete the files. But I continual get the error " file is one in explorer" . I never had this problem ...
2016-01-22, ∼2774🔥, 0💬

Install Windows live mail on Windows 8.
I hate the mail program on my new laptop, Windows 8. How can I change the email program to Windows Live Mail as I use with Windows 7? Windows Live Mail http://windows.microsoft.com/e n-US/windows-live/essentials-o ther-programsYou can also refer to: Windows Essentials. http://windows.microsoft.com/e n...
2014-09-17, ∼2773🔥, 0💬

"MySQLNotifier.exe" Process on Windows 8
What is the "MySQLNotifier.exe" process on Windows 8? Is the "MySQLNotifier.exe" process a virus? Can I terminate the "MySQLNotifier.exe" process? "MySQLNotifier.exe - MySQL Notifier" process notifies you when there is new MySQL update available. "MySQLNotifier.exe" process is created by the startup...
2025-09-16, ∼2772🔥, 0💬

Logical Operations in Windows PowerShell Scripts
How to use logical (or Boolean) operations in Windows PowerShell scripts? Can I write "$a &gt; 0 AND $a &lt; 10"? No, you can not use "$a &gt; 0 AND $a &lt; 10" as a logical operation in Windows PowerShell scripts. You must use PowerShell logical operators given below: -and Logical A...
2016-10-30, ∼2772🔥, 0💬

"Lenovo Warranty Information" Installed Program on Windows 7
What is the installed program "Lenovo Warranty Information" on my Windows 7 computer? "Lenovo Warranty Information" is an installed program on Windows 7 system managed by Windows Installer. You will see "Lenovo Warranty Information" listed on "uninstall or change a program" in Control Panel with the...
2017-05-05, ∼2770🔥, 0💬

System performance down after installing an update
Ever since that major window's patch a few weeks ago my laptop has run extremely slow when it's not plugged in. Before the patch it worked just as well plugged in and not plugged in. What happened? How can I fix this? As the issue occurred after installing the last Automatic update, I suggest you to...
2016-04-15, ∼2769🔥, 0💬

How to disable gestures (charms bar, edge swipes, etc...) without changing the registry
Had a Windows 8 laptop for a few days and the charms bar/settings pages that kept popping up out of nowhere were driving me absolutely insane. BUT, I finally figured out how to turn them off. 've had a Windows 8 laptop for a few days and the charms bar/settings pages that kept popping up out of nowh...
2016-01-11, ∼2769🔥, 0💬

"Windows SDK for Windows Store Apps Libs" Installed Program on Windows 7
What is the installed program "Windows SDK for Windows Store Apps Libs" on my Windows 7 computer? Why it is not visible in Control Panel? "Windows SDK for Windows Store Apps Libs" is an installed program on Windows 7 system managed by Windows Installer. You will not see "Windows SDK for Windows Stor...
2018-04-28, ∼2764🔥, 0💬

Pre-installed Windows recovery on new hard drive
My Dell laptop's hard drive has completely burned out, not able to boot at all. Is there a way to install windows again on a new hard drive? The number on the sticker on the base of my laptop has worn. Will I have any luck or will I have to purchase a new copy of windows? If you can't read the numbe...
2015-02-09, ∼2764🔥, 0💬

<< < 182 183 184 185 186 187 188 189 190 191 192 > >>   ∑:4827  Sort:Date