28 April 2008

Windows XP Command Line Utilities.

Here's a list of some new tools mixed up with the old favorites that will make you love the command prompt as much as I do. A lot of these commands are intended for the XP Professional machine administrating a network, but they can serve a purpose for the home user as well.

- bootcfg
View your boot loader settings, such as your default OS and selection timeout, as well as your boot entries and load options.

- defrag
You probably already guessed that this defrags your hard drive. Type only "defrag" into your command prompt to get a list of possible arguments, such as the drive letter and the type of output.

- diskpart
Manages your disk partitions. After you type "diskpart" into your command prompt, your prompt will become "DISKPART." Type a question mark to get a list of possible arguments. Type exit to leave diskpart.

- driverquery
Will get you a nice list of your drivers and their properties.

- fsutil
This is a handy command. You can do everything from managing your hardlinks to querying the free space in a volume. Type "fsutil" into your command prompt, and you'll see a list of options. I choose "fsinfo" from the list, so I type "fsutil fsinfo" into the prompt. Now I get even more options, but I choose drives by typing "fsutil fsinfo drives." It's fun, it's easy, and you'll get the hang of it. Explore this utility. There are a lot of cool features and hidden twists.

- getmac
This gets the MAC (Media Access Control) address.

- gpresult
Get the RSoP, user settings, and computer group policy settings.

- netsh
A network configuration tool. Type "netsh" to enter the tool, or "netsh /?" to learn more about it. To exit this tool, type "exit" at the "netsh>" prompt.

- openfiles
Allows an administrator to display or disconnect open files in XP professional. Type "openfiles /?" for a list of possible parameters.

- recover
This command attempts to recover readable information from a damaged disk. Type "recover" to get the syntax.

- reg
The console registry tool. Get syntax help when you type "reg" into the prompt. You can export the registry, copy, restore, compare, and more.

- schtasks
The administrator can schedule, run, change, or delete tasks on a local or remote machine. Type "schtasks /?" without the quotes for a list of options.

- sfc
The system file checker scans protected system files and replaces the ones you (or your applications) hacked beyond repair with the real, official Microsoft versions. Type "sfc" into the command prompt to get a list of options.

- shutdown
You can shut down or restart your own computer, or an administrator can shut down or restart a remote computer. Type "shutdown" into your command prompt to see a list of possible arguments.

- systeminfo
Basic system configuration information, such as the system type, the processor type, your time zone, your virtual memory settings, and much more.

- tasklist
Want to know what's going on behind the scenes? Type "tasklist" into the command prompt, and get a list of current processes.

- taskkill
Now that you know what's going on behind the scenes, maybe you want to shut a few of these extraneous tasks down. That's where taskkill comes in. Type "taskkill /?" for a quick lesson in the syntax of the command, then shut down all those random processes.

27 April 2008

How To Hide Folder

Old trick but im still love it :-}

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo stuff by sid
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==PASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


QUOTE Instructions:

1) Copy the give code in a note pad and save the note pad in your pc with the name name.bat (that is with the extension of .bat). you can replace the name portion with anything you want.

Note-- In place of password in the code given type your desired password.

2) A batch file will be created where you have saved. Now double click on it, it will make a folder with the name locker at the same place where the batch file is saved.
3) Now add the files you want to be locked in that folder.
4) Double click on the batch file. It will ask for locking the folder formed. Type y(yes). The folder will be locked and hidden.
5) To unlock, double-click on batch file again and enter the password in the new window opened.

Tested By Me..


18 April 2008

16 April 2008

12 April 2008

Disabled / Enabled Registry tools use script

How ????

Dim Registry
ManageRegedit()
Sub ManageRegedit()
Set Registry=WScript.CreateObject("wscript.shell")
describe="Type 0 or 1 : " & VbCrLf &_
"[0] -> Enable Regedit." & VbCrLf &_
"[1] -> Disable Regedit."

question=InputBox(describe, "Disable/Enable Regedit",0)

Registry.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion" &_
"\Policies\System\DisableRegistryTools",question,"REG_DWORD"

If question=1 Then
MsgBox "Registry is disabled.",VbInformation, "Disabled"
Else
If question=0 Then
Msgbox "Registry is enabled.",VbInformation, "Enabled"
Registry.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion" &_
"\Policies\System\DisableRegistryTools"
Else
Msgbox "Input 0 or 1 only !",VbInformation, "Wrong Input"
ManageRegedit()
End If
End If
End Sub

save with xxx.vbs and run it :)

10 April 2008

Platinium


Certificate



Front Cover


Platinium


Back Cover
Free Web Hosting with Website Builder