Anvar IT Blog

10Mar/120

Internet Explorer 9 showing a blank page.

Today I've encountered a problem with Internet Explorer 9. After opening IE nothing came on, not an error, just a plain black page no matter to what site you went.
After doing some research I've remembered that IE9 uses GPU acceleration to show everything. So the quite solution was quite simple.

Blank pages, just like this:

To fix this problem, disable hardware rendering:
1. Click on Tools, select Internet Options
2. Go to the Advanced tab, and tick Use software rendering instead of GPU rendering

Note: IE9's core feature is hardware rendering, so using IE9 without it is useless. Hoping that an upcoming will fix this problem

Note 2: I'm using Intel Integrated graphics

Note 3: This may prevent some programs (like Adobe installers) from working. These programs use the rendering engine of IE, but forces Hardware Rendering. To fix this, you'll have to downgrade to IE8.

5Dec/110

How To remove Admin shares on Windows 7

In many company networks, the admins does not disable the admin shares by GPO. If you do not want to share your drives with everyone, here's what to do on a Windows 7 machine.

Hit Windows ORB and type 'REGEDIT', hit Enter

Navigate to the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

Create the new DWORD (32-bit) Value and in the name field type: LocalAccountTokenFilterPolicy

Leave the default value of 0.

or

Navigate to the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanManServer\Parameters

Create the new DWORD (32-bit) Value and in the name field type: AutoShareWks and press Enter. (You can also leave this setting with its default value of 0.)

Changes should be active after you close the registry editor, but just in case restart your PC.

Filed under: Windows 7 No Comments
12Aug/110

Windows shares in Ubuntu server

Until now I have always used SMBFS as protocol to mount Windows shares on a Ubuntu server.
SMBFS (with webmin) is an easy way to add all your current shares and make them read/writable with the root user. But because of security reasons I'm stepping back on using the root user everywhere, this brought me to the problem that I only could read on my SMBFS mounts.

After some internet searching I came across a solution: CIFS

Filed under: Linux, Ubuntu Continue reading
5Aug/113

Outlook continually prompting for username and password

I have had a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007 or Exchange 2010. There are a few reasons why this would happen and I will try to cover the most common ones here.

3Aug/110

A Complete list of Windows Run commands

A few day's ago I was looking for a specific run command and I came across a full list of Windows Run Commands. So here you can find them:

26Jul/110

Understanding IPv6

With approximately a few more months left until there are no more IPv4 addresses left many of you are starting too look into IPv6.  Now just because there are few IPv4 addresses left doesn’t mean the Internet is going to come to a screeching halt but it is definitely time to learn about IPv6 and get your self ready for the transition.  So what’s the difference?