<< < 11 12 13 14 15 16 17 18 > >>   ∑:424  Sort:Date

Watchdog violation
With the new windows 8.1 update I had gotten the watchdog violation a couple of times, so I did a complete factory restore back to windows 8. That fixed it for a little while. Last night it popped up again: oops. Something went wrong. We will try and figure it out and restart your computer for you. ...
2014-01-13, ∼3331🔥, 0💬

"Windows Desktop Extension SDK Contracts" Installed Program on Windows 7
What is the installed program "Windows Desktop Extension SDK Contracts" on my Windows 7 computer? Why it is not visible in Control Panel? "Windows Desktop Extension SDK Contracts" is an installed program on Windows 7 system managed by Windows Installer. You will not see "Windows Desktop Extension SD...
2018-03-18, ∼3330🔥, 0💬

Work with Strings in Windows PowerShell
Where to find tutorials on how to work with strings in Windows PowerShell? Here is a collection of tutorials compiled by FYIcenter.com team on working strings in Windows PowerShell. What Is String in Windows PowerShell String Concatenation in Windows PowerShell Variable Expansion in Strings in Windo...
2016-10-20, ∼3330🔥, 0💬

Delete Directory or File in Windows PowerShell
How to delete a directory or file to a new location in Windows PowerShell? Can I use the old "del" command? Yes, you can still use the old "del" command in Windows PowerShell. But "del" is defined as an alias of the "Remove-Item" cmdlet. The "Remove-Item" cmdlet deletes one or more items, like direc...
2016-10-22, ∼3321🔥, 0💬

What Are Web Browser Cookies
What are Web browser cookies? A Web browser cookie is a small amount of information sent by a Web server to a web browser and then sent back unchanged by the browser each time it accesses that server. HTTP cookies are used for authenticating, tracking, and maintaining specific information about user...
2019-08-19, ∼3316🔥, 0💬

Touch pad Tapping is still active after it is disabled!
I have a Samsung laptop with Windows 8. I disabled Touchpad Tapping in the touchpad settings (both one-finger & two-finger) however, the touchpad STILL clicks when tapped! I went to the settings again and Tapping is still disabled, yet this continues. It is extremely annoying when I am working w...
2014-10-06, ∼3311🔥, 0💬

Is it possible to reinstall Windows 8 after a HDD wipe?
I am experiencing a difficult problem at the moment.The problem is I was having problems of booting into Windows 8 after my friend used the reset option in Windows 8 (I was purchasing his pc). During the process of the reset,a power surge and screwed up the os entirely.It won't even boot after the i...
2013-06-13, ∼3307🔥, 0💬

"dwm.exe" Process on Windows 8
What is the "dwm.exe" process on Windows 8? Is the "dwm.exe" process a virus? Can I terminate the "dwm.exe" process? "dwm.exe - Desktop Window Manager" process is responsible for the graphical effects such as live window previews and a glass-like frame around windows (Aero Glass), without draining y...
2025-09-16, ∼3292🔥, 0💬

Microsoft windows search filter host is burning my cpu usage.
Microsoft windows search filter host Microsoft windows search filter host is burning my cpu usage. As I understand, “Microsoft windows search filter host is burning the cpu usage". Am I correct? SearchFilterHost.exe is the process for Windows Search. It is involved in indexing, caching, etc. Let ...
2015-12-02, ∼3285🔥, 0💬

