<< < 178 179 180 181 182 183 184 185 186 187 188 > >>   Sort: Date

Size of icons in Windows 10 task bar
just installed Windows 10 successfully and I notice that the icons in the task bar at the bottom are really small. Is there any way to increase the size of the icons? Right-click on an empty bit of the taskbar (or at the very top of one of the icons if there is no empty space) and select Properties....
2016-02-24, 1716🔥, 0💬

"Visual C++ Compiler/Tools Premium X86 X64 Cross Resource Package" Installed Program on Windows 7
What is the installed program "Visual C++ Compiler/Tools Premium X86 X64 Cross Resource Package" on my Windows 7 computer? Why it is not visible in Control Panel? "Visual C++ Compiler/Tools Premium X86 X64 Cross Resource Package" is an installed program on Windows 7 system managed by Windows Install...
2019-12-19, 1715🔥, 0💬

External Hard Drive not detected in Windows 8
I just purchased a Dell XPS 13, running Windows 8. I have two external LaCie hard drives. Drive 1 is used with a Lenovo X120e running Windows 7. Drive 2 has two partitions, one exclusively for my Macbook Pro running 10.9.5 and the other smaller partition is used for moving files between the Lenovo a...
2015-06-10, 1715🔥, 0💬

Windows 8 restarted my computer and its hung with a black screen.
have sony SVE15129, windows 8 restarted my computer and its hung with a black screen. how do i fix this problem i tried to restart my laptop but still it gives the same black screen. its been like 5 hours now Based on the information, the Windows 8 computer after a restart is hung at black screen. I...
2015-12-07, 1713🔥, 0💬

Cmdlet Output Object in Windows PowerShell
What is the output object of a cmdlet in Windows PowerShell? When PowerShell executes a cmdlet, it actually calls the .NET class that implements the cmdlet. When the cmdlet class finishes execution, it will return a data object to PowerShell. This allows PowerShell to: Pass the output object to the ...
2016-11-05, 1711🔥, 0💬

"Windows Audio - Audiosrv.dll" Service on Windows Server 2008
What is "Windows Audio" in my Windows Server 2008 service list? And how is "Windows Audio" service related to Audiosrv.dll? "Windows Audio" is a Windows Server 2008 service that "Manages audio for Windows-based programs. If this service is stopped, audio devices and effects will not function properl...
2021-11-30, 1708🔥, 0💬

If-Else Conditions in Windows PowerShell Scripts
How to use if-else conditions in Windows PowerShell scripts? PowerShell script supports the following if-else code block to help you to perform tasks depending on logical conditions: If (conditin1) { task1 } Elseif (condition2) { task2 ... } Else { other-task } Here is a sample script on how to use ...
2016-10-30, 1707🔥, 0💬

Run Second Command If the First Successful
How to run two commands with a condition that the second one will run only if the first one is successful? You can run two commands with a condition that the second one will run only if the first one is successful with the syntax below: command-1 &amp;&amp; command-2 For example, if you want...
2022-12-03, 1706🔥, 0💬

Default STDIN Stream for Command - Keyboard
What is the default STDIN stream for a command? Can I use the keyboard to enter data for the STDIN stream? By default, the STDIN stream for a command is mapped the keyboard. If the command is reading data from the STDIN stream, you can enter it from the keyboard. For example, the "SORT" command read...
2022-12-03, 1706🔥, 0💬

Accidentally Deleted my Photo tile.
I was viewing all my pictures on my start Page. The Photo tile does a slideshow of all my pictures. Well, one picture popped up and I didn't like it. So right from the Start Page I clicked ON that picture. And options popped up on the bottom. and I chose Uninstall. I thought just THAT picture would ...
2015-08-12, 1706🔥, 0💬

Redirect STDOUT Stream for Command to File
How to redirect STDOUT stream from the screen to a file? I want the command to send output data to a file. By default, the STDOUT stream for a command is mapped the screen. If the command is writing data to the STDIN stream, you will see it on the screen. But, you can use the "&gt;" redirect ope...
2022-12-03, 1704🔥, 0💬

