TWEAK: English as Default Google Search Language

Nowadays it is unusual to encounter folks who don't know google. Google has branded itself with search engines that browsers come with google as the default out-of-the-box search engine. More often that not, the term search is replaced by "google".

However, google's top-secret algorithm and architechture sometimes fouls up that even if your browser's default language is English, it returns searches in the local language of the geographically nearest google server -- google.com.ph, google.com.hk, etc (you get the idea). And when you get redirected, the language is no longer English. How then do you google that results always return in English?

Let us split the discussion to two popular browsers -- firefox and google chrome. Both of this browsers exhibit this behavior, as per experience.

Firefox. For firefox, you may download the Google (in English) add-on.

[1] Launch the link for "Google (in English)" add-on above or click here.

[2] Once the webpage loads, click on the "Add to Firefox" link and allow the website to install the add-on. Restart firefox if asked to do so.

[3] Once installed, you may select from the drop down of the search bar (to the right of the address bar) "Google (in English)" as the default search engine (see snapshot below).

English as Default Google Search Language


Your searches should now always return in the English language.

Google Chrome. For Chrome, follow the procedure below.

[1] Right-click on the address bar. Select "Edit search engines..".

[2] Toward the bottom of the page are three blank fields. On the first field (containing: Add a new search engine) type "Google (in English)" or whatever makes you happy. This contains an arbitrary name of the custom search engine.

[3] On the second field (containing: Keyword), you can input anything or leave this space blank. In this example, the keyword used is "google.com".

[4] The last field (containing: URL with %s in place of query), key in:
http://www.google.com/search?q=%s

[5] The search engine you just added moves to the top half of the screen (Default search options). You can mouse over the added search engine and click on "Make default". The label "Google (in English)" then becomes bold when it becomes the default search engine.

English as Default Google Search Language


From the above screenshot, my google search engine takes me to Hong Kong (google.com.hk) and some results return in the Chinese language. And unfortunately, I don't speak any Chinese at all.

There you go folks. Google search that returns results in the English language.

Share:

ARTICLE: Unified Windows 7 Installer for x64 and x86

As processor technology continues to progress, the inverse is true x86 (or 32-bit) version of Windows -- the need for it has regressed. But for some, the 32-bit Windows still is has its uses. Netbooks will probably put it to good use for quite some time in the foreseeable future, while modern and powerful desktops come bundled with a x64 (or 64-bit) versions of Windows.

So having the requirement for both versions, so does the need to keep installers for both versions. Why not just bundle and keep one installer for both?

For all intents and purposes, let us assume that the working directory for our example is D:\WIN7 and the files for the x86 and x64 will be copied to subdirectories under the directory of D:\WIN7 -- meaning D:\WIN7\x86 and D:\WIN7\x64 respectively.

This procedure requires the following items:
  • Windows 7 x86 [32-bit] DVD (or ISO)
  • Windows 7 x64 [64-bit] DVD (or ISO)
  • imagex.exe (part of Windows 7 AIK)
  • ISO maker (e.g. cdimage.exe or oscdimg.exe)

Here's how to transform two installers to one.

[1] As stated above, create the folders D:\WIN7\x86 and D:\WIN7\x64.

[2] To make things simpler, copy imagex.exe to D:\WIN7. This will save you from a lot of typing.

[3] Copy the contents of the x64 DVD (or ISO) to D:\WIN7\x64. Do the same for x86 DVD (or ISO) but the intended target directory is now D:\WIN7\x86.

[4] Open a command prompt with Administrator privileges. On the Start menu search bar, key in Command and right-click Command Prompt to run it as Administrator. This is important, run cmd.exe as Administrator.

[5] Run the following commands to merge the installer. You may use the full path of imagex.exe or the relative path, whichever works for you.
  • imagex.exe /export "D:\WIN7\x64\sources\install.wim" 1
    "D:\WIN7\x86\sources\install.wim" "Windows 7 HOMEBASIC x64"
  • imagex.exe /export "D:\WIN7\x64\sources\install.wim" 2
    "D:\WIN7\x86\sources\install.wim" "Windows 7 HOMEPREMIUM x64"
  • imagex.exe /export "D:\WIN7\x64\sources\install.wim" 3
    "D:\WIN7\x86\sources\install.wim" "Windows 7 PROFESSIONAL x64"
  • imagex.exe /export "D:\WIN7\x64\sources\install.wim" 4
    "D:\WIN7\x86\sources\install.wim" "Windows 7 ULTIMATE x64"

[6] Explore to the D:\WIN7\x86 folder and delete the file "ei.cfg" file. If the following files exist: "install_Windows 7 HOMEBASIC.clg", "install_Windows 7 HOMEPREMIUM.clg", "install_Windows 7 PROFESSIONAL.clg", "install_Windows 7 STARTER.clg" and "install_Windows 7 ULTIMATE.clg", delete them as well.

