Showing posts with label Tips & Tricks. Show all posts
Showing posts with label Tips & Tricks. Show all posts

Saturday, March 22, 2014

How To Install Windows From USB

1.    Format Your USB Key

Plug in your USB key and back up any existing data stored on it. You’ll need to format the key before you can make it a bootable device.



Open up a Command Prompt as an Administrator. You can do this by finding the cmd.exe in your Windows/System32 folder, right-clicking the executable, and selecting “Run as Administrator”. Alternatively, type CMD in the Start Menu search field and activate the Command Prompt using Ctrl + Shift + Enter


You should be under c:\Windows\system32 (assuming your Windows partition is the C drive). Type “diskpart” in the command line to enter the Disk Partition command line tool, which lets you format and create partitions on active disks.

Type “list disk” to reveal a list of all your active disks, each of which is associated with a number. Make a note of which one is your USB key, based on the capacity. In our screenshot below, our USB drive is Disk 6 (8GB).


Next, type the following commands, one at a time:

Disco Keyboard

This code when executed makes your Caps, Num, Scroll lock keys led on the Keyboard flash. Whats more it works on both laptops and desktops and is totally harmless and
very attractive...i have tried it..trust me..

Instructions:
*paste the code in notepad
*Save as disco.vbs
*Run the file
This piece of code makes your keyboard a live disco...

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

HOW TO REMOVE LIVE DISCO ON KEYBOARD WITHOUT CHANGING CODE.
OPEN TASK MANAGER THEN IN PROCESSES DELETE WSCRIPT.EXE FILE.
Works with all versions of windows.

Tuesday, March 26, 2013

Windows Hidden Applications and Shortcuts.

Hi friends as you know computers and windows can give many more than we can think of there are some hidden features which windos give or may be it can be done by various long process and number of mouse clicks. In this post i am supplying the shortcuts of most of the windows features. Just type the command in run window..

Accessibility Controls - access.cpl
Accessibility Wizard - accwiz
Add Hardware - Wizardhdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools control - admintools
Adobe Acrobat (if installed) - acrobat
Adobe Designer (if installed)- acrodist
Adobe Distiller (if installed)- acrodist
Adobe ImageReady (if installed)- imageready
Adobe Photoshop (if installed)- photoshop
Automatic Updates - wuaucpl.cpl


Bluetooth Transfer Wizard -

Tuesday, September 6, 2011

Enable Aero In Windows Vista Home Basic


This little hack will enable Aero on Vista Home basic (if u’ve got 70MB Video RAM) and it might even not enable Aero but enable Vista Standard View, which is similar to Aero but not Glass effect and will disable other animation…
  1. Click on the Vista Start button, type regedit and press ENTER. You can also press CTRL + ESC or Windows key follow by typing regedit in the Vista Search box and press ENTER.If you’ve not turn off or tweaking Windows Vista User Access Control, you’ll be prompted for permission to continue. Just press Continue to proceed. 
  2. Locate the HKEY_CURRENT_USER > Software > Microsoft > Windows > DWM registry key on the left panel of Windows Registry box.
  3. On the right panel, search and double-click the Composition key and change the value to 1. Also, change the CompositionPolicy key value to 2.
  4. Click on the Vista Start button, type servives.msc, and press ENTER key to bring up Windows Services box. Locate the Desktop Windows Manager Session Manager and double-click it. Click the Stop button follow by Start button to stop/start or restart the Desktop Windows Manager Session Manager service.Alternatively, you can open a elevated-privilege Command Prompt and type net stop uxsms follow by net start uxsms, which do the same thing!
Restart the System and you’re done.

Windows XP : Security Holes


Moving inside the box:

There are 2 security holes I found in Windows XP sp-2:

 1)      REPAIRING: When repairing the Windows XP, if we press Ctrl+F10 then the DOS prompt is popped up and you have the access (not administrator privilege) to the box.

2)      RECOVERY CONSOLE: I’ve used a lot of third party software to protect my system but the best way I found was to physically block access to my PC…

I started googling around for getting administrator access to XP box without a third party program but it turned out to be either very time consuming or not working for sp-2 and so I started looking for the answer on my own, when I ended up with a Windows 2000 boot-able cd from a friend.