Delete Item from Common "Startup" Folder on Windows 8
How to delete an item of the common "Startup" folder on Windows 8? I don't want to this program to run at system startup time. On Windows 8 system, each item in the common "Startup" folder C:\ProgramData\Microsoft\Windo ws\StartMenu\Programs\Startup represents a startup program that applies to all u...
2021-02-02, 1704🔥, 0💬

Security Impact of Scheduled Tasks on Windows 7
What is the security impact of scheduled tasks on my Windows 7 computer? Scheduled tasks have major security impact on your windows 7 system. In many cases, Malware (Virus, Worms, Adware, Spyware) are often designed to infect your system and fetch your private data by configuring them as scheduled t...
2017-03-25, 1704🔥, 0💬

Windows starting screen blank problem
Only blank screen is appearing on pressing switch on no boot button is working. It happened earlier too but after few hours it started auto. But this time it's been two days my win 8 sys is not starting up. Is there any Splash screen Logo (Dell, HP, etc) that appears, or is the screen completely bla...
2015-03-04, 1703🔥, 0💬

"Visual C++ Compiler/Tools X86 ARM Cross Resource Package" Installed Program on Windows 7
What is the installed program "Visual C++ Compiler/Tools X86 ARM Cross Resource Package" on my Windows 7 computer? Why it is not visible in Control Panel? "Visual C++ Compiler/Tools X86 ARM Cross Resource Package" is an installed program on Windows 7 system managed by Windows Installer. You will not...
2019-11-08, 1701🔥, 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, 1698🔥, 0💬

Creating Windows 10 System Restore Point
How to create System Restore point on my Windows 10 system? If you want to create System Restore point on your Windows 10 system so that you can restore your system to that point in case of system issues, you can follow these steps: 1. Click "Start &gt; Settings". 2. Select "System &gt; Abou...
2023-07-11, 1697🔥, 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, 1697🔥, 0💬

How to prevent laptop from automatically install apps from nowhere?
My Laptop is running Win 8.0 and it keeps automatically install apps from nowhere lately these days, and when I tries to uninstall all those apps, it keeps installing. What apps is it trying to install? Is it installing updates automatically or the apps? What is the make and model of the computer? T...
2015-06-19, 1697🔥, 0💬

How do I take a screen shot in windows 8
How do I take a screen shot with Windows 8 and then store it in Pictures. With Vista I just hit Print Screen, then went into Paint, pressed ctrl and V and it came up and then I saved it to pictures. You can press Windows Key + PrintScreen or Windows Key + Fn + PrintScreen key simultaneously. The scr...
2015-06-17, 1697🔥, 0💬

"System Center Endpoint Protection" Installed Program on Windows 7
What is the installed program "System Center Endpoint Protection" on my Windows 7 computer? "System Center Endpoint Protection" is an installed program on Windows 7 system managed by the program itself. You will see "System Center Endpoint Protection" listed on "uninstall or change a program" in Con...
2017-01-08, 1696🔥, 0💬

Detected Threat Details in Windows Defender
How to view detected threat details in Windows Defender? If you Windows Defender detects a malicious program on your computer, you can follow this tutorial to view detailed information of the detected program. 1. On the Windows Defender scan result screen, click "Show details" under the "Clean PC" b...
2021-05-28, 1695🔥, 0💬

What if you cannot get into safe mode to fix the athwyb.sys problem
I have this problem, and have looked on this forum, but I cannot even get the computer to go into safe mode. It comes on while I press F8 and it just keeps spinning until it goes to the blue screen that tells me if is fixing the problem and would I like to use advance options or continue on. I have ...
2015-10-05, 1695🔥, 0💬

Remote Computing Overview in Windows PowerShell
How to manage remote computers in Windows PowerShell? Windows PowerShell allows you to manage remote computers by using various technologies, including WMI, RPC, and WS-Management. You can run commands on one or hundreds of computers with a single Windows PowerShell command. Windows PowerShell offer...
2016-10-17, 1694🔥, 0💬

<< < 178 179 180 181 182 183 184 185 186 187 188 > >>   Sort: Date