<< < 177 178 179 180 181 182 183 184 185 186 187 > >>   ∑:4830  Sort:Date

is there no way to pin windows defender to tile or taskbar
This is interesting indeed. I notice by right clicking on the Windows Defender, there is no way to pin it to Metro or the Taskbar. Is this something that one would expect to see in an update or shall we resign ourselves that this will not be changed. 1. Find and run Windows Defender. 2. Go to your t...
2015-08-10, ∼3022🔥, 0💬

How to inser a photo or logo in an email.
When I write an email I will like to insert the logo of my business or a photo. Using outlook....................... Then just drag the file containing the picture to the message window.
2013-05-27, ∼3022🔥, 0💬

"CUCore.exe" Process on Windows 8
What is the "CUCore.exe" process on Windows 8? Is the "CUCore.exe" process a virus? Can I terminate the "CUCore.exe" process? "CUCore.exe - Conference Client" process is the Avaya's Web conferance client program. "CUCore.exe" process is created by the startup program entry "Desktop Client". On the P...
2025-09-16, ∼3021🔥, 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, ∼3020🔥, 0💬

Windows expiration message pop up
I keep getting a pop up message that my windows license is about to expire. I did not think that this was a product with an expiration date, what will happen after that expiration date? I am using Office Home and Business 2013. I have had numerous occasions where I have previously gotten messages th...
2015-05-27, ∼3020🔥, 0💬

Unable to create another account on my windows 8 desktop
I have a Microsoft account, I would like to create another account for my wife to use on the same desktop. Repeatedly get the error message 0x80070426 after a really long time of entering her email address. Have tried the Troubleshooter - no success. 1. Are you creating a Microsoft account or a loca...
2015-05-11, ∼3020🔥, 0💬

"Microsoft .NET Framework NGEN v2.0.50727_X86 - mscorsvw.exe" Service on Windows Server 2008
What is "Microsoft .NET Framework NGEN v2.0.50727_X86" in my Windows Server 2008 service list? And how is "Microsoft .NET Framework NGEN v2.0.50727_X86" service related to mscorsvw.exe? "Microsoft .NET Framework NGEN v2.0.50727_X86" is a service is provided by mscorsvw.exe EXE file. Detailed informa...
2023-03-17, ∼3017🔥, 0💬

Why does my laptop keyboard mode keep changing?
Every time I restart or do a power-on startup, Windows 8 resets my keyboard to CMS (Canada Multilingual Standard). Often I don't notice until I try to enter my password and it is not accepted (I included some punctuation, which differs among keyboards). I always reset my keyboard to my choice (US En...
2016-01-11, ∼3015🔥, 0💬

How to recover a file on a flash drive that Windows removed
Windows stated there was a problem with my removable disk (flash drive) and asked to scan the drive and fix it... other posts I read said you should do this. I did it but now a very important file on the flash drive is gone. I always use the safely remove hardware and eject media option before remov...
2015-03-16, ∼3015🔥, 0💬

Object Type Match in Pipeline in Windows PowerShell
What will happen if the output object type does not match the input object type in a cmdlet pipeline in Windows PowerShell? When you build a cmdlet pipeline, you have to make sure that object types are compatible in the pipeline operation. In other words, the output object type from the previous cmd...
2016-11-04, ∼3013🔥, 0💬

Windows 8 Metro apps won't open
Windows 8 Metro Apps won't open and can not access the Windows Store. I have tried Apps Troubleshooter which said it couldn't fix the problem. I tried to do a Restore. It says it can not fix error. I read a post from another who stated this all occurred when they uninstalled McAfee. They believe tha...
2014-09-22, ∼3009🔥, 0💬

How to I uninstall a program when it is not accessible through the control panel?
I have a program that installed in the PC Windows 8 OS (c:) Program Files (x86). When I go to uninstall this program it is not accessible through the control panel uninstall feature. My control panel will only access certain programs for uninstallation. I have also tried to move the file, but it wil...
2015-02-11, ∼3007🔥, 0💬

