Home » Computer Tips
Identify Your RAM Type

Different Ways To Identify Your RAM Type:

                RAM type can be identified by different ways.
                        1) By using Softwares lilke           CPU-Z
                                                                            SIW     (System information)
                                                                            SPEED FAN
                                                                            EVERTZ HOME EDITION

                                    Example:  
                                          Download and Install CPU-Z
                                          Run and Go to memory tab.
                                          Below is the Sreen shot
                   
                                     
                   2)   In case you cannot boot your os you can open the cpu and you can identify you RAM.
                            By the below picture you can easily identify the difference between the DDR RAM types.
                                     
                                                       SDRAM

         
                   3)  You can also know the RAM type through bios      
     
         Go to BIOS by pressing any one of this depending on the manufacturer at the startup.

  • F1
  • F2
  • DEL
  • ESC
  • F10        
             Then go to performance 
                    then select DRAM Configuration and press enter.
 There u will find which type of RAM  your are using. The above options will Slightly differ for different manufacturers, but the overall idea is the same.

Removing Fake Antivirus


Removing Fake Antivirus:
             Removing antivirus like virus is a bit difficult task for normal system users. Fake antivirus will block most of the things in OS even sometimes it blocks another antivirus program also.
       The program will automatically start with windows. It will show as if u r system is effected with a critical virus. And it will ask for activation to remove the virus. When u click activate it will ask for bank details. This is one of the technique that hackers do to get our bank passwords.
Sample image of fake antivirus


Step by Step procedure to remove Fake Antivirus:
·         Note down the fake antivirus name
·         Restart your pc in safe mode. ( press f8 immediately after u start u r pc)
·         Then go to the below path in command mode
                      C:\Users\Admin\AppData\Roaming>
                      C:\Users\Admin\AppData\Roaming>dir/ah         (type dir/ah to show hidden files)
                     C:\Users\Admin\AppData\Roaming>attrib  -s  -h  -r fakeantivirusname      (the name of hidden file/folder which u seen
Then go to the path and delete the file/folder manually
If sub-folders are present then to go the below path
C:\Users\Admin\AppData\Roaming>cd Foldername
Then remove the attributes and manually delete the file.
                           


Finally, start the os normally. Now fake antivirus will not start automatically with windows logon. Then go to
Type msconfig in run and remove the fake antivirus for startup.
For list of Fake Antivirus names  Click Here

List Of Fake Antivirus Software


List Of Fake Antivirus Software
       Below is the list of some fake antivirus software. Check the list before you install new unknown antivirus software.
Mega Antivirus 2012
Pc Security 2011
Think Point
Think Smart
Antivirus 8
Security Tool
My Security Shield
Antivirus 7
Antivirus GT
Defense Center
Protection Center
Sysinternals Antivirus
Security Master AV
CleanUp Antivirus
Security Toolbar
Digital Protection
XP Smart Security 2010
Antivirus Suite
Vista Security Tool 2010
Total Xp Security
Security Central
Security Antivirus
Total PC Defender 2010
Vista Antivirus Pro 2010
Your PC Protector
Vista Internet Security 2010
XP Guardian
Vista Guardian 2010
Antivirus Soft
XP Internet Security 2010
Antiir 2010
Live PC Care
Malware Defense
Internet Security 2010
Desktop Defender 2010
Antivirus Live

Removing fake antivirus manually  ClickHere

How to remove shortcut virus


How to remove Shortcut virus:
                   Many of us or very familiar with this virus, it creates shortcut files on the name of the folders and sub-folders. Anti-virus won’t detect this type of virus. Virus makers are very clever as they write a simple executable code which will use all the system resources.
                 Manually we have to remove this type of virus.
Step by Step Procedure to remove Shortcut virus:
·         Copy the below script to NOTEPAD, and save the file as TOOL.bat in the the local drives.

attrib -s -h -r autorun.inf
del autorun.inf
md autorun.inf
attrib +s +h +r autorun.inf
attrib -s -h -r RECYCLER
rd /s RECYCLER
copy /y NUL RECYCLER
attrib +s +h +r RECYCLER
cacls /P autorun.inf everyone:N
cacls /P RECYCLER everyone:N

·         Double click the .bat file, and it will remove the virus files in all the local drives and will create RECYCLER file and autorun.inf folder. As the original virus files are of the same name, by creating a dummy file and folder the virus script cannot create virus generating folders.
·         Finally go the below path and type dir/ah
Path:       
D:\Users\Administrator\AppData\Roaming>  dir/ah
              It will show you hidden attribute files, if u suspect any .exe unkown file then use the below scripting to remove the file

1)      If you find and unwanted file in roaming  folder then use the below script by saving it as a .bat file and paste it in the  in the below path
 attrib -s -h -r FILENAME