"dir" Command Help Reference
How to get "dir" command help reference? You can run the "dir /?" command to get "dir" command help reference as shown below: C:\fyicenter&gt;dir /? Displays a list of files and subdirectories in a directory. DIR [drive:][path][filename] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N] [/O[[:]sortor...
2022-02-04, ∼3284🔥, 0💬

"Extensible Authentication Protocol - eapsvc.dll" Service on Windows Server 2008
What is "Extensible Authentication Protocol" in my Windows Server 2008 service list? And how is "Extensible Authentication Protocol" service related to eapsvc.dll? "Extensible Authentication Protocol" is a Windows Server 2008 service that "The Extensible Authentication Protocol (EAP) service provide...
2022-05-01, ∼3274🔥, 0💬

Desktop games continuously fail unexpectedly
I bought a Windows 8 Laptop (meaning it came with it pre-installed) earlier this year. It wasn’t until recently that I got back into gaming on my laptop. Immediately I noticed a very aggravating problem. Almost every game will quit unexpectedly which makes me lose my in-game data. I would say 90%...
2013-08-14, ∼3260🔥, 0💬

"MfeEpeHost.exe" Process on Windows 8
What is the "MfeEpeHost.exe" process on Windows 8? Is the "MfeEpeHost.exe" process a virus? Can I terminate the "MfeEpeHost.exe" process? "MfeEpeHost.exe - McAfee Endpoint Encryption Agent Host Service" process for "McAfee Endpoint Encryption Agent" service is part of McAfee Endpoint Encryption (EE)...
2024-09-28, ∼3257🔥, 0💬

Blue Screen
Hi recently my computer has been crashing at random items and getting the blue screen for some reason i was wondering how to fix this i did a System file checker and all my drivers are up to date its been crashing before but the most recent one is KMODE_EXCEPTION_NOT_HANDLED here the details anyway ...
2014-09-04, ∼3235🔥, 0💬

"Windows Team Extension SDK Contracts" Installed Program on Windows 7
What is the installed program "Windows Team Extension SDK Contracts" on my Windows 7 computer? Why it is not visible in Control Panel? "Windows Team Extension SDK Contracts" is an installed program on Windows 7 system managed by Windows Installer. You will not see "Windows Team Extension SDK Contrac...
2018-09-13, ∼3234🔥, 0💬

"if" Command Help Reference
How to get "if" command help reference? You can run the "if /?" command to get "if" command help reference as shown below: C:\fyicenter&gt;if /? Performs conditional processing in batch programs. IF [NOT] ERRORLEVEL number command IF [NOT] string1==string2 command IF [NOT] EXIST filename command...
2021-08-01, ∼3228🔥, 0💬

File Name and File Path
Where to find introduction information on File Name and File Path? Here is a collection of tutorials compiled by FYIcenter.com team to provide introduction information on File Name and File Path. What Is File Name File Name with or without Drive Letter File Name with Relative Path or Absolute Path F...
2022-08-26, ∼3219🔥, 0💬

How to open ice.doc file
how to open ice.doc file "ice" is the filename. "doc" is the file extension. "doc" indicates it is likely a Microsoft Word file. Anything that can open a Microsoft Word file should be able to open it given it is labeled correctly.
2013-09-25, ∼3210🔥, 0💬

Wildcard Character In File Names
What are wildcard characters in file names? wildcard characters in file names are special characters that Windows will them as match patterns to search for files. If any matches found, the given file name will be replaced with matched file names. Many Windows commands support two wildcard characters...
2021-04-15, ∼3204🔥, 0💬

What Is File System in Windows PowerShell
What is a file system from the Windows PowerShell point of view? A file system represents a logical tree of directories and files to store information on an device outside the computer CPU. For example, a hard disk drive can be considered as a filesystem. There are several interesting features suppo...
2016-10-27, ∼3204🔥, 0💬

Drive_Power_State_Failure Windows 8
Drive_Power_State_Failure Windows 8 I keep getting the BSOD with the message Drive_Power_State_Failure with my Asus S56CA Windows 8 (64bit). I already refreshed as well and restore the computer to factory setting but the problem still continues. The laptop gets stuck in a cycle of BSOD after waking ...
2016-03-11, ∼3195🔥, 0💬

"Windows Color System - WcsPlugInService.dll" Service on Windows Server 2008
What is "Windows Color System" in my Windows Server 2008 service list? And how is "Windows Color System" service related to WcsPlugInService.dll? "Windows Color System" is a Windows Server 2008 service that "The WcsPlugInService service hosts third-party Windows Color System color device model and g...
2021-07-10, ∼3194🔥, 0💬

"Link-Layer Topology Discovery Mapper - lltdsvc.dll" Service on Windows Server 2008
What is "Link-Layer Topology Discovery Mapper" in my Windows Server 2008 service list? And how is "Link-Layer Topology Discovery Mapper" service related to lltdsvc.dll? "Link-Layer Topology Discovery Mapper" is a Windows Server 2008 service that "Creates a Network Map, consisting of PC and device to...
2023-03-28, ∼3189🔥, 0💬

"Protected Storage - psbase.dll" Service on Windows Server 2008
What is "Protected Storage" in my Windows Server 2008 service list? And how is "Protected Storage" service related to psbase.dll? "Protected Storage" is a Windows Server 2008 service that "Provides protected storage for sensitive data, such as passwords, to prevent access by unauthorized services, p...
2021-12-22, ∼3189🔥, 0💬

<< < 11 12 13 14 15 16 17 18 > >>   ∑:424  Sort:Date