Use CON to Display Data on Screen
How to use CON file name to display data on the screen? Since CON is a special file name referring to the console including screen, you can use it display data on the screen. You can use the "copy * con" to act like the "type *" command: C:\fyicenter&gt;copy random.bat con @echo %random% 1 file(...
2021-04-02, ∼3006🔥, 0💬

Track Installed Programs with PowerShell "get-wmiobject" on Windows 8
How to track and maintain installed programs with PowerShell on Windows 8? I know how to use PowerShell cmdlets. If you want to get a list of all installed applications on your Windows 8 with PowerShell cmdlets, you can use the "Get-WmiObject" cmdlet as described in this tutorial: 1. Start a PowerSh...
2020-12-15, ∼3005🔥, 0💬

How do I sign out or log out of app store?
I would like to log out of app store so when I let others use my Windows 8 tablet, they can't buy apps without my permission. As it is right now, once I set up my account, anyone with access to my Windows 8 tablet can download any app they want. This prevents me from lending my tablets to family and...
2015-08-10, ∼3005🔥, 0💬

Problems logging on after changing account settings
I used to have a yahoo email account as my primary and have since changed to an outlook email account. I went through both the Windows 8 user settings and the more account options on-line and changed everything to my outlook account. Even though I did that, my old yahoo address still shows up under ...
2013-09-19, ∼3005🔥, 0💬

"SynchronizeWithStorage" Scheduled Task on Windows 8
What is the scheduled task "\Microsoft\Windows\Live\Roami ng\SynchronizeWithStorage"on my Windows 8 computer? "\Microsoft\Windows\Live\Roami ng\SynchronizeWithStorage"is a scheduled task on Windows 8 system added as part of Windows installation. You will see "\Microsoft\Windows\Live\Roami ng\Synchron...
2023-06-11, ∼3002🔥, 0💬

Hidden Installed Programs not Using Windows Installer
Where to find tutorials and answers on reviewing visible installed programs not using Windows Installer on Windows 8? I want to learn more details of each installed program to decide to uninstall it or not. Here is a collection frequently asked questions and answers on reviewing visible installed pr...
2020-04-30, ∼3002🔥, 0💬

Creating User on Windows 10
How to create a new user on Windows 10? Creating a new user on Windows 10 is not so easy. You need to follow these steps: 1. Login in as an admin user. 2. Click "Start > Settings > Accounts". you will see the "Accounts" screen. 3. Click "Family &amp; other users" link from the left menu. 4. Clic...
2016-02-05, ∼3002🔥, 0💬

Cannot run exe file on windows 8.
I cannot run my accounting software on windows 8. its says cannot run exe file. Method 1. Temporarily disable security software, reboot the computer and check if you are able to install the software. Disclaimer: If you have to temporarily disable the antivirus to install other software; you should e...
2014-08-29, ∼3000🔥, 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, ∼2999🔥, 0💬

How can I get the option to postpone a restart?
I have had this computer with Windows 8 for a few months now and I get a message saying it is going to restart in 15 minutes, but there is no way to delay the restart. It is annoying to have to restart when I am in the middle of doing something. How can I change this so I have the option to delay a ...
2015-05-15, ∼2998🔥, 0💬

Audio and video issues Windows 8
Just started having issues with my audio and video today. I have a Samsung laptop w/Windows 8. I've had this computer for a year now and have never experienced these problems prior. I was able to listen to Pandora earlier in the day, now it won't cue up and there's no sound. I tried YouTube, I get a...
2014-02-27, ∼2998🔥, 0💬

microsoft silverlight will not open
Windows 8 tried to down load silverlight tried install and uninstall 3 times It says that it is installed and there it is in apps but it does not open. Eventually went to silverlight site clicked on silverlight for windows 8 and clicked on download. clicked on run and got a message silvrlight app wi...
2014-08-04, ∼2997🔥, 0💬

<< < 177 178 179 180 181 182 183 184 185 186 187 > >>   ∑:4830  Sort:Date