C:\Windows\SoftwareDistribution\Download
Sunday, April 26, 2015
Windows Update download location
The download location for Windows Updates is:
Saturday, April 18, 2015
How to fix "ERROR #132 (0x85100084) Fatal exception!" in World of Warcraft when using NVIDIA Optimus
1. Right click and select Properties on the desktop shortcut.
2. In the "Target" box, add " -d3d11" to the box and don't forget a space after the ...exe" part.
If you can start the game up with the integrated video card, you just have to set the game to DirectX 11 mode.
You may have to disable "Hadware Cursor" if the cursor doesn' appear in the game.
2. In the "Target" box, add " -d3d11" to the box and don't forget a space after the ...exe" part.
If you can start the game up with the integrated video card, you just have to set the game to DirectX 11 mode.
You may have to disable "Hadware Cursor" if the cursor doesn' appear in the game.
Monday, March 23, 2015
How to fix Windows 10 apps that won't launch or hang at loading screen
1. Open PowerShell in administrator mode.
2. Paste the following code (right mouse click) and hit enter:
2. Paste the following code (right mouse click) and hit enter:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Labels:
apps,
don't,
fix,
hang,
how to,
launch,
loading screen,
not,
windows 10,
won't
Wednesday, March 18, 2015
How to remove top pixels of tabs in Opera
1. Go to Settings (Alt + P).
2. Under User Interface, tick the box next to "Disable tab bar's top spacing when browser window is maximized."
2. Under User Interface, tick the box next to "Disable tab bar's top spacing when browser window is maximized."
Wednesday, February 4, 2015
How to remove all frames from document in Microsoft Word with VBA code
1. Press Alt + F11 to open Visual Basic window.
2. Go to Insert -> Module
3. Paste the following code in the window appearing:
4. Click the Run button or press F5.
2. Go to Insert -> Module
3. Paste the following code in the window appearing:
Sub RemoveFrames()
Dim frm As Frame
For Each frm In ActiveDocument.Frames
frm.Delete
Next frm
End Sub4. Click the Run button or press F5.
Wednesday, January 28, 2015
Lock screen background file location
The lock screen background files in Windows 8, 8.1 and 10 can be found in the following folder:
C:\Windows\Web\Screen
Wednesday, January 14, 2015
How to fix "Updates are disabled by administrator" error in Google Chrome
- Launch regedit by pressing Win+R and enter "regedit" in the field.
- Go to the following folder:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update - Set the value of "UpdateDefault" to 1.
Subscribe to:
Posts (Atom)