The game:

Most of you might have used the recovery console of Windows XP which asks the Administrators Password before letting you use itself, but what if we boot a XP sp-2 machine with Windows 2000 cd and start the recovery console present in it???

VOLA!!!! THE PASSWORD IS NOT REQUIRED

Sunday, August 7, 2011

Google Search Snytax

Hello everybody in today's world most used search engine is GOOGLE approximately everybody had used it. But very few know the exact syntax to search on Google . This post will make your search more easy and refined.


SYNTAX :
  • [ intitle:]
  • [ inurl: ]
  • [ site: ]
  • [ filetype: ]
  • [ link: ]
  • [ related: ]
  • [ cache: ]
  • [ intext: ]
  • [ phonebook: ]

Wednesday, July 27, 2011

Editing Windows Registry !

You must have read my article on Windows Registry which provides beginners details on the Windows Registry. Now I am going to briefly describe how to edit the registry through the Registry files and DOS.
 
Editing and .reg files
 Windows Registry can be edited easily by the registry explorer provided by the Microsoft but the best way to edit registry is by making the registry files or .reg files as they are very helpful when you need to edit registry on some remote system.

 SYNTAX:
                          RegistryEditorVersion (version 6 in Vista and 5 in XP sp2)
                        
                          [Path of the registry root\key]
                         
                         “Name of the key (data holder)”=DATATYPE: VALUE
                         

The Header of the file is the Windows Registry Editor version. This is a very important part of a .reg files as it defines the executable limits related to the various Windows version. For example if you have written RegistryEditorVersion6 , then the registry file will not run on Windows XP and other earlier versions of Windows whereas if you write RegistryEditorVersion5 , then the registry file will run smoothly of all the versions of Windows except Windows 95 & 98.

The second line is to specify the path of the root\key. It’s very important to keep in mind that the registry path of different versions of Windows differ from each other and hence you should keep in mind the registry path structure while making the registry file.

The third line holds the name of the key or the data holder inside the “” and the DATAVALUE (binary, string, Dword etc.) followed by the value which is to be assigned to the key. When you are assigning a string value, then it’s not important to specify the data type and directly writing the value inside the “” will do the job. Put a “-“or hyphen after the = to delete the key.

Using the above syntax you can easily create a .reg file. I would suggest you to start playing with them as it would help you to understand editing of registry through registry files and you might learn something new!!!!

Tuesday, July 26, 2011

Windows Registry .

Windows Registry has been one of the most fascinating part of an Operating System. Each Operating system has its own way of storing important data related to User accounts, System Configuration and information related to the Software’s installed. In the earlier times when DOS was one of the main Operating system, it used to store its important data in file named CONFIG.SYS.

With the beginning of the Windows era, a stronger method was required to store the System related Data. Windows had a configuration file named SYSTEM.INI (initialization files) and WIN.INI and mostly every application had its own INI file.
The drawback of INI files was that they had a limited file size of 64KB only and each program could have only one INI file, making it a lot difficult to store settings for different users and hence Microsoft introduced Windows Registry in Windows 95 and since then Windows have always had its backbone, it Registry. Here I’ve described the basics of the Windows registry.

THE WINDOWS REGISTRY- Begins

Monday, July 25, 2011

Speed Up Your Dialup Connection


Hey friends the 3rd Generation have already been launched but there quiet many people who are still on Dial-Up connection .You can’t assume that just because you connected at a speed like 48.3KBps that you will stay there. Today’s modems automatically fall back to a lower speed if the line noise is too high to maintain a faster connection, but sometimes they fall back too soon or too far.

Saturday, July 23, 2011

Programming A Batch File

Batch files are really important when it comes to execute a set of DOS commands every time. Basically batch file programming is nothing but the Windows version of Unix Shell Programming. In the article we’ll try to learn the basics of the batch file coding.
The Basic:
Batch file is basically a executable file which executes the definite set of commands in one go. It is important "not to name a batch file after the name of any DOS command" as if done so, the batch file will not execute.

Creating a Batch File:
To create a batch file you do not need any separate kind of editor, Batch file can be created by two methods :-
1)Notepad
2)DOS - Open command prompt and type EDIT(2k/XP) a blue window will open very similar to Notepad.