Wednesday, December 29, 2010

Solved Issue : \WINDOWS\SYSTEM32\CONFIG\SYSTEM - file missing or corrupt


This error arises when the System registry hive is either deleted or corrupt. System registry hive contains configuration information necessary for the system to boot.

Option 1:

The first thing to try is to run chkdsk command from the Recovery Console and then reboot the system.

If chkdsk does not solve the problem, then the System file should be restored from backups. There are two places to look for the backups, one is the System Restore folder and the other is \Windows\Repair folder.


Option 2:

 (Using backups from System Restore feature): From the Recovery Console, navigate to the folder \System Volume Information\ folder of the root drive, using the command:
cd "C:\System Volume Information"

Here, locate and navigate to the folder whose name begins with _restore using the command:
cd _resto~1

This folder contains many subfolders which have names of the form RPxxx, where xxx is a number indicating the restore point. Locate an RPxxx folder which has the highest number as its suffix (highest xxx) using the command dir command. Then navigate into that folder using the command:
cd RPxxx (don't forget to replace xxx with the corresponding number!)

Now, there will be a folder named snapshot. Navigate to this folder using the command:
cd snapshot

There should be a file named _REGISTRY_MACHINE_SYSTEM, copy this file to the \Windows\System32\Config folder with the name System using the command:
copy _REGISTRY_MACHINE_SYSTEM C:\Windows\System32\Config\System

Reboot the system and check whether Windows loads properly.


Note: Option 2 works only if System Restore feature of Windows XP is enabled. If System Restore was disabled or if option 2 did not work for some reason, then try the next option.



Option 3:

While installing Windows, the setup backs up the System registry hive in Repair folder. If the System Restore feature is turned off, then this backup can be used to restore the System hive. From the Recovery Console, navigate to folder \Windows\Repair, using the command:
cd C:\Windows\Repair

Copy the System file to its original location using the command:
copy System C:\Windows\System32\Config\System

Reboot the system and check whether Windows loads properly.

Note: There is a disadvantage in this method! Since this backup is created during the installation of Windows; system configuration and driver installations (made after fresh installation) will be lost after restoring this backup Registry hive file.

Courtesy :

Tuesday, December 21, 2010

Proxy and Piracy - Biggest enemy of computer world or biggest friend?

Proxy and Piracy are two words I found it's most useful and most dangerous words for us..

Yahoo, Gtalk blocked in office.. I have proxy... abcd.com, 1234.com.. go enter your username password.. alas..!! it was phishing site. your password were sent to site owner.. I shouldn't have entered my gmail, yahoo passwords there..

Above is the situation 3/10 person who wish to access few mailing sites from office and get hacked..


I like to play nfs, I want office 2010, I want latest antivirus, I want to download recent movies.. you can get from pirated1234.com, spicychatxxxxxx.com etc etc..
you download games/softwares or troubles for you? instructions given that disable your anti-virus to run this movie.. and few user really do.. :-O

Same situation you can find around you.. My hidden folders are not opened.. My system is slow.. My pen drive shows virus every time I insert..

All because of our little careless..

We are paying alot for getting something at free of cost..

Do you believe the same? Do you also think that we shouldn't trust those sites which are not familiar to us.. also not stop your security suite for one mp3 song..??

I suggest as from my experience..
- Install and keep up to date anti-virus.
- Install and maintain a good firewall. (not normal Windows)
- Install a good runtime antispyware (Windows Defender, etc)
- Install a good on-demand antispyware (spybot search and destroy / Advanced System Care)
- Do not enter username and password of your yahoo/gmail any where on any other site
- Keep your sensitive password separate than your normal passwords. (don't keep same password everywhere)
- Trust on google/firefox/IE antiphishing policy and do not enter to those sites where either of these warns..

Good Luck.. :-)

Wednesday, December 8, 2010

Stop sharing your Hard drive anonymous - c$ share whole C

How to stop sharing $C: and $WINNT permanently

Go To Control Panel
  -> Administrative Tools
    ->  Local Security Policy



see the option of
Network access: Sharing and security model for local accounts






if it is selected as classic.. change it's value to guest user as showing below..









now reboot your system and also disable guest account of your xp..

or

Another way I disabled this by creating batch file and putting it in start up..

Create a batch file with the following and place it in startup
--------
@ECHO OFF

NET SHARE C$ /D
NET SHARE WINNT$ /D

--------
This will delete the shares C$,Winnt$ from
your computer

To put your batch file in startup
Go to C:\Documents and Settings\All Users\Start Menu\Programs\Startup
put batch file here
if it doesn't work put it in your local user account
C:\Documents and Settings\--your username -- \Start Menu\Programs\Startup

It will work.



Good Luck.

Tuesday, December 7, 2010

Windows XP Search dialog Box open as blank

Recently we have faced an issue that when I click on search button from start menu or folder explorer it open blank screen.. No search text box or button appears in left panel.. only dancing doggie.. (!!)

After googling I found a good way to get your search back..
Here are the steps.. Hope it's useful to you..

Start > Run > regsvr32 wshom.ocx
Start > Run > regsvr32 jscript.dll
Start > Run > regsvr32 urlmon.dll
Start > Run > regsvr32 vbscript.dll
Start > Run > regsvr32 /i %windir%\srchasst\srchui.dll

You Should Get A Message Like This

DllRegisterServer in xxx.dll succeeded.

Reboot your system..

Check it now.. :-)