del FILENAME
md FILENAME
attrib +s +h +r FILENAME

2)      If you find and unwanted file in roaming file then use the below script by saving it as a .bat file and paste it in the  below path:
 attrib -s -h -r FOLDERNAME
rd /s FOLDERNAME
copy /y NUL R FOLDERNAME
attrib +s +h +r  FOLDERNAME

        If still u find the unwanted files or folders in the above path, login in the safe mode and run the above script according to the above steps.
Finally, the root for the virus will be removed by following the above steps, but the shortcut files which are already created will not be removed.
To recover the hidden data using the below script
D:\>dir/ah
Use the above command for displaying the hidden files in u r pen drive or storage drive.
D:\>attrib -s -h -r filename
Enter the hidden file names u want to recovery


Removing NEWFOLDER.EXE virus


How to remove NEWFOLDER.EXE virus:
                   Many of us or very familiar with this virus, it creates .exe files on the name of the folders and sub-folders. Anti-virus won’t detect this type of virus. Virus makers are very clever as they write a simple executable code which will use all the system resources.
                 Manually we have to remove this type of virus.
Step by Step Procedure to remove NewFolder.exe:
·         Copy the below script to NOTEPAD, and save the file as TOOL.bat in the the local drives.

attrib -s -h -r autorun.inf
del autorun.inf
md autorun.inf
attrib +s +h +r autorun.inf
attrib -s -h -r RECYCLER
rd /s RECYCLER
copy /y NUL RECYCLER
attrib +s +h +r RECYCLER
cacls /P autorun.inf everyone:N
cacls /P RECYCLER everyone:N

·         Double click the .bat file, and it will remove the virus files in all the local drives and will create RECYCLER file and autorun.inf folder. As the original virus files are of the same name, by creating a dummy file and folder the virus script cannot create virus generating folders.
·         Finally go the below path and type dir/ah

D:\Users\Administrator\AppData\Roaming>  dir/ah
              It will show you hidden files, if u suspect any .exe unkown file then use the below scripting to remove the file

1)      If you find and unwanted file in roaming  folder then use the below script by saving it as a .bat file and paste it in the  in the below path
attrib -s -h -r FILENAME
del FILENAME
md FILENAME
attrib +s +h +r FILENAME

2)      If you find and unwanted file in roaming file then use the below script by saving it as a .bat file and paste it in the  below path:
 attrib -s -h -r FOLDERNAME
rd /s FOLDERNAME
copy /y NUL R FOLDERNAME
attrib +s +h +r  FOLDERNAME

        If still u find the unwanted files or folders in the above path, login in the safe mode and run the above script according to the above steps.


Note: Also check startup items for unkonwn startup item. if u find any unkown item, immediatly disable from start up items.
      After executing the above script virus will be removed, but still the .exe folder will remain. manually u have to remove the .exe folders.

Pendrive Folder Lock


Folder Lock:
                Normally we will use folder lock software to protect a folder in our pc. If the folder is in the external storage like pen drive it is not preferable, because when we use the same pen drive in another pc we may not able to access the folder as the folder lock software is not available in this pc.
           Below is the small tip so that we can lock or unlock the folder by running .exe file in any system and also password protected.
 Below is the steps to create folder lock exe file:
1)      Copy and paste the below code in a notepad
cls
@ECHO OFF
title Folder Private
if EXIST No-access goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private No-access
cacls No-access /p everyone:N
echo Folder locked
pause
goto End
:UNLOCK
echo Enter password to unlock folder
set /p "pass=>"
if NOT %pass%==PASSWORD goto FAIL
cacls No-access /p everyone:F
ren No-access Private
echo Folder Unlocked successfully
pause
goto End
:FAIL
echo Invalid password
pause
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
pause
:End

        2) Replace  PASSWORD  with u r password in the 23rd line .
        3) Save the file as folderlock.bat
        4) For security purpose u can convert the .bat file to .exe or else u can use the same.
Note:  The above code will only work for pendrive with NTFS File system.
For FAT32  file system use the below code.
Quote: cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
pause
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== PASSWORD    goto FAIL
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
pause
goto End
:FAIL
echo Invalid password
pause
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End