Posts

Showing posts with the label windows 7

Hide Folder in Windows Using DOS Command

Image
As  you may know,there are many softwares availabe for hiding folders.or you can use the File>>properties itself.But that one will be visible to all(By other methods).Her i say a technique by which you can hide anything inside a folder and that folder will just vanish to thin air........ Wahh.. This is what you want to do... Consider the file you want to hide is "abc"... Open up CMD 1.Go to the location where the folder exist,In the pic, you can see the abc folder 2.Now type attrib +a +s +h +r folder_name In here attrib +a +s +h +r abc Done!! 3.Now to unhide the folder Type  attrib -a -s -h -r abc In the below fig ,you can see its gone.....No more abc..Hav Fun

Angry Birds Error In Windows: Texture is too large:2048×2048, maximum supported size: 1024×1024

Image
1.  Re install or update   display driver/ Graphics card 2. Else install Graphic Drivers if needed: Intel  :  http://downloadcenter.intel.com/ Nvidia  :  http://www.nvidia.com/Download/index.aspx?lang=en-us ATI  :  http://support.amd.com/us/gpudownload/Pages/index.aspx 3.Else go to Angry Birds Folder,open configuration.lua with notepad application and reduce the screen resolution. 4.Change the resolution of your monitor.... Hope its DOneeEE... EnJoY...

How to start an application in a single key / How to start an application in a keyboard shortcut

Image
Howdy guys, This technique may known to many of you,but to make more popular i will explain. By this method you can start an application in just a key press,so that you wouldnt even want to look at the icon to press.... 1.Make a shortcut on any where 2.take the shortcut's properties and there is option to give shortcut ,then press the key or key combination 3.Done.Now you just press the key combination and hurray the application start

Latex In Windows Download

Image
Hey guys, For preparing the seminar report you will need to prepare the Latex report.I am here Providing a Link where You can download the Latex for windows Download Latex: Here

How to create new folders in windows 7 with Keyboard !!!

Image
Guys, Every time you open a computer ,you might need to make a new folder and that's a tough thing if your computer is slow ... Here i say about a key board shortcut to create new folder Press : Shift + Ctrl + N

How to hack windows 7 / vista user account /How to tresspass another users computer without the password??

Image
Hello friends , here you can see how to unlock windows 7 password . I will tell about 3 ways to hack the password. 1st Way Using the the utility Offline windows /xp/vista/7 password changer . STEPS 1: Download the utility. 2: Write it into a cd. 3: Restart your system. 4: Boot from cd 5: Select passwords change option. 6: Then you can see a message like this. "Candidate windows partitions found" 7: you can see your partitions.Select correct partition where windows is installed. 8: Again you can see like this "What is the path to the registry directory?(relative to windows disk) [windows / system/config]: 9: Just press ENTER Then some options will appear Select the first option(Password reset(sam system security) Again some options will appear 10: Select first option(Edit user data and passwords)(that is enter the number "1" press enter. 11: Then you can see status of several accounts. 12: Type the use...

Customize windows / using God mode /manage all windows 7 settings

Image
If you are using windows vista or windows 7 then you should be aware of Godmode.If you are not aware about the Godmode then in this post I will explain to you what is godmode and how it can be activated in windows 7 and windows vista. Godmode provides you with a shortcut icon where you can customize all your settings from mouse settings to display settings.This is very convenient as it provides all the options at one single place and activating godmode is also very simple and require only two simple steps. 1.Create a New Folder on your desktop/any drive 2.Now Rename you new folder to GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} 3.You can also now change the name GodMode to any other name. 4.You will see the icon of the folder to change automatically.Double click on it and you will get godmode customization settings options. to read more click here

How to lock a computer with USB or using predator

Image
1.Download predator software from http://www.montpellier-informa​tique.com/predator/en/index.ph​p?n=Main.DownloadFree 2.Predator will get launched automatically after completing installation if not you can run it from Start/Programs/Predator 3.Now Insert your Usb.You will get a message to define your new password.(This process will not format your pendrive and your pendrive data will not be affected by this at all) 4.Click on Ok and Enter your your new password in next dialog box 5.Check that the drive letter displayed under “USB key drive” actually matches your flash drive or choose the correct letter from the dropdown list 6.Finally click on Create Key button and then on OK button

How can hack password entered through a particular computer

Image
Here i tell about keyloggers. Keyloggers can be used to record all activities on a particular computer. This software can record the keystrokes on the computer and also the sites visited, software used etc. You can keyloggers that is it does not appear in the task bar. Using this technique you can check what is done by another person on your computer. If any problem happened to your computer because of the activities of a person, this software help you to find the problem by checking previous activities. Many keyloggers are available: Go to the following sites for download keyloggers. 1. www.actualkeylogger.com 2. www.refog.com 3. www.kmint21.com 4. www.logixoft.com 5. www.rohos.com Note:This technique should used for good purposes. Use this software to check what your child done on your computer. Don't use this for illegal activities.

How can make a pendrive bootable for installing windows 7/vista without using software

