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

"del" Command Help Reference
How to get "del" command help reference? You can run the "del /?" command to get "del" command help reference as shown below: C:\fyicenter&gt;del /? Deletes one or more files. DEL [/P] [/F] [/S] [/Q] [/A[[:]attributes]] names ERASE [/P] [/F] [/S] [/Q] [/A[[:]attributes]] names names Specifies a ...
2022-02-04, 1967🔥, 0💬

"set" Command Help Reference
How to get "set" command help reference? You can run the "set /?" command to get "set" command help reference as shown below: C:\fyicenter&gt;set /? Displays, sets, or removes cmd.exe environment variables. SET [variable=[string]] variable Specifies the environment-variable name. string Specifie...
2017-12-09, 1966🔥, 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, 1965🔥, 0💬

OneDrive App Syncing Question on Win 8
I am in the process of doing a factory reset on my lap top and wanted to Sync some of my previous data after. When syncing 'Apps - The list of apps I've installed' with Onedrive after logging in with your Microsoft account, I was just wondering what is considered an 'app'? Is it just something I bou...
2015-06-03, 1963🔥, 0💬

Variable Expansion in Strings in Windows PowerShell
What is variable expansion in strings in Windows PowerShell? Variable expansion in strings is a short-hand of string concatenation operations using the following syntax rule: When a variable is included in a double-quoted string literal like "... $variable ...", it will be replaced with the string r...
2016-10-20, 1953🔥, 0💬

Number of System Services on Windows 8
How many system services are there on my Windows 8 System? The number of system services on your Windows 8 computer is depending on which Windows 8 edition you have, and how many software have been installed on the computer. Here is a complete list system services on a Windows 8 with some software i...
2016-12-05, 1926🔥, 0💬

String Concatenation in Windows PowerShell
How to concatenate strings in Windows PowerShell? I want to join two strings together. The easiest way to join two strings together is to use the concatenate operator (+) as shown in the example below: PS C:\fyicenter&gt; $name = "John" PS C:\fyicenter&gt; # using string concatenation operat...
2016-10-20, 1925🔥, 0💬

What Is Windows Server 2008?
What is Windows Server 2008? What is Windows Server 2008 R2? Windows Server 2008 is the Release 6 of the Windows Server operating system produced by Microsoft. It is also considered as the server version of Windows 8 operating system. Windows Server 2008 R2 is the Release 7 of the Windows Server ope...
2022-11-30, 1877🔥, 0💬

Windows 8 - open email attachments
I would like to know why I can't open attachments when I receive them with an e-mail from a friend. have windows 8 laptop and I have a shaw account for my e-mail I have had some answers to my questions but nothing works. Hopefully if I can give you more information I can get an answer that will work...
2015-06-08, 1875🔥, 0💬

"Intel® PROSet/Wireless Software" Installed Program on Windows 7
What is the installed program "Intel® PROSet/Wireless Software" on my Windows 7 computer? "Intel® PROSet/Wireless Software" is an installed program on Windows 7 system managed by the program itself. You will see "Intel® PROSet/Wireless Software" listed on "uninstall or change a program" in Control ...
2017-01-24, 1861🔥, 0💬

Windows Live Mail with Windows 10
Considering Microsoft's free upgrade to Windows 10 from my current Windows 7. However, I may wait a while to see if any major issues arise for others by reading various forums. I have discovered possibly one major issue: MS has made no provisions in the Win10 to upgrade or convert Windows Live Mail ...
2016-02-29, 1860🔥, 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, 1857🔥, 0💬

I get an error, "video tdr failure".
What is that mean?? how to solve it, does it effecting the video quality in my pc? Based on the issue description, it appears that you are getting an error video tdr failure on the computer. To guide you in the right direction, I need a few more information from the computer that has the issue. Plea...
2015-12-20, 1851🔥, 0💬

What Is File Name
What is a file name on Windows system? A file name, also becoming one word now: filename, on a Windows system is a string that identifies a storage resource that you can retrieve data from it or store data in in. On Windows system, a file name contains multiple components listed below: Drive letter ...
2022-08-26, 1850🔥, 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, 1850🔥, 0💬

What Is String in Windows PowerShell
What is a string in Windows PowerShell? A string is a sequence of characters in Windows PowerShell. If a sting is encoded in ASCII format, each character occupies a single byte. But if a string is encoded in UTF-8 format, a character may occupy multiple bytes. So the number of characters in a string...
2016-10-20, 1832🔥, 0💬

String Comparison in Windows PowerShell
How to compare two strings in Windows PowerShell? Windows PowerShell supports the following string comparison operations: -eq - Equal to -ne - Not equal to -gt - Greater than -ge - Greater than or equal to -lt - Less than -le - Less than or equal to -Like - Match with wildcard characters ? and * -No...
2016-10-19, 1823🔥, 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, 1819🔥, 0💬

Remove Quotation Marks from Parameters
How to Remove Quotation Marks from Parameters? If a parameter is passed in a quotation format, you can remove quotation marks by using the replacement function in the variable expansion expression in 3 steps: 1. Assign the parameter to a variable. For example, set x=%1 2. Update the variable with qu...
2021-11-12, 1815🔥, 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, 1814🔥, 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. Method 1: I would suggest you to run “Search and Indexing” troubleshooter to diagnose the exact issue. Follow these steps: a. Press “windows key + W” on your keyboard. b. Type “Trouble...
2016-01-27, 1807🔥, 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, 1799🔥, 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, 1788🔥, 0💬

What Is "for" Loop Parameter
What Is "for" Loop Parameter? A "for" loop parameter is a parameter defined in a "for" command to represent each item from a give list. A "for" loop parameter must be defined using the "%%name" format, where "name" can be any identifier string. Same parameter modifiers as batch parameters are also s...
2022-02-04, 1786🔥, 0💬

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