Saturday 30 June 2012

[FUN] How To Fix Any Computer?





Today I came across a funny picture while surfing net . The funny picture is on how to fix any OS (Windows, Apple and Linux) based on the troubleshooting problems experienced by users across the globe.

How to Fix Windows?




How to Fix Apple?



How to Fix Linux?

What you think about these steps?  Which is your favorite operating system?





How To Clean Your RAM Using Notepad










Many friends of me ask where can I download a software which can keep my RAM free? And I found these software are nothing but using some lines of code which can be implemented by using notepad or any editor tool. So if any one does not have any software, you can use it by doing the following things which I am going to mention.


Steps to Clean Your RAM Using Notepad:
Step 1: Open Notepad
Step 2: Type FreeMem=Space(10240000000)
Step 3: Save it as “CLEANER.VBS” in any location you like.
Step 4: You can edit the code and write 512 instead of 1024 if you own a 512mb RAM or change to anything you like.
Step 5: Run it !


After this final step your RAM will be free.


Hope you enjoyed it. 
Please Pass comments on it..


Or


Cleaning RAM is very easy task here are steps for it, just follow them:


1). Open notepad.


2). Type FreeMem=Space(64000000).


3). Save file with name "CleanRAM.vbs".


4). Close it and run the file.


It will free memory in RAM, if you want to free more memory than you can write following command in notepad instead of what given in step 2.


FreeMem= (256000000) for 256 mb
FreeMem= (128000000) for 128 mb 
FreeMem= (72000000) for 72 mb 
FreeMem= (64000000) for 64 mb 
FreeMem= (32000000) for 32 mb 
FreeMem= (24000000) for 24 mb


Make sure that you don't select the memory that is larger than your memory capacity.


4 Ways To Get Rid Of Un-deletable Files


There are times when certain files in your computerbecome undeletable because of some virus or any other reason. This means that the file cannot be deleted by simply clicking the delete button. Files usually become undeletable because of an active process that has an open handle to the file which prevents it from being deleted. Under most circumstances if you close down all runningprograms you’ll find that most files will then be free to delete, but that’s not always the case, and in some cases it may even be a trojan or other form of malware that’s preventing itself from being deleted. Now some undeletable files may not harm your computer but usually these type of undeletable files cause problem in proper functioning of an operating system. In this post am going to give some computer help and will share with you different ways of getting rid of such stubborn files :



Method 1
1.    Open command Prompt window and leave it open.
2.    Close all running (active) programs.
3.    Click Start > Run.
4.    Key in “TASKMGR.EXE” (without quotes) in the Run window.
5.    Go to the Processes tab.
6.    End process Explorer.exe.
7.    Leave the Task Manager open.
8.    Go back to the Command Prompt window and change to the directory in which the undeletable file is located in.
9.    In the command prompt type “DEL <filename>”  (without quotes) where ‘filename’ is the file you wish to delete.
10.  Now go back to Task Manager.
11.  Click on File > New Task.
12.  Enter “EXPLORER.EXE” (without quotes) to restart the GUI shell.
13.  Close Task Manager.
And thats it ! You have deleted the file safely. Visit the directory in which the undeletable file was located to verify that the file has been deleted.
Method 2
1.    Open Notepad.
2.    Click on File > Save As.
3.    Locate the folder where the undeletable file is located.
4.    Choose “All files” from the file type box.
5.    Click once on the file which you wish to delete so its name appears in the “filename” box.
6.    Put a ” at the start and end of the filename (it will overwrite it).
7.    Click on save.
8.    It will ask you to overwrite the existing file, then choose yes.
Now after doing so just locate the file and delete it as you delete any other file. The file will most probably be deleted.
Method 3
1.    Click on Start > Run.
2.    Type “command” in Run dialog box.
3.    Go to the directory in which the undeletable file is located. [type: cd c:xyz (xyz stand for your folder)]
4.    Once you are in the folder in which the non-deletable file is. Type in “dir” (without quotes) a list will come up with every file inside.
5.    Now delete the file by entering the file name.
If you cannot access the folder because it has spaces. For example, Program Files, in this case you will have to type only the first 6 letters then put a ~ and then 1 without spaces. Example: cd c:progra~1
An example of how to delete the file using command prompt: If your file name was temp jerry.bmp you would type once in the specific folder thorugh command, del tempje~1.bmp and your file should be gone (Make sure to type in the correct extension).
NOTE: This method may not work for all types of files especially virus files. I therefore suggest you to first use Method 1 and Method 2 first.
Method 4
If the above mentioned 3 methods fail, then just download this free utility. It will surely help you in deleting undeletable files. Moreover it’s also very useful when you have to delete virus file. This utility marks file for deletion and during next reboot. This method is based on documentation from Microsoft that describes a function called MoveFileEx.
You can download the freeware directly from their site DelLater.

