Saturday, September 26, 2015

How to enable Power User Mode in Opera

1. Go to Settings (Alt + P).
2. Click to an empty space to make sure you exit from the search field.
3. Press the following button combination:
Up Up Down Down Left Right Left Right b a4. Press the "I understand, proceed" button in the window appearing.

Sunday, July 5, 2015

Saturday, May 9, 2015

Star Wars: Battlefront 2 clientfiles for working serverlist and v1.1 patch

1. Install Star Wars: Battlefront 2.
2. Download and install official v1.1 patch. Below is my upload of it:
https://db.tt/z7yo8XBe
3. Replace "BattlefrontII.exe" with one I uploaded, link below. The one in American clientfiles folder for American servers or European clientfiles for European servers.
http://www.mediafire.com/file/b0vw57p55xg161c/Star_Wars_Battlefront_2_clientfiles.7z

Source: http://gameshare.co/forum/viewtopic.php?f=26&t=76

Sunday, April 26, 2015

Windows Update download location

The download location for Windows Updates is:
C:\Windows\SoftwareDistribution\Download

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.

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:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

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."

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:

Sub RemoveFrames()
Dim frm As Frame
For Each frm In ActiveDocument.Frames
frm.Delete
Next frm
End Sub


4. 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


  1. Launch regedit by pressing Win+R and enter "regedit" in the field.
  2. Go to the following folder:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update
  3. Set the value of "UpdateDefault" to 1.

How to switch back Windows 10 Alt+Tab window to legacy appearance

1. Launch regedit by pressing Win+R and enter "regedit" in the field.
2. Go to the following folder:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
3. Add a DWORD named the following and set its value to 1
AltTabSettings