Another way given on Microsoft Official Site I haven't tried below process yet as my issues has been resolved.

To resolve this issue, use the following methods in the order in which they are presented.

Method 1: Reregister Jscript.dll

  1. Click Start, and then click Run.
  2. In the Open box, type regsvr32 jscript.dll, and then click OK.
  3. Click OK.
If the file does not register as expected, or if you receive an error message, the system file may be missing or damaged. To extract the missing file in Windows XP, follow these steps:
  1. Click Start, and then click Run.
  2. In the Open box, type msconfig, and then click OK.
  3. Click Expand File.
  4. In the File to restore box, type the name of the file that you want to restore.
  5. In the Restore from box, type the path of the Windows XP .cab file where you want to restore the file, or click Browse From to locate the Windows XP .cab file.

    Note The Windows XP .cab files are stored in the I386 folder on the Windows XP CD.
  6. In the Save file in box, type the path where you want to extract the new file, or click Browse To to locate the folder that you want.
  7. Click Expand.
  8. In the System Configuration Utility dialog box, click OK. If you are prompted to restart the computer, click Restart.
Open a dialog box that previously experienced the issue that is described in the "Symptoms" section of this article. If the issue recurs, go to the next method.

Method 2: Edit the registry

To do this, follow these steps.

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756  (http://support.microsoft.com/kb/322756/ ) How to back up and restore the registry in Windows
  1. Click Start, and then click Run.
  2. In the Open box, type regedit, and then click OK.
  3. Locate the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}\InprocServer32
    The (Default) value data should contain the following value:
    C:\WINDOWS\SYSTEM32\JSCRIPT.DLL
    If it does not, double-click Default, type C:\WINDOWS\SYSTEM32\JSCRIPT.DLL in the Value data box, and then click OK.
  4. The ThreadingModel value data should contain the following value:
    Both
    If it does not, double-click ThreadingModel, and then type Both in the Value data box.
  5. Locate the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{f414c261-6ac0-11cf-b6d1-00aa00bbbb58}\InprocServer32
  6. Repeat steps 3 and 4 to edit this key, and then go to step 7.
  7. Locate the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{f414c262-6ac0-11cf-b6d1-00aa00bbbb58}\InprocServer32
  8. Repeat steps 3 and 4 to edit this key, and then go to step 9.
  9. Exit Registry Editor.

Friday, November 26, 2010

Best Paid to Click Sites - From which I got payment

First of all you need to make a paypal account to get money from world wide
sign up is absolutely free
Paypal

Sign up for PayPal and start accepting credit card payments instantly.




Alertpay

















Onbux






Cashium






NeoPTC






IncraseBux











Wednesday, November 24, 2010

BSOD – XP Fatal Error - The Session manager initialization system process terminated unexpectedly with a status of 0xc000026c

Today when I turn on my system. XP failed to boot with error  0xc000026c.

I rebooted the computer to make sure everything was ok.. well, after that, the machine never restarted.  It simply kept looping, while on the windows logo screen, I could see the blue screen flashing and then it would stop at error code.

I changed BIOS settings. SATA settings and disable USB etc but it couldn't help then as we all do google was the only help. and found few useful steps from various sites which I am sharing..

A few Googles on the subject helped piece together a solution.  The problem is caused by a Windows Update known as KB925902.  The patch wasn’t installed recently.. it’s been on the machine for at least 6 months, but something must have triggered the problem.