Uninstall Unnecessary Programs – Speed Up Your Computer


Have you found that your computer is becoming much and much slower as time goes on?
Many things can cause the lag of computer, and one of the reason is that your computer has been installed with too many useless programs. Those unwanted programs would slow down your computer by taking up space in your hard drive. If you want to speed up your computer by cleaning those unwanted programs and files, you can read this article and try the following methods.
The most common method to uninstall a program is to remove it through the Windows Add/Remove Programs feature.
1.    Go to the Start menu and then select the Control Panel.
2.    In the Control Panel, choose Add/Remove Programs.
3.    Go through the list of the installed programs until you find the program you think is useless and want to uninstall it.
4.    Select the program and then click the Remove button.
5.    Wait until the Windows finish the removal. If necessary, you may have to restart your computer.




Although this is the most common method, sometimes it fails. Some applications don’t appear in the list of installed programs. Furthermore, even if they do appear, it’s no guarantee that the uninstall feature will work. In this case, you can uninstall these programs by trying the following method.
1.    Click Start and choose Run in the menu (If you’re using Windows Vista then press Win+R on your keyboard).
2.    Type regedit and hit Enter.
3.    On the left side is the registry settings tree, use it to go to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUninstall
4.    Inside that key you’ll find a lot of keys that belong to different programs. Some are named after the program’s name, others as a mix of numbers and letters that makes no sense. Look through each of them until you find one that has the key DisplayName (on the right) with your program’s name in it. Some programs create new entries in theregistry to store their configuration options, these entries can usually be found in theHKEY_CURRENT_USERSoftware or in HKEY_LOCAL_MACHINESOFTWARE – look for the program name or the name of the company that made the software. Don’t delete Microsoft though – that contains Windows settings as well.
5.    Notice the key UninstallString – this key points to the uninstall program, and the log file usually resides in the same folder as that program.
6.    If you delete the key in which you’ve found the DisplayName key with the value equal to your program’s name, then your program won’t appear on the Add/Remove programs list.
Any errors or problems occur in the registry seem to result in further complicated system problems, including system shutdown without notification or distinctive decrease of system performance. This is because the Windows Registry is the key component in the system for storing crucial system settings and files. To speed up computer in a safe and efficient way, you may consider enabling a trustworthy registry cleaner on your computer which combines with a collection of industry leading level tools for keep the registry away from obscure registry errors and large numbers of undesirable registry files.
Registry Editor is an extremely important part in the computer system, so you should be aware that these steps may not remove everything associated with the application and can impact other applications on the computer. Therefore, you may need to backup or restore theregistry entries before you edit the Registry Editor.
If you’re not comfortable in editing the Registry Editor, you should not open the RegistryEditor and alter the data in it casually. If you modify the registry incorrectly, your computer system may crash and serious problems might occur. If such is the case I suggest you to uninstall those unwanted programs with a powerful and reliable uninstall tool.
Acebyte Uninstall Manager will completely uninstall any unwanted program from your computer quickly and easily. Acebyte Uninstall Manager will delete not only the unwanted program but also those associated registry entries completely, so that you don’t have to worry about those following-up problems. Acebyte Unities also has many other features that help you to speed up your computer. You can use Acebyte Unities to backup drivers, free up disk space, modify and clean registry errors.

