Microsoft Laptop

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 28 December 2010

Google Secure Socket Layer For Internet Explorer

Posted on 08:15 by Unknown
SSL is a additional layer of encryption that protects your session with a Server that offers SSL as an option.

I am sure you guys heard about Google's New SSL for Firefox and Chrome, so how about Internet Explorer?

Simply go to Create a Search Provider for Internet Explorer then
Under "URL" Copy and Paste the following into the box:
https://encrypted.google.com/search?hl=en&q=TEST&aq=f&aqi=g10&aql=&oq=&gs_rfai=
Under "Name" just label it Google (SSL) and you are done!

To remove this warning message:


Simply go to Internet Options -> Security -> Internet -> Custom Level and Choose Enable Display Mixed Content.


Thats all =).
Read More
Posted in internet | No comments

Wednesday, 15 December 2010

Script to Install Driver Packages

Posted on 01:44 by Unknown
This bat script is written by me to mass install drivers, activate OEM Windows as well as perform Disk Optimization to alleviate some of the repetitive actions.
You are free to use as you wish but no warranty is provided.
You just need to put the bat script in the same folder as the drivers and OEM Certificate and launch it with Administrative Permission as shown in the example below.


You will most likely need to make some minor changes to suit the script to your purpose.
REM indicates comments.
Start Copy below after this line:
__________________________________________________________________________________

    @echo off

    REM Script Originally Written by the Author of aspiregemstone.blogspot.com

    REM You are free to modify, share & use, completely Free of Charge.

    REM But kindly please acknowledge the source in the Spirit Of Sharing. Thanks =)

    FOR /D %%I IN (%0) DO CD /d %%~dpI

    cls

    echo Creating OEM Certificate Directory...

    mkdir "C:\Windows\system32\OEM"

    echo Copying OEM Certificate...

    copy "OEM.XRM-MS" "C:\Windows\system32\OEM"

    echo Activating Windows 7...

    echo Please wait...This might take a while...

    REM Rename the OEM Certificate to OEM.XRM-MS

    slmgr.vbs -ilc C:\Windows\System32\OEM\OEM.XRM-MS

    REM Replace XXXXX-XXXXX-XXXXX-XXXXX-XXXXX with the OEM Key

    slmgr -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

    echo Done!

    echo Installing Drivers...

    echo DO NOT RESTART THE COMPUTER!

    REM Rename the Driver Packages

    Chipset_Driver.exe

    Graphics_Driver.exe

    Ethernet_Driver.exe

    Wireless_Driver.exe

    Printer_Driver.exe

    WinTV_Driver.exe

    REM Below is how the script access extracted Drivers

    Audio_Driver\Setup.exe

    Web_Camera\Setup.exe

    Storage_Driver\Setup.exe

    echo All DRIVERS INSTALLED!

    echo Cleaning up TEMP Folders

    C:

    REM Remove Temp Folders created by HP and Intel Driver Packages

    del /S /Q /F C:\SWsetup

    del /S /Q /F C:\swsetup

    del /S /Q /F C:\Intel

    REM Manually invoke optimization

    Rundll32.exe advapi32.dll,ProcessIdleTasks

    echo You may restart the Computer now!

    pause
__________________________________________________________________________________

Save the script as Setup.bat and Right Click to launch it with Admin Rights.
Read More
Posted in driver, windows 7, windows vista | No comments

Thursday, 2 December 2010

Windows Essentials 2011 breaks SAMBA Shares

Posted on 02:46 by Unknown
If you are a user of Windows Shares and you use SAMBA to connect to it from your GNU\Linux Machine, you will find after installing Windows Essentials 2011 on the host you break the SAMBA Share.
You will no longer be able to connect to Windows Share from your GNU\Linux Machine.

WORKAROUND 1 (Highly Recommended):

In Windows Live Essentials 2011, Windows Live Sign In Assistant exist as a Windows Service so we need to disable it.

Go to Control Panel, then Services.

Find a Service called "Windows Live Sign-in Assistant" as shown below:



Double Click on it and set it to "Disable"


Save, exit and reboot.

WORKAROUND 2:

Uninstall Windows Essentials 2011 COMPLETELY

You have to revert to the old Windows Live Essentials and uninstall the Live Sign In Assistant through the Control Panel .