Apparently there are a few variations on how the problem presents itself, so if windows starts in safe mode, I would go for a System Restore or use the Add/Remove programs section to remove that update.
What I had to do was to remove the update manually using the Recovery Console.  here’s how to do it:
  1. Boot with your original Windows XP CD.  You need one which will allow you to get into the Recovery Console.
  2. Once booted, choose to use the Recovery Console, usually by pressing “r”.
  3. You may need to press “enter”  here to choose a different keyboard layout, otherwise you might have a hard time typing the next commands.
  4. Choose which Windows installation you need to log into.  if there’s only one on that machine, it will be “1″.
  5. Type in the Administrator password.  Yes, there is one, you had to supply one during the Windows XP installation.
  6. Change folders using: cd WINDOWS\$NtUninstallKB925902$\spuninst
  7. Run this command in the folder: batch spuninst.txt
  8. If the command ran correctly, you should see a spuninst.tag file, using the “dir” command.
  9. reboot the computer.
At this point the computer should boot properly and you should install SP3 and other patches to prevent this problem from happening again.
If the spuninst.tag file doesn’t exist, you may have received a bunch of errors instead.  Joyful.  There are a few reasons why this could happen, one of which is if your windows isn’t really installed on the c:\ drive, even if the Recovery Console always names it that way.  To remove the patch manually, type in these commands: (make sure you replace the drive and path if required, depending on your installation)
  • DEL “c:\windows\$hf_mig$\kb925902\mf3216.dll”
  • DEL “c:\windows\$hf_mig$\kb925902\gdi32.dll”
  • DEL “c:\windows\$hf_mig$\kb925902\user32.dll”
  • DEL “c:\windows\$hf_mig$\kb925902\win32k.sys”
  • DEL “c:\windows\system32\dllcache\gdi32.dll”
  • DEL “c:\windows\system32\dllcache\mf3216.dll”
  • DEL “c:\windows\system32\dllcache\user32.dll”
  • DEL “c:\windows\system32\dllcache\win32k.sys”
  • COPY “c:\windows\$NtUninstallKB925902$\gdi32.dll” “c:\windows\system32\gdi32.dll”
  • COPY “c:\windows\$NtUninstallKB925902$\mf3216.dll” “c:\windows\system32\mf3216.dll”
  • COPY “c:\windows\$NtUninstallKB925902$\user32.dll” “c:\windows\system32\user32.dll”
  • COPY “c:\windows\$NtUninstallKB925902$\win32k.sys” “c:\windows\system32\win32k.sys”
  • COPY “c:\windows\$NtUninstallKB925902$\spuninst\spuninst.txt” “c:\windows\$NtUninstallKB925902$\spuninst\spuninst.tag”

I hope this helps someone out there because there aren’t many solutions for this problem and it took me so much time to piece together the solution.  Let me know it there are any errors and if it works for you.

Courtesy :
http://thedailyreviewer.com/xphelp/view/0xc000026c-session-manager-initialization-error-101900659
http://www.techforlunch.com/bsod-session-manager-initialization-fails-with-status-0xc000026c/
http://www.eggheadcafe.com/software/aspnet/29682131/kb925902-update-causes-stopc000021a-fatal-error-at-boot.aspx

Tuesday, October 26, 2010

Stop Google redirect to local country Google Domain

Many of internet users must have seen that when you type Google.com it redirects to your local google domain.
Generally google.com redirects to local Google country specific domain, depending on the country you are located.

For Example if your are surfing from India.
 Google.com wil redirects you  to google.co.in  

Now you must be wondering does result makes difference? after all google is providing result. Answer is it Yes.
Result is little bit different.

http://www.google.com/#hl=en&source=hp&biw=1280&bih=933&q=ketan+kotak&aq=f&aqi=g1&aql=&oq=&gs_rfai=&fp=7efc9b94657646fc

http://www.google.co.in/#hl=en&source=hp&biw=&bih=&q=ketan+kotak&aq=f&aqi=&aql=&oq=&gs_rfai=&fp=4a103f5075d93df6

Do you still want to check about suggestions ? Here it is..

Google.com suggestion for "how to"





and google.co.in suggestion for "how to"




Now you may want to always search in google.com :-)

how to stop google to redirects to your local domain.
You don't need any software or any plugin to do this

Well seach result difference will be negligible till when you are searching something on google which is not country dependent, still if you don’t want google.com to redirect then type www.google.com/ncr in your browser address bar – ncr stands for No Country Redirect. You can save the above address as bookmark in your browser to open google.com always


Another way is to let google.com redirect to your country google domain and then click the link at the google page for your country which says Go to Google.com [ as shown in the image above ]