Friday 29 June 2012

Format Your Hard Disk Using Just Notepad !!


Ever wondered of a way to format your hard disk using just notepad ?
I bet you haven’t even thought about it or if you have had then you would still have preferred using reliable software’s available to do the job.
In this post i am going to share a simple way to format your C drive (Yep, only C drive) using just notepad. This is just a nice little nifty trick, which i am sharing with you. Make sure you don’t actually use it on your business computer. Try to make this trick work in a VMWare Machine in your free time.
Moving on, in order to completely format your C: Drive (Primary disk) follow the steps given below :-
1. Open notepad.
2. Type the following the code in it (Or just copy paste it).
01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000
3. Save it as an .exe file giving any name you desire.
Thats It ! Now just double click on the file (to open it) and your C: drive will be formatted !
This is just a little binary fun. Be Careful while using it.
UPDATE : No, you can’t run it from C: drive itself (not from the drive in which OS is installed & running).

dwnload notepad from here :-http://www.mediafire.com/?qh9h40ljncy1g80



Monday 25 June 2012

Find Friends Nearby - Facebook’s New Tracking Feature


Facebook has rolled out a new feature which will help you in tracking down your friends location no matter where ever he is roaming. So facebook is coming with many new updates and making their social network much more strong and this new feature created by Ryan Patterson with another engineer from Hackathon project claims to be the best feature and gives you much more social networking power.





Using Find Friends Nearby on PC :


This feature can be accessed easily using this small url http://fb.com/ffn which opens up the window where it will ask you to allow app to access your location you have to click on Allow and than it will show all the people who are nearby and only if they have opened up the same page than they will be tracked.


Using Find Friends Nearby on iOS & Android :

If you are using iOS or Android than you can access this feature by going to menu > apps > find friends > other tools > Find Friends Nearby. now this will also look somewhat like same as the PC page.
So now test out this new features and do comment if you find any problem using this one.

Sunday 24 June 2012

Make your Windows transparent For 7 Users

If you work on Windows 7, you might have noticed that the add gadgets window has a nice translucent look to it.

How about if you can make just about any window transparent? Here is how you can do it!
 

You will need a software: AutoHotkey - available as a free download 
AutoHotkey Download

After installing, open up a notepad window and type the following script:
 

Code:
n=0
!+t::
WinGetActiveTitle, T
if n=0
{
WinSet, Transparent, 222, %T%
n=1
Exit
}
WinSet, Transparent, Off, %T%
n=0
Exit
 
Save the file with a .ahk extension. After saving it, 
go to the location from windows explorer, 
right click on it and select Run Script 
To toggle transparency on any window, use Shift+Alt+t hotkey 

How to create own RUN command?

Yes u can create your own run command by following some simple steps:-

1. Rt. Click on desktop and choose new and shortcut.
2. Now there is browse option.in this u need to choose application file whose run command u wanna create. Eg. Wmplayer.exe and click ok..applications normally found in c drive/program file directory.
3. Shortcut is created on desktop. NoW rename it with the name u think suitable for it and wanna use in run ....
4. Now copy the shortcur file and paste it into system32 directory

How to find system32 directory?
Goto C drive >windows>system32

Tranformer for windows

Tranformer for xp/vista/7 to MAC OS


Now enjoy  
MAC OS features and view on ur current winow. you just need to intall this Transformation Pack .Thats all....

http://fc04.deviantart.net/fs70/f/2011/207/8/0/lion_skin_pack_7_0__x86__32bit___by_hameddanger-d41p3gj.zip

Size:- 53MB

AlienWare Transformation pack for Windows 7.....awesome skin pack


AlienWare Transformation pack for Windows 7.....awesome skin pack

Link for 32bit window users :-

http://fc08.deviantart.net/fs71/f/2011/305/4/d/alienware_skin_pack_1_0_x86_by_hameddanger-d4epy4k.zip

Link for 64bit window users:-

http://fc05.deviantart.net/fs70/f/2011/305/4/6/alienware_skin_pack_1_0_x64_by_hameddanger-d4epybf.zip


