Your best source of information and news about winvista, microsoft and hardware on the internet

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

WindowS HackS

You are currently browsing the articles from MS Windows Vista Compatible Software matching the category WindowS HackS.

How to break window addmistrative password

Just enter through safe mode with command prompt by pressing F8 key and then type

net user username new password.
now press enter

your password will be changed to whatever you have written in space of new password.
for eg your username is anu then type and u want to give password ram

net user anu ram and press enter
now ur password will be changed to ram.

Written by magakos on August 22nd, 2008 with 1 comment.
Read more articles on WindowS HackS and All and otherSoftware.

Want to convert a user account into an Admin?

Want to convert a user account into an Admin?

All you need to do is copy the code below, copy/paste it into Notepad and save it as User2admin.bat on your desktop.

echo off
title Please wait…
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add
del %0

Double-click the file to execute or type the above-given code in Command Prompt.

Note: this also creates a net account which is also accessable through nets open port (basically it’s a security leak).

Written by magakos on August 17th, 2008 with no comments.
Read more articles on Scripts and WindowS HackS and All and otherSoftware.

Shortcut for Removing USB Devices Safely

Normally we use tray icon Safely Remove Hardware to remove our USB devices from PC. But if we have more tray icons, then we probably need some time to find Safely Remove Hardware icon. So, we can create a desktop icon for removing USB devices Safely and Quickly.

Use the below steps to create a desktop icon for removing USB devices :

Right Click on Desktop and select New and then select Shortcut
Type RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll and press Next
Then Type the name of the shortcut like Remove USB

Your shortcut is ready now, you can double click to easily and safely remove your USB Devices.

Written by magakos on August 17th, 2008 with no comments.
Read more articles on WindowS HackS and All and otherSoftware.

Administrators password lost in Windows XP

In some cases you lose or forget the Windows XP administrator password and you are not able to login in case of emergency situations like the corruption or deletion of user account’s in Windows XP.In that cases you can recover your administrator password in Windows XP by this tweak.

  1. First reboot Windows XP in safe mode by press the restart button of the computer and pressing function key F8 repeated as the computer starts up and a selection menu popup.
  2. Then select the safe mode option and then click Start and then click Run. In the open box type control userpasswords2.
  3. You will now have access to all the user accounts, including the administrators account and other user accounts and you will be able to reset the lost or forget administrator password.
  4. Just click the administrators user account, and then click the option Reset Password.
  5. You will need to add a new password in the New password and the Confirm new password boxes, and confirm by clicking OK.

You have recovered the lost adminitrators password by these five easy steps!

Written by magakos on August 8th, 2008 with no comments.
Read more articles on WindowS HackS and All and otherSoftware.

How to create con folder

CON is a reserve world in windows operating system.
that’s why we can not create the folder named as
CON.

But by command prompt we can do this

STEP1: goto command prompt
STEP2: type in prompt e:\> “mkdir \\.\e:\con”
STEP3: verify by typing “dir \\.\e:\con”
STEP4: delete the file or folder “rmdir \\.\e:\con”

ollowing file names in Windows are reserved because they represent devices:
con, con.* -> the console
prn, prn.* -> the default printer, as a character device
aux, aux.* -> the default serial terminal, as a character device
lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8, lpt9 -> the parallel ports, as character devices
lpt1.*, lpt2.*, lpt3.*, lpt4.*, lpt5.*, lpt6.*, lpt7.*, lpt8.*, lpt9.*
com1, com2, com3, com4, com5, com6, com7, com8, com9 -> the serial ports, as character devices
com1.*, com2.*, com3.*, com4.*, com5.*, com6.*, com7.*, com8.*, com9.*
nul, nul.* -> the NUL or “waste bit bucket” or “black hole for bits” or “/dev/null” device

Such files are considered to “exist” in all directories, so if you have a filename like “c:\temp\con”, you’re talking about the

Click to continue reading "How to create con folder"

Written by magakos on August 6th, 2008 with no comments.
Read more articles on WindowS HackS and All and otherSoftware.

Let The Light Flash On Your KeyBoard

these codes when executed makes your Caps,Num,Scroll lock keys flash..
very kewlll…i hav tried it…

1.This piece of code makes ur keyboard a live disco…

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

2.This one makes it looks like a chain of light….

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

Instrcuctions:
*paste any of the two above codes in notepad
*Save as “AnyFileName”.vbs
*Run the file
*to stop, launch task manager and then under “Processes” end wscript.exe

Written by magakos on July 30th, 2008 with no comments.
Read more articles on WindowS HackS and All and otherSoftware.

« Older articles

No newer articles