Exit and reboot.
Read More
Posted in linux, windows 7 | No comments

Saturday, 20 November 2010

Improving your PowerPoint Slides

Posted on 20:45 by Unknown
For users of Microsoft PowerPoint go to http://office.microsoft.com/en-us/templates/ to download more aesthetically pleasing content slide design.
Then download the template you want to the desktop then copy to the folder below:
C:\Users\{your user profile here}\AppData\Roaming\Microsoft\Templates\Document Themes

This is just something to get nice slides without spending too much time on designing however a great presentation still depends on the content and speaker.

Few simple rules:
Keep the wordings on the slide simple summaries, speak more and engage your audience.
Read More
Posted in | No comments

Friday, 5 November 2010

Fedora 14 Laughlin on Laptop

Posted on 09:47 by Unknown

Firstly, to use Fedora you have to be quite comfortable with GNU\Linux Operating System in general.
What Fedora offers over other GNU\Linux
(Needless to say Mac OS X sucks with the price tag and the lack of new useful features):

1)It is cutting edge, new features are introduced into Fedora frequently unlike "Rock Solid" Distro like Debian Stable.

2)Fedora runs out of box rather nicely because it is updated, new hardware have a good chance of running smoothly without recompiling hardware kernel driver modules.

3)Fedora developers are the people working on GNOME hence if you like to use GNOME as the desktop manager, Fedora is a good choice.

4)Ubuntu IMO tends to be too hand-holding hence it is rather filled with GUI centric applications, in contrast Fedora runs fast and light.

5)Being a supported distro, it offloads the task of package recompiling to the people maintaining it hence you do not have to constantly recompile new packages when released like Gentoo.

Actually I did try to think of ways how to make a simple guide on how to install Fedora on the laptop but I did too many tricks to get it working such that I don't think it is suitable for the mostly GUI oriented users.

However I will share my observations on Fedora Laughlin.

There are a few small bugs regarding GNOME and the rendering of display IF YOU use the default GTK themes I had to use the Solaris Nimbus theme or the Nodoka theme as a workaround.

Next I recommend you use the Nvidia Developer Driver 260.19.14 for Linux instead of the WHQL because it provides very aggressive power saving settings I do notice a slightly improvement in battery life.

I am glad to say that suspend/resume works with the above combination.

You have to append nomodeset and vga=318 to the end of the kernel line to get a nice Plymouth splash and WITHOUT removing nouveau driver as a fallback.

To change cursor you have to edit the "default" text file in /usr/share/icons to point to the cursor theme you want to use.

You can use the same tweaks in the OpenSUSE Guide.

By default, all filesystems are now mounted with relatime enabled. To suppress this feature across an entire system, use the boot parameter default_relatime=0. If relatime is enabled on a system by default, you can suppress it for any particular file system by mounting that file system with the option norelatime. Finally, to vary the default length of time before which the system will update a file's atime data, use the relatime_interval= boot parameter, specifying the period in seconds. The default value is 86400.

The fact that the rpmfusion drivers sucks means that it is difficult for GUI people to install it therefore I gave up on writing a guide.

However those who are quite the superuser and wish to try Fedora can still ask me for some opinions (not a expert though).

For Users with Nvidia Graphics Adapters

1)Grab the install media, use unetbootin to convert the bootable iso to bootable thumbdrive.
For users with internet the Live CD x86 (32bit) or the x86_64(64bit) will do.
The full DVD includes package it is for users who do not have access to internet hence needs to install the packages by DVD Media.
2)Format the disk partition as instructed, make sure there is empty space on the harddisk to install Fedora to.

3)Enable Sudo and add your user account as wheel.
Open Terminal:
#su
#visudo 
Press 'i' to enter insert mode.
Change 
#%wheel  ALL=(ALL)       ALL
To
%wheel  ALL=(ALL)       ALL
Press 'Esc" then ":wq" to save and exit.
Go to Main Menu -> System -> Administration -> Users & Groups
Select your User Account then Properties go to Group Tab then check "Wheel".

4)Adjust the boot entry in /boot/grub/menu.lst by opening terminal entering:
sudo gedit /boot/grub/menu.lst