Download Windows 8 Transformation Pack 2.0

Windows 8 Transformation Pack (8TP) will transform your Windows 7/Vista/XP user interface to look like Windows 8


Download resumable & acceleration enabled for download managers.
File Name: 8TP2.zip | Size: 58.3 MB.


Windows XP SP3 Dark Edition Version 7 Rebirth Refix Version -DMT (Size: 700.15 MB)



-:Description:-


Windows XP SP3 Dark Edition v7 Rebirth-DMT



—-FIX—–

- Multi Boot

- Font

————-

- IE8

- WMP11

- Full Unattended

—- Update —-

- RVMUpdatePackSP3 1.0.3

- RyanVM’s AddOn Version 1.9.0

- KelsCPLBonus addon Version 9.2.6

- DirectX 9.0c End-User Runtime AddOn 0.6.0 redxii

- OnePiece Windows Media Player 11 True AddOn v1.4.1

- Ricks VistaRTMFonts AddOn v1.1

- WGA Validation AddOn 1.9.9.1 redxii

- Vista RTM Boot Screen Dark Bar By catalogk

- Oeminfo

- Ricktendo64 RefreshClock

- NR CursorsAIO

- Vista DRIVE Indicator DarkLite Mod

- REGTWEAK

Other Updates

Adobe Flash Player 10.0.12.36 ActiveX Control

Code65536 FontReg 2.1.1

Microsoft European Union Expansion Font Update 1.2

Microsoft Qfecheck 6.2.29.0

Microsoft Update 7.2.6001.788

MSXML 4.0 SP2 (Includes KB954430 Hotfix)

——————————-

Miscellaneous Tweaks

KB873374 - Microsoft GDI+ Detection Tool Registry Entry

KB890830 - Microsoft Malicious Software Removal Tool 2.6

Windows XP SP3 WBEM Fix

——————————-

WGA Validation AddOn - v1.9.9.1 for 32-bit XP

Contains WGA Validation Tool, version 1.9.9.1 of LegitCheckControl.dll Validation tool only, no

——————————-

Drivers Intergated

- Intel ICH7R/M ICH8R/M ICH9R/M or ICH10R/D S-ATA AHCI and RAID Controllers

- nForce2/3/4 SataRAID and PataRAID systems

All In One Driver

- DriverPack Chipset

- DriverPack CPU

- DriverPack Graphics

- DriverPack LAN

- DriverPack MassStorage

- DriverPack Sound

- DriverPack WLAN

——————————-

——- Credit———–

Wallpaper/ Setup Billboard =>> Ophous Form The Liquives vol2 by Uribaani

OOBE =>> se7en black by jasoncook79

Login =>> UAF Wallpapers by ~Vagia-Giannis

Sound System =>> Glass and Pearl Sound Scheme by Rhor

Theme Da7kStyle Beta1 Edit By Catalogk With Win 7 Alpha Remix And Vista XP Source

Boot Menu =>> Aero StudiO 2008

Dark Bar Boot Screen =>> By Catalogk

Kels CPLBonus addon v9.2.6 =>> Kelsenellenelvian

WGA Validation AddOn 1.9.9.1 =>> redxii

RVMAddons 1.9.0 =>> Ryanvm.net

RVMUpdatePackSP3 1.0.3 =>> Ryanvm.net

OnePiece WindowsMediaPlayer 11 True AddOn v1.4.1 =>>

RefreshClock Addon =>> ricktendo64 Mod By Catalogk

VistaRTMFonts AddOn =>> ricktendo64

Regtweak =>> Catalogk

DirectX 9.0c End-User Runtime AddOn 1.9.9.1 =>> redxii

Icon System =>> Rhor

Icon A Different Vista =>> waiteng86







Burn .ISO to DVD and boot it.

Category: Windows

Size: 700.15 MB

-:Download:-

(Torrent file requires torrent client.  Download Torrent Clint Here)

Lock Your Computer when you leave the room


Have you wondered is there any app that can just lock off your computer without having to touch the keyboard?
Well, there is.
Here is the application for you all