[7] Copy the file etfsboot.com from D:\WIN7\x86\boot to D:\WIN7. Simply using the file D:\WIN7\x86\boot\etfsboot.com as bootsector when making the ISO will generate errors.

[8] Create the ISO (assuming you got Command prompt in D:\WIN7).
oscdimg.exe -l GRMCULFRER_EN_DVD -m -betfsboot.com -n -h D:\WIN7\x86 WIN7AIO.ISO


Test the newly created ISO in VirtualBox or VMware. Save yourself the cost of a DVD media by testing the ISO first before finally burning the image to a blank DVD. Or if you have a DVD-RW media, you may opt to burn the media and test it on your computer.

On VMware, the installer should be showing something like this.

Unified Windows 7 Installer for x64 and x86


You may use the all-in-one ISO to create a USB all-in-one installer too.

Share:

TWEAK: Take Ownership Context Menu

Working as a system administrator, I have had several experiences and encounters wherein I tried to reason out that functionality takes precedence over security. Often times this is a futile campaign. You will only end up having to resort to painful workarounds. It is true, the IT industry has generally come to terms that security is serious and functionality stepped back to the end of the queue.

Security comes at a price -- painful and sometimes expensive workarounds. And starting with Windows Vista, there are several file permission implementations that were too complicated. If one gets to change or delete a file without the proper permissions, errors are prompted. This happens even if one is a member of the Administrator group. The same elevated security mechanisms were carried over to the successor Windows 7.

The above scenario was among the many reasons I skipped the upgrade to Vista. There were just too many complications. The opposite of what technology should accomplish.

To illustrate how painful it is to take ownership of a file or folder, the steps are below:

[1] Locate the file or folder on which you want to take ownership in windows explorer. Right click on file or folder and select Properties from context menu.

[2] Open the Security tab. Click on Advanced.

[3] Now click on Owner tab in Advance Security Settings for User window.

[4] Click on Edit button and select user from given Change Owner to list if user or group is not in given list then click on other users or groups. Enter name of user/group and click ok.

[5] Now select User/group and click apply and ok. (Check Replace owner on subcontainers and objects if you have files and folder within selected folder.) Click OK when Windows Security Prompt is displayed. Now Owner name must have changed.

[6] Just click OK to exit from Properties window.

You have just taken ownership of a file or folder. After this you would have to grant yourself full control of the file or folder. Previously (in XP), you didn't have to do that. I can't recall an instance of having to do that to change or delete a folder.

It was good that someone from the Winmatrix Forums posted an easier way to workaround this stressful clicks.

Simply save the code below in notepad (or your favorite text editor) and save as a file with .reg extension.

########## start copy here ##########
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\takeownership]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\Directory\shell\takeownership]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
########## end copy here ##########


Right-click on the .reg file you just saved. And Merge to insert the code in the registry. Confirm when asked.

To make this job safer and easier, download Ultimate Windows Tweaker (UWT). Under Additional Options tick Show "Take Ownership" and accept the change.

Take ownership.. A not so painful workaround.

Share:

HOW-TO: Windows 7 on DELL D630 -- BlueTooth Woes

As previously mentioned in my post ReadyBoost with PCMCIA Adapter and Compact Flash, I did an upgrade on my DELL Latitude D630 to the latest (and greatest?) Windows 7 x64.

The upgrade went quite well and although the DELL website doesn't certify the D630 for Windows 7, I upgraded anyway with the assumption that I could use Windows Vista drivers. But this doesn't work out good in the end, as proven by the experience. Why? All the other drivers work, except for the Bluetooth drivers.

Here was where I got stuck. I downloaded the Windows Vista x64 driver from the D630 support page.

The installation took quite a bit of time as it had to unpack the bluetooth software, install the drivers, update firmware and a few other things. At the end of the installation it will ask for a reboot, accede to its demands.

After doing this, bluetooth software will launch but the bluetooth indicator light (a blue led with bluetooth logo to the right of the wifi light) would not turn on. And devices would not pair as they are not able to search for the notebook's bluetooth. This was where I started to search for another solution.

Bluetooth wasn't that big of a deal. But I have gadgets that communicate with the notebook, to either transfer files, notes and pictures or listening to music without cable clutter on a Bluetooth headset. So I wished I had bluetooth working.

So here I was again stuck at another problem that I could potentially turn into another pimp-my-rig post. As always, I would consult google regarding my problem hoping that somebody had already been to my situation and has found a working solution. But after sifting through posts for about painstaking 4hours and found nothing that worked, I decided to proceed on my own.

And here is the extra step that got the Bluetooth to work on the D630.

I downloaded the Toshiba Bluetooth software stack. Installed it and rebooted.

 Windows 7 on DELL D630 BlueTooth Woes


After reboot, there is now a bluetooth icon on the system tray. And I could enable/disable the bluetooth radio from there. Then, I tried pairing gadgets to the notebook and it works!