Image
Steps: 1: Format your pen drive in NTFS format. 2: Go to start and select command prompt. 3:Right click on it and select RUN AS ADMINISTRATOR 4:In the cmd type the folloying commands(Press enter key after each command) (a) DISKPART (b)LIST DISK 5: After typing list disk command you can see some list of disks. find your pendrive's number from this list. 6:Then type (c)SELECT DISK N Where N is your pendrive's number. Then type (d)CLEAN (e)CREATE PARTITION PRIMARY (f)SELECT PARTITION 1 (g)ACTIVE (h)FORMAT FS=NTFS (This will take some more time to complete) (i)ASSIGN (j)EXIT suppose H is your dvd drive letter and I is your pendrive then type (k) H:CD BOOT(Where H is your dvd drive letter) (l)CD BOOT (m)BOOTSECT.EXE/NT60 I: (Here I is your pendrive) Then copy the contents of the windows 7 dvd to pendrive. Note: (1) After making your pendrive bootable then REBOOT your system. Go to your boot menu to check your boot priority, give first priority for flash/pendrive. T...

Tips and Tricks To Improve the Performance Of Your Android Program

Image
As per illustrated in the previous article ,you may have learned to make an android programs. Now I will tell you to improve your Android codes performance. Just follow the 9 points below 1.Make your own quit option In your application make a exit in the menu itself and don’t make the user not to quit it by using the back button. 2.Cashe clearing Make option to clear the cache. It will increase the performance and reputation of your application 3.Install in sd card Make default arrangement to make the software to be installed in the sd card rather than the internal memory. 4.Simple Interface Make simple interface so that user don’t get confused which will end in killing the program. 5.Improve the user interface You must concentrate in improving your user interface. It will attract thee user much to the appln 6.Speed up ur appln or die User always need to speed up ur appln other wise he will kill it 7.Update You can provide regular update to add more option 8.client based updates In ...

How to access GPS location in Android phones program code

Image
Following is a code for accessing the gps location in an Android phone by coding.Import necessary package to run it out. package andgps.g;// ur package name import com.ieffects.android.lbs.R; import android.app.Activity; import android.content.Context; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.Toast; public class gps extends Activity { private static final long MINIMUM_DISTANCE_CHANGE_FOR_UPDATES = 1; // in Meters private static final long MINIMUM_TIME_BETWEEN_UPDATES = 1000; // in Milliseconds protected LocationManager locationManager; protected Button retrieveLocationButton; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); retrieveLocationButton =...

Make aDVD/CD Bootable at the Easiest

Image
Here i will tell you how to make a CD/DVD bootable.Here i consider the process with the CDBurnerXp software which is free.You can download it From here: Download Following are the steps:- 1.Start the CD burner 2.Go to Data Disc 3.From menu :Disc->boot options 4.Give the ISO file location and accept the preference default in it 5.Done 6.If you don't have the ISO file then you can create as follows 7.Select the files that we want to write 8.Then go to : File->create ISO image 9.Its Done

PDF password Unlocker

Image
Here is a link to a software which can be used to unlock a password protected PDF file The software also include many other feature .But you will get only a trail version Go to link: also see my blog on real stories

Modify Your FireFox to make it Glow!!!

Image
Here i will tell u about some ad dons which will increase your usability in Firefox. These ad dons will include multiple book mark tool bar which ilike the more download it: multiple bookmark tool bar ALso u can find more ad dons in here: Ad dons Firefox If u want more then change its theme...: Firefox Theme

How to install or configure Android in Linux - Ubuntu / Mint / Debian

Image
Let’s talk about something about free software.... don’t get confused its android and Ubuntu.... here we will talk about installing android sdk in Ubuntu in step by step... What u need? 1.Android emulator for Linux from their site 2.Eclipse with java for Linux which is free 3.U should have jdk(java dev kit) installed in your computer and some space for your workspace..... Emulator is used in order to emulate the actual android phone. It helps in running programs before we run it in actual phone. In here I only asaid about the emulator. I included the picture so always look at the screen shots… 1.At first u want to install jdk in your Linux mostly java will be installed in linux.If not then I will give u necessary information to install it) 2.After the installation u should install android sdk form http://developer.android.com/sdk/index.html that is a simple task(but u want to update the android sdk).The Google provide a platform for working the android and we want to ...

Windows optimiser for more speed.....

Image
We can increase the speed of the windows to a some what limit using this free software called error fix.U can visit it from their website Visit: errorfix

Upside down status -Be different

Image
If u want to be different then make your Status update upside down,You can go to this site- Flip Tex t and enter Your text and paste the resultant text in face book status... Enjoy Click here to get there..

Remove shortcut arrow from desktop icons in any type of document

Image
a) Perform instructions described under ‘Remove shortcut arrow from desktop icons’. For your convenience, steps 1 to 3 are reported here. b) Perform instructions described under ‘Remove shortcut arrow from desktop icons (2)’. For your convenience, steps 4 and 5 are reported here. c) And finally, do the same with conferencelink, docshortcut, internetshortcut and wshfile. So, here is a summary of all actions: 1. Start regedit. 2. Navigate to HKEY_CLASSES_ROOT\lnkfile 3. Delete the IsShortcut registry value. 4. Navigate to HKEY_CLASSES_ROOT\piffile 5. Delete the IsShortcut registry value. 6. Navigate to HKEY_CLASSES_ROOT\ConferenceLink 7. Delete the IsShortcut registry value. 8. Navigate to HKEY_CLASSES_ROOT\DocShortCut 9. Delete the IsShortcut registry value. 10.Navigate to HKEY_CLASSES_ROOT\InternetShortcut 11. Delete the IsShortcut registry value. 12. Navigate to HKEY_CLASSES_ROOT\WSHFile 13. Delete the IsShortcut registry value. 14. Close regedit. lets hav a neat desktop.................

Cool Themes for windows 7 for free

Go to the site and download free themes for windows (absolutely free) http://www.vikitech.com/2032