BtProx ( http://btprox.sourceforge.net/) is a free application that monitors the proximity of your computer to
your cellphone or other bluetooth device . It will lock off your computer automatically, protecting its contents from prying eyes when the phone goes out of range which means you walk away from your computer. Obviously, you would take your cellphone you when you leave, wouldn't you? It will also unlock automatically when you return back, with your cellphone or other bluetooth device of course.
this is not all also with BtProx, you can set up an arrangement that automatically locks your computer and turns on the PC security system when you step away from the machine.
feel free to leave your comments...........




Another trick to lock pc

Simple trick on how to lock your PC using mouse click


Today lets see a simple trick on how to lock your PC using mouse click.We normally use Alt+Ctrl+Del or Windows+L to lock our PCs.Instead of trying those windows keyboard shortcut keys to lock Pc, lets now tryout something new  .Some might have already know this trick already…
1. Just Right click on the desktop, point to New and click Shortcut.
2. In the Create Shortcut dialog box, copy the following into the ‘Type the location’ of the item text box:
“rundll32 user32.dll,LockWorkStation” remove quotes while typing.
3. Click Next.
4. In “Type a name for this shortcut”, type LOCK MY PC and Click Finish
5. Now just double click on the icon, your desktop will be locked.
Though this is a age old trick.It makes some difference to newbies

GTA San Andreas B-13 NFS


GTA San Andreas B-13 NFS 


Language: Eng, Rus | PC | Developer: Rockstar | Publisher: Rockstar Games | 4.05 Gb
Genres: Action (Shooter) / Arcade / Racing
Five years ago Carl Johnson escaped from the Los Santos (state of San Andreas) - City crime, drugs and corruption, where even movie stars and millionaires have any means to protect themselves from extortionists and gangsters.Beginning of 1990. Carl returns home. His mother was killed, the family split up, my friends are in trouble, but against him made a false accusation of murder. To return to the family and restore the old context, Carl goes on a dangerous trip to San Andreas: it should by all means to win the streets of the state.



Screenshot:





Features:

1. Replaced all Cars, Airplanes, Helicopters, Boats, Trains, Bikes, all on what you can ride on an excellent, selective transport model!
99.9 of all transport except sink:). Some were added because gta4 (such as mrwhoop).
2. Replaced almost all the textures in the game (roads, timber, roofs, etc.)
3. Replaced by clouds, water, sound of shots (in a believable).
4. Realistic explosions machines, replacement of nitro.
5. Will be attended by the reflection of machines (EnB series), and with near-perfect setting.
6. All weapons are replaced with high quality.
7. Qualitative crack.
8. No crashes.
9. Replaced a lot of skins.
10. On all machines with tuning sultan / jester, etc. is a complete tuning.
11. + On conventional machines also have a tuning (vinyl, etc.)
12. New wheels for cars, very good!
13. Increased view distance objects.
14. Replacing all the interiors in homes!
15. New grass texture (appears on medium graphics settings).
16. In the assembly of all the machines are not fail-wheel drive (all excellent suspension
fits).
17. Will present a script fast tuning machines to protyuningovat car on the move Hit 5 (on the missions will not work).
18. Carl is now trained parkour ...
Changes:

• The card is replaced by the 3d best samples, new icons, and so.
• Replaced almost all clothes.
• New Water, now she looks even better.
• Added new tattoo.
• Added a couple of new machines
• You can now put their fashion game. All Fashion throw in gta3.im
System requirements:

• Operating system: Windows XP \ Vista \ 7;
• Processor: Pentium IV;
• RAM: 1 GB (Windows XP) / 1,5 GB (Windows Vista);
• Free hard disk space: 8.08 GB HDD space;
• Video: Video card with 256 MB of video memory;
• File system: NTFS

Features RePack :

• Do not cut / no recoded
• Start with a shortcut on your desktop
• Installing on an "install and play"
• Installation time: 10-15 minutes
• Release Group: RG Packers

-: Download :-
(Torrent file requires torrent client. 
Download Torrent Clint Here  )


Original san andreas download 

*Here*