Thursday, October 14, 2010

The Mystery of History - September 1752 where a month with whole of eleven days missing

If you are working in Unix, try this out.
At $ prompt, type: cal 9 1752
You will find


Surprised..!!


you can check it with Google too that history has a mystery for September 1752.

Want to know the reason?


September 3, 1752: The Gregorian calendar (New Style or N.S) replaced the Julian calendar (Old Style or O.S.) in England and its American colonies, by an act of Parliament. The difference between the Julian Calendar of 46 B.C. and the Gregorian calendar has grown to 11 days. Parliament decreed that Wednesday, September 2 will be followed by Thursday, September 14. The Gregorian Calendar was adopted by Pope Gregory XIII in 1582 in most European countries. As this change comes to England, bill collectors became confused. Rumors spread that employees are losing 11 days' pay, and everybody is losing 11 days of his life. Londoners cried, "Give us our 11 days back!" and people rioted in the streets to protest the calendar change. Benjamin Franklin wrote "It is pleasant for an old man to be able to go to bed on September 2, and not have to get up until September 14."

This was the time England shifted from Roman Julian Cal. to the Gregorian Calendar and the king of England ordered those 11 days to be wiped off the face of the month of September of 1752. (What couldn't a King do in those days?!) And yes, the workers worked for 11 days less, but got paid for the entire 30 days. :-)

Courtesy for this article :

Thursday, September 30, 2010

Let India win.. not community - Ayodhya Verdict

Today it's time to Ayodhya Verdict..
Lots of rumors, thousands of SMS, unlimited thoughts in each mind..
People are more worrying about peace than verdict.

Here I am sharing few of the links and few statements given on net..

Ayodhya: India on high alert, PM calls for peace

"Whatever be the nature of judgment, I think everyone should make every effort to maintain peace, harmony and tranquility in the country," said Manmohan Singh.


Maintain peace after Ayodhya verdict: Modi appeals to people


"It is my humble prayer to all the stakeholders of the society to be extra careful from elements hell bent on ruining the social fabric of Gujarat"

Chidambaram: Don't let dispute derail India's story
"I think India has moved on, young people have moved on. Young people have recognised that the India Story is much more than a dispute over a place... that bigger story should not be derailed over a dispute over a piece of land."

BJP spokesperson, Shahnawaz Hussain, said all BJP chief ministers will help keep the peace.

Bollywood appeals for peace ahead of Ayodhya verdict
Shahrukh Khan : Accept the decision with love

The news conference was attended by big Bollywood personalities like Ajay Devgn, Sajid Nadiadwala, Priyanka Chopra, Farhan Akhtar, Ranbir Kapoor, Anil Kapoor, Madhur Bhandarkar, Sajid Khan, Sophie Choudry, Zayed Khan, Ritesh Sidhwani and Pahlaj Nihalani.


In the meanwhile, Salman Khan also appealed his fans to maintain peace even as the court pronounces the Ayodhya-Babri Masjid verdict today. He said that Hindus, Muslims, Christians, Sikh and people from all religious communities are brothers. He added that we should not fight but stay united and love each other.

Ranbir Kapoor had earlier requested the makers of Anjaana Anjaani to postpone its release on September 24, saying that Ayodhya verdict was more important than his film.

The Allahabad High Court was supposed to announce Ayodhya-Babri Masjid verdict on September 24 but was postponed to 30th. The central government is confident that peace will prevail, as almost all political parties and religious groups have said that they would respect the verdict of the court. Moreover, they can approach the Supreme Court if they are not happy with the verdict of the High Court.

I got one of the best blog written on net..

Courtesy :
http://khabar.ndtv.com/Interactives/ColumnistListing.aspx?Id=243


याद रहे, कहीं मुल्क न हार जाए...
विवेक रस्तोगी

क्या होगा... फैसला किसके हक में आएगा... वहां मंदिर बनेगा या मस्जिद... आज सिर्फ यही सवाल सारे मुल्क के सिर पर सवार है... सभी की पेशानी पर चिंता की लकीरें साफ नज़र आ रही हैं... बहुत-से ऐसे हैं, जिन्हें शायद मंदिर या मस्जिद से ज़्यादा दो जून की रोटी की फिक्र है, लेकिन सबसे ज़्यादा डरे हुए यही लोग हैं, क्योंकि अगर इतिहास ने खुद को दोहराया तो मरेंगे यही लोग... हमेशा यही लोग मरते हैं, चाहे सीधे फसाद की चपेट में आकर, या दंगे के हालात में भुखमरी से...
इस मुद्दे पर बहुत-से सुझाव और तर्क दिए जा रहे हैं... वहां मंदिर ही होना चाहिए, क्योंकि वह राम जन्मभूमि है... वहां मस्जिद थी, और वही रहनी चाहिए... वहां एक साथ सटाकर मंदिर और मस्जिद दोनों बना दिए जाएं, ताकि दोनों पक्ष संतुष्ट हो जाएं... वहां न मंदिर बनाया जाए, न मस्जिद, बल्कि कोई स्कूल या अस्पताल बना दिया जाए, ताकि दोनों समुदायों को लाभ हो...
यहां याद रखने वाली बात यह है कि इस देश के आधारभूत रूप से धर्म के जरिये संचालित होने वाले नागरिकों (इनमें हिन्दू-मुस्लिम सभी शामिल हैं) को ये सभी तर्क उन लोगों से सुनने को मिलते रहे हैं, जिन्हें कभी सड़क पर आकर दंगा नहीं झेलना पड़ता... वे अपने शानदार एयरकंडीशन्ड घरों में बैठकर या जनसभाओं के मंचों से, गरजती आवाज़ में हमारी (सुनने और मानने वालों की) गैरत को ललकारते हैं, और फिर हम लोगों में से ही कुछ सड़कों पर उतर आते हैं, और हम लोगों में से बचे हुओं पर चुन-चुनकर वार करते हैं... कुछ वक्त बीत जाने पर फसाद ठंडा हो जाता है, और वही गरजती आवाज़ में गैरत को ललकारने वाले फिर किसी जनसभा के मंच पर नज़र आने लगते हैं...
हमने पिछले दो दशक में खासतौर से यही माहौल देखा है... लेकिन हम यह क्यों भूल जाते हैं, जिन्हें हमने मारा, या जिन्होंने हमें मारा, वे सब वही लोग हैं, जिनके साथ हम पले-बढ़े, खेले-कूदे... कहा जाता है, किसी भी देश के प्रत्येक नागरिक की ज़िन्दगी को सुचारु रूप से चलाने में हर दूसरे देशवासी का हाथ होता है... मेरे बचपन से लेकर अब तक मैंने जो कपड़े पहने, जो खाया-पिया, जो पढ़ा-गुना, उसमें कितना अनाज हिन्दू ने उगाया, कितना मुसलमान ने, कितना कपड़ा हिन्दू ने बुना, कितना मुसलमान ने - क्या मैं कभी यह हिसाब लगा सकता हूं... सो, मेरी नज़र में हर हिन्दुस्तानी की ज़िन्दगी में हर हिन्दुस्तानी का योगदान है... सो, हम एक-दूसरे से अलग कैसे हुए...
सोचकर देखिए, हम एक-दूसरे से अलग सिर्फ उन हालात में होते हैं, जब हमारी सोच संकरी होने लगती है, हमारे अंदर कहीं बर्दाश्त का माद्दा कम होता महसूस होता है, और ऐसी हालत में हम एक-दूसरे के योगदान को भुलाने की कोशिश करते हैं... और फिर गरजती आवाज़ वाले अपने मकसद में कामयाब हो जाते हैं...
ये गरजती आवाज़ों में हमारे नेता होने का दावा करने वाले सिर्फ अपनी रोटियां सेंकने के लिए हमारे घर फुंकवा डालते हैं, अब इस बात को समझने के लिए कम से कम हमें किसी सबूत की ज़रूरत नहीं है... खुद को धर्मनिरपेक्ष कहलाने वाले यही लोग शायद सबसे ज़्यादा धर्म का सहारा लेते हैं, अपने भाषणों में... वास्तव में हमारे देश में धर्मनिरपेक्षता का अर्थ सिर्फ किन्हीं खास गुटों या समुदायों के लिए तुष्टीकरण की नीतियां बनाना रह गया है, और दिलचस्प तथ्य यह है कि वे गुट या समुदाय भी इन लोगों के लिए ज़रूरत के हिसाब से बदलते रहते हैं...
मैं नहीं जानता, कोर्ट क्या कहेगी, क्या करेगी... वहां मंदिर बनेगा या मस्जिद... कौन जीतेगा, कौन हारेगा... लेकिन इतना जानता हूं, अगर फसाद हुए तो मेरा-आपका मुल्क हार जाएगा... दंगे हुए तो इस धर्मनिरपेक्ष देश की धरती फिर लाल होगी, हर धर्म के लोगों के खून से, जो हर धर्म के मुताबिक एक ही भगवान या अल्लाह की संतानें हैं...

Sunday, September 19, 2010

Public DNS services

Many of you have heard about DNS services.

The main purpose of a DNS server is to enable people and applications to lookup records in DNS tables. Most DNS servers are now private, meaning that they are configured to only provide service to the people and organizations who own and maintain them.

A few domain name servers on the Internet provide DNS resolutions for anyone who requests it of them. These are known as "Public DNS Servers."

In simple language
Basic purpose of DNS is just to get IP address from the domain name like if I type "http://google.com" it will send http://209.85.231.104 to get index/default page from that particular site and DNS is made to make user easy as it's better to remember google.com instead of remembering 209.85.231.104


Every website URL has an IP address. Computers talk to each other using the numeric IP address, while us humans remember the address based on the URL.

Following is the List of public DNS server.. It's not shorted by Rankings.. it's just as I get more information about public DNS servers.

1. OPENDNS

Preferred DNS server :208.67.222.222

Alternate DNS server: 208.67.220.220


2. GOOGLE


Preferred DNS server : 8.8.8.8

Alternate DNS server: 8.8.4.4


3. Norton DNS

Preferred DNS server : 198.153.192.1

Alternate DNS server: 198.153.194.1



4. ClearCloud

Preferred DNS server: 74.118.212.1

Alternate DNS server: 74.118.212.2



5. DNSAdvantage

Preferred DNS server :156.154.70.1

Alternate DNS server: 156.154.71.1


6. vnsc-pri.sys.gtei.net - Level 3 Communications (Broomfield, CO, US)

4.2.2.1
4.2.2.2
4.2.2.3
4.2.2.4
4.2.2.5
4.2.2.6


7. FoolDNS

Preferred DNS server: 87.118.111.215

Alternate DNS server: 81.174.67.134


8. Comodo Secure DNS

Preferred DNS server: 156.154.70.22

Alternate DNS server: 156.154.71.22

9. GTE (Irving, TX, US)

Preferred DNS server: 192.76.85.133
Alternate DNS server: 206.124.64.1

10. Scrubit

Preferred DNS server: 67.138.54.100

Alternate DNS server: 207.225.209.66


11. Cisco (San Jose, CA, US)

64.102.255.44
128.107.241.185

I got following conclusion from "GOOGLING"
I am just using OpenDNS and I am very happy with it.. it's pop up updates are irritating else it's good

OpenDNS is good for content filtering.

Comodo Secure DNS and Clearcloud are good for malware and phishing detection

FoolDNS is good for privacy concern as it deletes the cookies and all after your surf..

Saturday, September 11, 2010

How to Remove Windows Genuine Advantage (WGA - WGATray.exe)

1) Go to the Start Menu tab and click on Run.

