Wednesday, March 31, 2010

How To Disable Control Panel Option?

Start->Run Type "Regedit"
Hkey_Local_Machine\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

At Right Hand Side,Right Click->New->DwordValue Rename it has NoControlPanel

1 - Disable 0 - Enable

Hkey_Current_User\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

At Right Hand Side,Right Click->New->DwordValue Rename it has NoControlPanel

1 - Disable 0 - Enable

Restart System Now Check Control Panel option has been disabled

This also Disable display properties option.This method applies only in Windows 2000,Xp,Vista.

Thursday, March 25, 2010

What is Cvasds0.dll ? How to remove it?

Cvasds0.dll is malware(trojan.agent.Atv/backdoor) which is associated with herss.exe,
Cvasds0.dll get registered as dynamic link library,and attached with
windows process such as explorer.exe and others.

system also gets infected with autorun.inf

Cvasds0.dll is generally found in Temp folder

Start->run-> %temp%

"C:\Documents and settings\[User Name]\Local Setting\temp\Cvasds0.dll"

"C:\autorun.inf"

autorun.inf also gets infected to remaining drivers.

Soln

System should be installed with a good antivirus such as Quick heal,
Mcafee,Nod32

Firstly

Goto Task Manager, Processes click on herss.exe End process,
Goto start-> run type "msconfig" {without quotes}
Goto startup option->remove herss

Then Antivirus automatically repaires or delete cvasds0.dll file.

along with that autorun.inf also gets cleaned.

Cheers.

Wednesday, March 10, 2010

What Is Windows Geniune Advantage?

(WGA)Windows Geniune Advantage is anti piracy software which enforce the online validation of licensing windows during access of net in form "Windows Update".

How to remove Wga Notification?

Solution

  • Restart the system press F8 select safe mode.
  • After logging on to windows in safe mode. Launch Task Manager (Ctrl +Alt +Del).
  • Select Processor ,Inside processor Check for WgaTray.Exe,Click on wgatray.exe and End process.
  • Launch Registry (Start-> Run->Regedit)
  • Hkey_Local_Machine\Software\Microsoft\Windows NT\Current Version\Winlogon\Notify
    Delete Notify folder
  • Delete wgalogon.dll & wgatray.exe from c:\windows\system32 & from
    c:\windows\system32\dllcache.
  • Restart system.

Disable the Automatic update.

Tuesday, March 9, 2010

Microsoft Managament Console requires IE 5.5 Or Higher

Microsoft managament console(MMC) requires IE 5.5 or higher.This error occurs while trying to access Computer Managament {Right click My Computer->Manage}.
Solution
Firstly Insert Window Xp Bootable Disc,Then Start ->Run Type
C:\windows\inf
In Inf folder Check for IE.inf Right click Ie.inf install,it will check for iexplorer.exe on windows xp disc.Click on Browse select the disc drive for example in my system disc drive is ( g:)
G:\I386\iexplorer.exe Click ok
It automatically update the require file in ie.inf.
Now Open Computer managament.User can access all content inside it.
This method also apply in windows 2000

Monday, March 1, 2010

How To Make A Non Bootable Vista To A Bootable Vista Through Command

1) Firstly Insert the non bootable disc in a Dvd Drive,Copy all contains from the disc.
2) Create a new folder in C drive name the "new folder" as "vista_non",Paste all contains inside
the Vista_non folder.
3) Then Download Oscdimg.exe. Paste the oscdimg in (C:\windows\system32)
4) Open Command prompt (Start->Run->Cmd)
5) In Command Prompt Type the command as follows

C:\Documents and Settings\winDark>oscdimg -bC:\Vista_non\boot\etfsboot.com -h -u2 -m -lVista_boot_en c:\vista_boot.iso *press enter*

6)Open C drive u find vista_boot.iso have been create,Burn Vista_boot.iso using any burning software such as nero,imgburn.

i m sure dis works

What is oscdimg?

Oscdimg is a command tool for creating (.iso).Oscdimg is part of WinPE(Windows Preinstallation Kit) ,if u have WinPE Disc then no need download oscdimg tool.

Options

-b - Specifies the source location of boot sector file.

-h - Include the all hidden file and folders

-l - Label

-u2 - Produce the image that has only udf(Universal Disk Format) file system.

-e - Ignore floppy Disc

-m - Ignore maximum length of an image.