Comment out Hidden Menu
#hiddenmenu
Set Default to the default boot entry number (eg 0=First Boot Entry, 1=Second Boot Entry etc)
Add the following behind the kernel boot parameters:
rhgb quiet nomodeset default_relatime=0 vga=0x318

More VGA Settings can be found here, however the value above 0x318 which is for 1366X768 resolution is strangely not found in the site above.

You can edit the title of your Windows Boot Entry to
title Windows 7

Example (Highlighted Notable Changes in Blue):
default=1
timeout=3
splashimage=(hd0,4)/grub/splash.xpm.gz
#hiddenmenu
title Fedora (2.6.35.6-48.fc14.x86_64)
    root (hd0,4)
    kernel /vmlinuz-2.6.35.6-48.fc14.x86_64 ro root=UUID=0ee4372e-2c84-4238-b822-d83759547d4b rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet nomodeset default_relatime=0 vga=0x34D
    initrd /initramfs-2.6.35.6-48.fc14.x86_64.img
title Windows 7
    rootnoverify (hd0,0)
    chainloader +
5)Run all updates
Go to Main Menu -> System -> Administration -> Software Updates
Reboot and boot into the latest Kernel

6)Managing Kernel Entries
Fedora dependency is good so to remove older kernels:
Go to Main Menu -> System -> Administration -> Add/Remove Software.
Search for Linux and uncheck the "Filter" "Show only Newest package"
Find the old kernel then uncheck and apply to uninstall it.

7)Installing the Nvidia Drivers
Download the latest Nvidia Driver For Linux from http://developer.nvidia.com/object/cuda_3_2_toolkit_rc.html

8)Install the development tools as follows:
You need to have the following installed

______________________________________________________________________________

Chapter 2. Minimum Software Requirements
______________________________________________________________________________



Software Element Min Requirement Check With...
--------------------- --------------------- ---------------------
Linux kernel 2.4.7 `cat /proc/version`
XFree86/X.Org 4.0.1/6.7 'Xorg -version`
Kernel modutils 2.1.121 `insmod --version`


If you need to build the NVIDIA kernel module:

Software Element Min Requirement Check With...
--------------------- --------------------- ---------------------
binutils 2.9.5 `size --version`
GNU make 3.77 `make --version`
gcc 2.91.66 `gcc --version`
glibc 2.0 `ls /lib/libc.so.*` 
 
Use terminal to run the commands underlined if you are missing any packages 
you need to install it with root permission either using sudo or su.
Make sure you have the kernel headers required installed.
Run in terminal:
sudo yum install kernel-devel
9)Reboot upon seeing the grub entries scroll to the kernel press 'e' on it and append init 3 to it.
10)To install login in then type
$su
#cd Downloads
# sh devdriver_3.2_linux_64_260.19.14.run
The filename of the driver maybe different from the above.
Accept and press ok when you see ok.

To uninstall run:
$su
# sh devdriver_3.2_linux_64_260.19.14.run --uninstall

Reboot with the command
#init 6
11)Adjust the xorg.conf file by opening the terminal
$sudo gedit /etc/xorg.conf

Adjust to look like the below:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 260.19.14  (buildmeister@builder103.nvidia.com)  Mon Oct 18 21:52:42 PDT 2010

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath    "/usr/share/fonts/default/Type1"
    ModulePath    "/usr/lib64/xorg/modules/extension/nvidia"
    ModulePath    "/usr/lib64/xorg/modules"       
EndSection

Section "ServerFlags"
        Option      "AIGLX" "on"
EndSection


Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "pc105"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option    "NoLogo"    "on"
    Option    "Coolbits"    "1"
    Option    "OnDemandVBlankInterrupts"    "on"

EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
12)Install the Nimbus GTK Theme as a workaround to that lag bug:
$sudo yum install nimbus-theme-gnome
Change to the Nimbus theme

13)Install Cairo Dock:
$sudo yum install cairo-dock

14)Install Java
$sudo yum install java-1.6.0-openjdk-plugin

15)Change the cursor in Fedora 14

16)Remove icons from GNOME Desktop

17)Install Global Menu:
$sudo yum install gnome-applet-globalmenu

18)Install OpenOffice (let the dependencies resolve themselves):
$sudo yum install openoffice.org-calc openoffice.org-writer openoffice.org-draw openoffice.org-impress