Share:

HOW-TO: ReadyBoost with PCMCIA Adapter + Compact Flash

I recently upgraded my relatively aging but still healthy Dell Latitude D630 notebook to Windows 7 (yeah, I jumped into the bandwagon but it's about time). And seeing that there is already a Service Pack 1 (SP1) out, this made sense to me. During the Windows XP era, it wasn't all good and stable until the SP1 came out. Let's hope history repeated itself here.

One thing that attracted me to the move was the all-improved Readyboost that 7 has. I have experienced the improvement on my desktop and it made sense to put the same to good use on my notebook. But hanging a USB flash drive (UFD) on a portable machine doesn't make sense at all. Good thing the D630 has a PCMCIA slot and I happened to have a PCMCIA card reader with 8GB of hi-speed compact flash media to boot.

But alas when I plugged it in to enable it for use of Readyboost, it wasn't compatible at all. How then do I enable Readyboost on the PCMCIA-CF card? Next thing I did was to ask my friend Google only to find out there are literally thousands (if not millions) of us facing the same dilemma.

Good thing I found this forum post on how to enable USB hdisk drives for ready boost. I tried it out and after a few trials (and errors), I got it to work.

As shown, make changes to the registry (NOTE: Changing the registry can render your computer unusable. You better know what you're doing!) like below. This is the registry key for my Sandisk Ultra PC Card Adapter with RiDATA 8GB 233x Lightning Series Compact Flash card.

ReadyBoost with PCMCIA Adapter and Compact Flash


After I made changes to the registry, I restarted explorer (using Start > Run > "tskill explorer"). Voila! The device can now be used for Readyboost!

ReadyBoost with PCMCIA Adapter and Compact Flash


Now explore the Readyboost-enabled card and see that it has the file ReadyBoost.sfcache which is used by Readyboost.

ReadyBoost with PCMCIA Adapter and Compact Flash


There you go. PCMCIA Adapter and compact flash media for Readyboost. I now have a Readyboost device on my notebook that is completely flushed and barely noticeable at all. Performancewise, I can feel a slight improvement in launching of applications which means Readyboost works.

If you want to tweak this further, you may want to hide the Readyboost drive in Windows Explorer. Google for "NoDrives" registry key.

Share:

Subscribe for Latest Update

Popular Posts

Post Labels

100gb (1) acceleration (1) acrobat (1) adblock (1) advanced (1) ahci (1) airdrop (2) aix (14) angry birds (1) article (21) aster (1) audiodg.exe (1) automatic (2) autorun.inf (1) bartpe (1) battery (2) bigboss (1) binance (1) biometrics (1) bitcoin (3) blackberry (1) book (1) boot-repair (2) calendar (1) ccleaner (3) chrome (5) cloud (1) cluster (1) compatibility (3) CPAN (1) crypto (3) cydia (1) data (3) ddos (1) disable (1) discount (1) DLNA (1) dmidecode (1) dns (7) dracut (1) driver (1) error (10) esxi5 (2) excel (1) facebook (1) faq (36) faucet (1) firefox (17) firewall (2) flash (5) free (3) fun (1) gadgets (4) games (1) garmin (5) gmail (3) google (4) google+ (2) gps (5) grub (2) guide (1) hardware (6) how (1) how-to (45) huawei (1) icloud (1) info (4) iphone (7) IPMP (2) IPV6 (1) iscsi (1) jailbreak (1) java (3) kodi (1) linux (28) locate (1) lshw (1) luci (1) mafia wars (1) malware (1) mapsource (1) memory (2) mikrotik (5) missing (1) mods (10) mouse (1) multipath (1) multitasking (1) NAT (1) netapp (1) nouveau (1) nvidia (1) osmc (1) outlook (2) p2v (2) patch (1) performance (19) perl (1) philippines (1) php (1) pimp-my-rig (9) pldthomedsl (1) plugin (1) popcorn hour (10) power shell (1) process (1) proxy (2) pyspark (1) python (13) qos (1) raspberry pi (7) readyboost (2) reboot (2) recall (1) recovery mode (1) registry (2) rename (1) repository (1) rescue mode (1) review (15) right-click (1) RSS (2) s3cmd (1) salary (1) sanity check (1) security (15) sendmail (1) sickgear (3) software (10) solaris (17) squid (3) SSD (3) SSH (9) swap (1) tip (4) tips (42) top list (3) torrent (5) transmission (1) treewalk (2) tunnel (1) tweak (4) tweaks (41) ubuntu (4) udemy (6) unknown device (1) updates (12) upgrade (1) usb (12) utf8 (1) utility (2) V2V (1) virtual machine (4) VirtualBox (1) vmware (14) vsphere (1) wannacry (1) wifi (4) windows (54) winpe (2) xymon (1) yum (1) zombie (1)

RANDOM POSTS