2) Once Run has been opened, type in %systemroot%\system32 and click on ok.

3) Now once your folder is opened,
go to Tools Menu
-> Go to Folder Option.
-> Click on View Tab.
-> select Show hidden files and folders.
-> uncheck the option "Hide extensions for known file types".
-> uncheck "hide operating system files" you will get warning click on "Yes".

4) Now go and find WgaLogon.dll and you have to rename it with another extension.
To do this, right click and rename make it's extention .dll.bak instead of .dll you need to type .bak after it's name
If a warning pops up for changing the name, click on yes.

5) Now you have to find and delete the WgaTray.exe file that's in the System32. Once the file has been deleted, go straight to the "Processes" tab and highlight WgaTray.exe and click on "End Process".

Note : You may get warned that file is already in used. so be careful. First you open task manager and under process tab find "wgatray.exe" click on end task and you will get warned that "yes" or "no" keep it open and now delete the file from system32 folder now directly click on "yes" to end the process. you may find it hard but to make genuine freely you need to atleast work little harder. :-)

6) Go back to System32 and delete the WgaLogon.dll application. Then you got to change the name back to the original name.

This is exactly how you should remove Windows Genuine Advantage.
Well steps may be harder but you shouldn't perform above steps if you are not a technical person. which may lead to unstable your system.

Friday, September 3, 2010

Download Zonealarm..

You can download zonealarm firewall pro for free from following link..

Download Zonealarm




3balls BlackBerry

First Welcome Blog Post

This is just introductory post..

All are welcome to my blogspot.

I wish I will publish my post on helpful topics.