19)Install GIMP (Powerful OpenSource Photoshop alternative)
$sudo yum install gimp

20)Adding tmpfs to /tmp
Add this line to /etc/fstab to make /tmp folder a RAMDisk so /tmp will be automatically cleared during shutdown.

tmp              /tmp            tmpfs    defaults   0 0
noatime is already implemented by the default_relatime=0 boot parameters.


21)Disable the scale when you move the cursor to the top right hand of the screen:
$sudo yum install ccsm compiz-backend-gconf
Then access compizconfig setting manager and disable the scale plugin -> initiate Window Picker

22)Install Chromium
Flash for Chromium

23)Install gsynaptics to enable 2 finger scroll. It works in Fedora 14! Sometimes it works sometimes it doesn't.
$sudo yum install gsynaptics

24)Install Systemd and switch to it instead of upstart.
$sudo yum install systemd
Then append init=/bin/systemd to the end of the kernel parameters.
I notice some speed up in suspend and resume operations but then it might just be me.

Once you get the hang of installing by terminal you are somewhere there
You may want the following software as well:
Adobe Flash
Skype
To fix the Skype Video you need to change the launcher command as shown below:

Change it to:
sh -c 'export XLIB_SKIP_ARGB_VISUALS=1 && LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so /usr/bin/skype'

Windows Fonts

There you go! If you still need GUI for every step Fedora is probably not for you. You should try Ubuntu or Mint or OpenSUSE instead.
Feel Free to leave comments if you feel that something is omitted.
Read More
Posted in | No comments

Monday, 25 October 2010

New Nvidia Developer Driver 260.99 (WHQL)

Posted on 05:38 by Unknown
LOL.
Looks like Nvidia screwed up.
New Nvidia Verde Driver (WHQL signed by Microsoft )  Version 260.99 within 2 weeks...

New Nvidia Verde Driver (WHQL signed by Microsoft )  Version 260.81
Warning! I had 2 crash dumps and black screen hangs while using this 260.81 driver.
I can almost swear it is as buggy as it could be so use it at your own risk.
I can't believe Microsoft WHQLed this buggy driver...
  • Retains the PhysX Options for Nvidia G310M which is not supposed to be PhysX-able
  • Includes High Def Audio Driver
New Nvidia Developer Driver (WHQL signed by Nvidia) version 260.61
  • Retains the PhysX Options for Nvidia G310M which is not supposed to be PhysX-able
  • Doesn't Include NVIDIA High Def Audio Driver so you have to use the high-def audio driver from older Drivers
  • (If you are missing the NVIDIA High Def Audio Driver copy C:\NVIDIA\DisplayDriver\260.89\Vista 64-bit\International\HDAudio Folder to C:\NVIDIA\DisplayDriver\260.61\Vista 64-bit\International\HDAudio Folder) It will detect the HDAudio Driver and attempt to install it.
Take a look at the new screens:



 
Download links
Nvidia Signed 260.61 here
Microsoft Signed 260.99 here
Read More
Posted in driver, nvidia | No comments

Saturday, 23 October 2010

Checking Battery Capacity in Windows 7

Posted on 03:47 by Unknown
Alternatively there is a Free software to measure power consumption by Microsoft Research.
It is called JouleMeter.
Find out more about it here.

A new feature in Windows 7 is the ability to check battery capacity.
Take a look at the following:

Open a Command Prompt Windows with Administrative Permission
Enter:
powercfg /Energy

It will create a report in
C:\Windows\system32\energy-report.html

