Showing posts with label Windows 7. Show all posts
Showing posts with label Windows 7. Show all posts

How to check if Mac or PC using Javascript

Sometimes, in your webpage, you might wanted to redirect the visitor accordingly for MAC or PC. For Identifiying MAC or PC, here is a simple code using Javascript. if (navigator.userAgent.indexOf('Mac OS X') != -1) { $("body").addClass("mac"); } else { $("body").addClass("pc"); ...

Continue Reading
How to permanently delete files

How to permanently delete files

In the last post, I've told you on recovering Permanently deleted files, Now I'm gonna show you how to Permanently delete file that 'Recuva' Cannot Recover. For this, you have to download a Software called Eraser. You can download it here. Step 1: Open Eraser software. Step 2: Press CTRL+N...

Continue Reading
How to recover permanently deleted files in Windows

How to recover permanently deleted files in Windows

In this post, I'm gonna show you how to recover deleted files from recycle bin. Its by using a software called Recuva. You can download Recuva from here. After downloading, Install it. Recuva Can recover most deleted files that exists in your computer in the form of dead files. Windows have no access...

Continue Reading
Create a folder with invalid file name in Windows

Create a folder with invalid file name in Windows

Have you ever tried to make a folder named ‘CON’ ? Its impossible, because it’s an invalid folder name for windows. There is many such names like: CON, AUX, PRN, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8 and LPT9. But you can now...

Continue Reading
How to change the Icon of Hard Drive in windows 7

How to change the Icon of Hard Drive in windows 7

Its really boring to see an hard drive always in its old look, why don't we just try to change it.... ? Step 1: Open Notepad, Paste this code in it. [autorun] icon=\CustomIcon.ico Step 2: Save this as autorun.inf , to any hard drive you want to change the drive icon without creating...

Continue Reading
Use your Hard Disk as RAM.

Use your Hard Disk as RAM.

Some may face problems on low RAM, this post is to increase your RAM from your HDD. Step 1: Right Click Computer icon and select Properties. Step 2: Now on the left pane, under Control Panel Home, click on Advanced system settings Step 3: Click on Advanced tab, under Performance...

Continue Reading
Creating water wave Logo using PS.

Creating water wave Logo using PS.

This logo is created with Adobe Photoshop CS3.  I'll Explain, how. Its really Simple. 1. Open Photoshop, Create a new document, I'm using 1288x 1088 pixels.  2. Apply Black Color to the background by pressing ALT+Backspace.  3. Open a picture like mine, if you want use...

Continue Reading

How create your own ANTI-VIRUS

Open Notepad Paste this code in it. @ echo off echo off turn off the active virus taskkill / F / IM virusname1.exe / IM virusname2.exe echo Deleting all of viruses based on size for / RC: \%% a in (*. exe) do if%% ~ za 157,184 equ del / A: HSRA "%% a" echo deleting hidden virus echo for drive c and...

Continue Reading
How to install a graphic driver.

How to install a graphic driver.

Some of you face a problem after installing a new OS, or upgrading from Windows 7 to 8. I'll Tell you how to install your driver. First of all, insert the Resource CD, that you might have got while buying your PC, or download it from the Internet. Right click Computer icon, select Manage. Now...

Continue Reading
How to create a Wi-Fi from PC to Android.

How to create a Wi-Fi from PC to Android.

Open Cmd with administrator privilage. 1. Check wheather your PC supports Wi-Fi or not by typing this command in cmd.  netsh wlan show drivers 3. Configure Hosted Network now. netsh wlan set hostednetwork mode=allow ssid=yourname key=yourpassword 4. Change ssid, key as you desired. 5....

Continue Reading

My Great Problem with ubuntu.

Recently I've downloaded ubuntu 10.04.4 desktop, it was a disc image file and needed to be written to a disc. I bought a Disc and written it. and tried to install it by 1.  put the cd into the tray. 2.  restart the PC 3.  press F12 till a winodw appears. 4.  select cd/drive 5....

Continue Reading
Matrix Effect with Notepad

Matrix Effect with Notepad

Hey friends, wanna have a little fun with notepad? then here is a simple trick- Step 1: press window+r and type notepad, then press Enter. Step 3: Paste this code in it. @echo off color 02 :joe-amis.blogspot.com echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random% goto...

Continue Reading
Creating a Wi-Fi network.

Creating a Wi-Fi network.

Recently I've posted how to create a Wi-Fi connection from android to Pc, but this post is about creating Wi-Fi from your PC. And this Wi-Fi hotspot never supports Android. its a computer-computer network called Ad hoc. For android supporting Wi-Fi Hotspot, Download this Software ->Connectify.me<- Go...

Continue Reading
How to enable Localhost servers in windows 7

How to enable Localhost servers in windows 7

To enable LocalHost servers of Windows 7 (IIS),  1. Go to start, click control panel. 2. Open 'programs', select 'turn windows features on/off'. After clicking 'ok' button you maybe prompted to restart your computer Do it...

Continue Reading

The First Post.

About Me My name is Jovel Sam. I'm a 7th standard student of Bethany St.John's E.H.S.S, I'm a programmer, But really not an expert. I know some programming languages, from that I made a social site(still its in my PC). I'm gonna publish it in this month or late. I can answer almost all problems related...

Continue Reading