There is one line like this
Battery:Battery Information
Battery ID 11121SANYOAS07A31
Manufacturer SANYO
Serial Number 11121
Chemistry LION
Long Term 1
Design Capacity 48840
Last Full Charge 41214
The amount of battery life left can be calculated by
eg. 41214/48840*100
Formula:  (Last Full Charge)/(Design Capacity) * 100
Which equates to 84.38% meaning my laptop battery has only 84.38% of charge left (because I didn't take good care of it. There was a few times when the battery was almost fully drain)

So make sure you switch off the laptop or connect it to an AC outlet when battery life reaches 10% and do not expose it to high temperatures.

Alternatively you can download the new HWMonitor as it reports the charge capacity directly.
Read More
Posted in optimize, tweak, windows 7 | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Delete Windows System Files
    If you play around with Windows System Files sometimes it is not possible to delte them off after you had your fun. The following commands w...
  • Internet Explorer Tweak
    Here is a registry tweak for Internet Explorer Similar to the Mozilla Firefox tweak this enable you to increase the number simultaneous ser...
  • How to Mod your Laptop VGA BIOS
    Basically there are 2 locations where the VGA BIOS in laptops. Some OEMS embed the VGA BIOS in the EFI/BIOS in your laptops, other OEMs have...
  • Acer Phoenix BIOS Emergency Recovery
    This is for people who don't listen and interrupt the flashing BIOS for unknown reasons. This will work provided the BIOS BootBlock isn...
  • Secure Your Windows CD-Key (For Vista and 7)
    As you know everytime you activate a Windows Installation your Product Key can be retrieved via Software means. Don't believe me? Downl...
  • Changing the Acer Arcade Shortcut
    While surfing the Windows Registry (You must be thinking that I am weird =P) yesterday I found something interesting It is actually possible...
  • Some Interesting Modding Ideas
    I modded my Aspire 4530 AGAIN to control resultant temperature. Below are some ideas and pictures. Another mod idea This time a black anodi...
  • How to obtain the DSDT from your laptop
    There are many ways to rip the DSDT out of the laptop BIOS. If there is a BIOS editor it is possible to rip out the .AML file. However below...
  • Acer Aspire 4530 Boot Screen
    Acer Aspire 4530 Boot Dianogostic Screen PhoenixBIOS 4.0 Release 6.1 Copyright 1985-2008 Phoenix Technologies Ltd. All Rights Reserve 1.052....
  • List Of Modified BIOS Collection
    Here are the list of Modified BIOS Collection (mainly SLIC Mods), no warranty provided use at your own discretion! Acer Aspire 4520G BIOS Ac...

Categories

  • 32bit
  • 64bit
  • acer
  • ahci
  • amd
  • apple
  • aspire 4530
  • aspire 4535G
  • aspire 4740
  • atheros
  • atom
  • BIOS
  • boot
  • cleanup
  • configure
  • device
  • disk
  • dismantle
  • download
  • driver
  • fan control
  • firefox
  • firewall
  • firmware
  • fix
  • flash
  • graphics
  • hwmonitor
  • internet
  • linux
  • macs
  • microsoft
  • modified
  • nvidia
  • optimize
  • overclock
  • performance
  • power savings
  • powermizer
  • proxy
  • ram
  • Realtek
  • review
  • secure
  • shortcut
  • speaker
  • synaptics
  • temperature
  • theme
  • timeline
  • tweak
  • undervolt
  • update
  • wallpaper
  • windows 7
  • windows vista
  • Windows Xp
  • winsat
  • wlan

Blog Archive

  • ▼  2013 (10)
    • ▼  November (2)
      • A Simple How to use MiniDLNA on OpenWRT
      • OpenWRT TL-WDR3600/4300/4310 Release
    • ►  October (3)
    • ►  September (1)
    • ►  August (1)
    • ►  July (1)
    • ►  May (1)
    • ►  January (1)
  • ►  2012 (4)
    • ►  September (1)
    • ►  June (1)
    • ►  March (1)
    • ►  February (1)
  • ►  2011 (21)
    • ►  September (1)
    • ►  July (4)
    • ►  June (3)
    • ►  May (3)
    • ►  April (3)
    • ►  March (4)
    • ►  February (2)
    • ►  January (1)
  • ►  2010 (36)
    • ►  December (3)
    • ►  November (2)
    • ►  October (4)
    • ►  September (1)
    • ►  August (5)
    • ►  July (1)
    • ►  June (5)
    • ►  May (3)
    • ►  April (3)
    • ►  March (6)
    • ►  February (1)
    • ►  January (2)
  • ►  2009 (81)
    • ►  December (3)
    • ►  November (3)
    • ►  October (9)
    • ►  September (5)
    • ►  August (1)
    • ►  July (5)
    • ►  June (8)
    • ►  May (15)
    • ►  April (10)
    • ►  March (13)
    • ►  February (8)
    • ►  January (1)
  • ►  2008 (8)
    • ►  November (5)
    • ►  July (3)
Powered by Blogger.

About Me

Unknown
View my complete profile