Monday, June 25, 2007

Add Rename and/or Delete to special folders

I have given my concentration to make these codes accurate as far as I know. While using these resources, you're responsible for any damages caused to your system. However, you can notify me of any confusions/errors occurred by the use of any of these codes. Simply, make a comment the this geek blog posting.
 
You can add a Rename or Delete command or both to the right-click menu for special folders like My Computer, My Documents and so on if you know the GUID (Globally Unique ID) for that folder. Just navigate to HICEY_CLASSES_ROOT\CLSID\{GUID}\ShellFolder and add or modify a Binary Attributes value (New > Binary value) to change the setting. In place of {GUID}, use one of these:
 
 

 Description

Globally Unique Identifier (GUID)

Administrative Tools

{D20EA4E1-3957-11d2-A40B-OC5020524153}

Briefcase

{ 85BBD920-42A0-1069-A2E4-08002B30309D }

Control Panel

{21EC2020-3AEA-1069-A2DD-08002b30309d}

Fonts

{ D20EA4E1-3957-11d2-A40B-0C5020524152 }

History

{ FF393560-C2A7-11 CF-BFF4-444553540000 }

Inbox

(00020D75-0000-0000-C000-000000000046)

Microsoft Network

{00028B00-0000-0000-C000-o00000000046}

My Computer

{20D04FE0-3AEA-1069-A2D8-08002B30309D)

My Documents

{450D8FBA-AD25-11D0-98A8-o800361B]103)

My Network Places

{208D2C60-3AEA-1069-A2D7-08002B30309D}

Network Computers

{1f4de370-d627-lldl-ba4f-OOa0c91eedba}

Network Connections

{7007ACC7-3202-11D]-AAD2-00805FC1270E)

Printers and Faxes

{2227A280-3AEA-1069-A2llE-08002B30309D}

Programs Folder

{7BE9D83C-A729-4D97-BSA7-IB7313C39EOA}

Recycle Bin

{645PF040-5081-1O1B-9F08-OOAA002F954E}

Scanners and Cameras

{E211B736-43FD-11D1-9EFB-OOOOF8757ECD)

Scheduled 'I'asks

{ D6277990-4C6A-11CF-8D87-OOAA0060 F 5BF }

Start Menu Folder

{48e7caab-b918-4e58-a94d-505519c795dc}

Temporary Internet Files

{7BD29E00.76C1-11CF-9DD0-OOAOC9034933}

Web Folders

(BDEADF00-C265-11d0-BCED-OOAOC90ABSOF}

 
Enter these settings in the Attributes
value to add the new context menu items: I
These will appear under the File Menu in
Explorer:
50 01 00 20-Rename only
60 01 00 20-Delete only
70 01 00 20-Rename and Delete

 
These will appear under the Edit Menu in
Explorer:
41 01 00 20-Copy only
4201 00 20-Cut only
4301 00 20-Copy and Cut
4401 00 20-Paste only
4501 00 20-Copy and Paste
4601 00 20-Cut and Copy
4701 00 20-Cut, Copy and Paste @
http://i-geek.blogspot.com
 

Saturday, June 23, 2007

DOS Command Reference

Even if the systems you support, upgrade, and repair are all running the latest version of Windows, you will inevitably find yourself occasionally troubleshooting these systems from the DOS command line. This is partial adaptation from Upgrading and Repairing PCs, 12th Edition by Que.
 
This blog post tends to provide you with all the basic essentials that a programmer need to know. Though this is an age of visual programming, I think the commands presented here may help you as they're doing to me. [Project : Basic Commands]
 
DOS Commands Found in DOS 6.22, Windows 95, and Windows 98
 

The Windows 98 Internal DOS Commands

Command

Description

BREAK

Sets or clears extended Ctrl+C checking.

CD

Changes to a different directory or, if run without parameters, displays the name of the

current directory.

CHCP

Displays the number of the active character set (code page). You can also use this

command to change the active character set for all devices that support character-set switching.

CHDIR

Takes the same action as the CD command.

CLS

Clears the screen.

COPY

Copies one or more files to the location you specify.

CTTY

Changes the terminal device used to control the computer.

DATE

Displays or sets the current date.

DEL

Deletes the files you specify.

DIR

Displays a list of the files and subfolders that exist in the current or specified folder.

ERASE

Deletes the files you specify.

EXIT

Quits COMMAND.COM and returns to the program that started the command inter-

preter, if one exists.

LH

Loads a program into upper memory.

LOADHIGH

Takes the same action as the LH command.

LOCK

Enables direct disk access.

MD

Creates a folder or subfolder.

MKDIR

Takes the same action as the MD command.

PATH

Specifies which folders Windows 98 should search for executable files.

PROMPT

Changes the appearance of the command prompt.

RD

Deletes a folder.

REN

Changes the name of the specified file or files.

RENAME

Takes the same action as the REN command.

RMDIR

Takes the same action as the RD command.

SET

Displays, sets, or removes environment variables.

TIME

Displays or sets the current time.

TYPE

Displays the contents of the specified text file.

UNLOCK

Disables direct disk access.

VER

Displays the operating system version number.

VERIFY

Directs the operating system to verify that files are written correctly to a disk and dis-

plays the status of verification.

VOL

Displays the volume label and serial number for a disk.

 

The Windows 98 External DOS Commands

Command

Description

ATTRIB.EXE

Displays or changes the attributes of the specified files.

CHKDSK.EXE

Checks a disk for (and optionally repairs) lost and cross-linked clusters. ScanDisk does a

better job at finding and repairing these errors.

CHOICE.COM

Used in batch files to present the user with a list of options.

COMMAND.COM

Starts a new instance of the command interpreter. This file is usually found in the root

directory of the boot drive.

CSCRIPT.EXE

(Windows 98 only) Runs Windows Script Host scripts.

CVT.EXE

(Windows 95 OSR 2 and Windows 98 only) Converts FAT drives to FAT32.

DEBUG.EXE

Tests and edits executable files.

DELTREE.EXE

Deletes a folder and all its files and subfolders.

DISKCOPY.COM

Makes an exact copy of a floppy disk.

DOSKEY.COM

A memory-resident program that recalls commands, edits previous command lines, and

runs macros.

EDIT.COM

Starts a text editor you can use to create and edit ASCII text files.

EXTRACT.EXE

(Windows 95/98 only) Extracts files from a compressed cabinet (CAB) file.

FC.EXE

Compares two files and displays the differences between them.

FDISK.EXE

Starts the FDISK utility.

FIND.EXE

Searches files for a specified text string.

FORMAT.COM

Formats a disk.

IEXTRACT.EXE

Extracts a file from an Internet Explorer backup information (DAT) file.

KEYB.COM

Configures a keyboard for a specific language.

LABEL.EXE

Creates or modifies the volume label of a disk.

MEM.EXE

Displays the amount of used and free memory on the computer.

MODE.COM

Configures a printer, serial port, or display adapter; sets the keyboard repeat rate; redi-

rects printer output from a parallel port to a serial port; prepares, selects, refreshes, or displays the numbers of the character sets (code pages) for parallel printers or the key-board and screen; and displays the status of all the devices installed on the computer.

MORE.COM

Pauses command output to display one screen at a time.

MOVE.EXE

Moves files and renames folders.

MSCDEX.EXE

Loads the real-mode CD-ROM driver.

NLSFUNC.EXE

Loads country-specific information for national language support.

SCANDISK.EXE

The real-mode version of ScanDisk.

SCANREG.EXE

(Windows 98 only) Scans the Registry for damage.

SORT.EXE

Reads input, sorts data, and writes the results to the screen, a file, or another device.

START.EXE

Enables you to set various parameters for running Windows programs from the DOS

prompt.

SUBST.EXE

Substitutes a drive letter for a path name.

SYS.COM

Creates a bootable disk by copying Windows 98's system files and

COMMAND.COM to the disk.

XCOPY.EXE

The extended copy command.

XCOPY32.EXE

(Windows 95 and Windows 98 only) The 32-bit version of XCOPY.

 

DOS 6.22 Commands Not Installed by Windows 95/98 but Available on the CD-ROM

Old DOS Commands Available on the Windows 98 CD-ROM

Command

Description

HELP.COM

Displays descriptions, syntax, and examples for all DOS commands. HELP.HLP is also

available.

MSD.EXE

Runs the Microsoft Diagnostics program used to gather system information for trou-

bleshooting. Superseded by the System Information utility in Windows 98.

QBASIC.EXE

The programming environment for creating QBASIC applications. QBASIC.HLP is also

 
 

Old DOS Commands Available on the Windows 95 CD-ROM

Command

Description

APPEND.EXE

Establishes a DOS search path for data files.

CHKSTATE.SYS

A device driver used by MemMaker to optimize memory use. You cannot use this driver.

EXPAND.EXE

Extracts a file from compressed format on the DOS distribution disks to a usable uncom-

pressed form.

GRAPHICS.COM

Enables the Print Screen key to print the contents of a graphics screen on a suitable

printer.

HELP.COM

Launches a full screen online help utility for the DOS commands.

INTERLNK.EXE

Client device driver for an InterLnk network.

INTERSVR.EXE

Server device driver for an InterLnk network.

LOADFIX.COM

Forces a program to load into the second 64KB of memory.

MEMMAKER.EXE

Utility for optimizing memory usage by device drivers and other programs loaded by

CONFIG.SYS and AUTOEXEC.BAT.

MSD.EXE

Runs the Microsoft Diagnostics program used to gather system information for trou-

bleshooting.

PRINT.EXE

Print spooler for ASCII text files.

QBASIC.EXE

Starts the Microsoft QuickBASIC development environment, a program for writing and

running BASIC language programs.

REPLACE.EXE

Replaces or adds files to a subdirectory.

RESTORE.EXE

Restores files created by the BACKUP program from one disk to another.

SIZER.EXE

A program used by MemMaker to optimize memory use. You cannot use this program.

TREE.EXE

Displays the subdirectory stricture of a disk.

UNDELETE.EXE

Undeletes a file or group of files.

 

DOS 6.22 Commands Not Available in Windows 95 or Windows 98

DOS 6.22

Command

Description

ASSIGN

In DOS 2–5, attached an alias drive letter to an existing drive. Replaced by SUBST in

DOS 6 and later.

BACKUP

A utility to back up files from a hard disk to a series of floppy disks. Replaced by MSBACKUP in DOS 6 and with the GUI version of Backup for Windows 95 and

Windows 98.

COMP

Compares two sets of disk files of the same name and same length. Included in DOS

1–5 but only on supplemental disk in DOS 6.

DOSSHELL

In DOS 4–6, a full screen menu driven shell for the DOS command line. Included only

on the supplemental disk for DOS 6.2.

EDLIN

In DOS 1–5, edits an ASCII file, replaced by EDIT. Only on supplemental disk in

DOS 6.

FASTHELP

Returns the same help information as including the /? switch with a DOS command.

FASTOPEN

A utility that sped up the process of opening files in DOS.

GRAFTABL

A DOS 3–5 utility for loading tables of additional character sets for CGA adapters.

Only on the supplemental disk in DOS 6.

JOIN

In DOS 3.1–5, connects one drive to a subdirectory of another. Only on the supplemen-

tal disk in DOS 6.

MIRROR

In DOS 5, records information about the FAT, the root directory, and optionally the parti-

tion table which can be used by UNFORMAT and UNDELETE. Only on the supplemental disk in DOS 6.

MSAV

Microsoft Anti-Virus for Windows 3.x.

MSBACKUP

Microsoft Backup for Windows 3.x.

POWER

Controls use of APM in laptop systems and other APM-enabled systems.

RECOVER

A file recovery utility with DOS 2–5 that was not distributed with DOS 6 or later. Not

recommended for use with any version.

SETVER

DOS version control program that reports a different DOS version number to programs

requiring a specific version of DOS to run.

SHARE

File sharing and locking capabilities for DOS.

SMARTMON

SMARTDrive monitoring and configuration program for Windows 3.x.

UNFORMAT

Recovers a disk that was accidentally formatted. Note that using the /U switch with the FORMAT command will prevent the UNFORMAT command from being able to recover the

disk.

VSAFE

A memory resident utility that warns you of virus-like activity.

 posted @ i-geek blog

Wednesday, June 20, 2007

Upgrading and Repairing PCs, Student Workbook

        Miscellaneous Websites

Tuesday, June 19, 2007

Kak: A "No-Click" Email Worm

This resource have been adapted from http://www.ukans.edu/~acs/virus/kak.shtml

Is Kak On My Computer?

Check for Kak infection on your computer by scanning with an up-to-date virus scanner. Or do this:

  1. Go to the Start button, then Find and click on Files or Folders.
  2. Enter kak.htm in the Named window.
  3. Click on the Find Now button.
  4. If it finds kak.htm on your computer, go to the Removing Kak instructions.

Preventing Kak Infections

I. Patch the hole that Kak exploits:

  1. Download this Microsoft patch. Enter this URL in Internet Explorer's Address window: ftp://ftp.microsoft.com/peropsys/IE/IE-Public/fixes/usa/Eyedog-fix/x86/q240308.exe
  2. When Internet Explorer asks: "What would you like to do with this file?" choose "Run this program from its current location."

    All this patch does is force Outlook 2000 or Outlook Express to give you fair warning when they encounter something like Kak. This is the warning:

    "Some software (ActiveX controls) on this page might be unsafe. It is recommended that you not run it. Do you want to allow it to run?"

    Academic Computing Services highly recommends you answer "No" to that question whenever you see it.

II. Close the door that unsafe scripts (such as Kak) might enter:

  1. Start Internet Explorer.
  2. Go to the Tools menu and click on Internet Options.
  3. Click on the Security tab.
  4. Click once on the Internet icon (to highlight it).
  5. Click on the Custom Level button-bar (lower part of dialog box).
  6. Under Download Signed ActiveX Controls ... select Enable
  7. Under Download Unsigned ActiveX Controls ... select Disable
  8. Under Initialize And Script ActiveX Controls Marked As Unsafe ... select Disable.
  9. Click OK.
  10. Click OK (again), then shut down Internet Explorer.

III. How to keep from inadvertently spreading this class of email worms to your correspondents in the future--optional

(Outlook Express users only)

  1. Start Outlook Express.
  2. Go to the Tools menu and click on Options.
  3. Click on the Send tab.
  4. Where it says Mail Sending Format (near bottom), select Plain Text.
  5. Click OK
  6. Shut down Outlook Express.

(Outlook 2000 users only)

  1. Start Outlook 2000.
  2. Go to the Tools menu and click on Options.
  3. Click on the Mail Format tab.
  4. In the window to the right of Send In This Message Format (top), make sure it says Microsoft Outlook Rich Text. (NOT HTML).
  5. Click OK
  6. Shut down Outlook 2000.

Removing Kak

If you are certain your computer is infected with Kak (Check to make sure Kak is on your computer), follow these instructions to remove it.

I. Remove Kak files

  1. Go to the Start button, then Find, and click on Files or Folders.
  2. Enter kak.htm in the Named window.
  3. Click on the Find Now button.
  4. Click once (to highlight) kak.htm and hit the DEL key.
  5. Click the cursor back in the Named window
  6. Enter *.hta
  7. Find the file xxxxxxxx.hta, where the xxxxxxxx is eight random letters and numbers as the first name of this file and its second name (extension) is .hta.
  8. Click once (to highlight) and hit the DEL key.

II. Patch the hole that Kak exploits.

III. Shut Down, Then Restart Your Computer.

IV. Delete Default Signature (Outlook Express users only)

  1. Start Outlook Express.
  2. Go to the Tools menu and click on Options.
  3. Click on the Signatures tab.
  4. In the Signatures window (middle) click once (to highlight) on Signature #1
  5. Click on the Remove button. Likewise, remove any other Signatures.
  6. Click on the Apply button (bottom right).
  7. Click OK
  8. Shut down Outlook Express.

V. Clean Up Harmless Kak Residue ----- Optional

  1. Go to the Start button, then Find, and click on Files or Folders.
  2. Enter Autoexec.bat in the Named window.
  3. Click on the Find Now button.
  4. Click once (to highlight) on Autoexec.bat in the bottom (found) window --- choose the first autoexec.bat if there is more than one.
  5. Go to the File menu (top left), click on Rename, and type Autoexec.Old.
  6. Go to the Start button again, then Find, and click on Files or Folders.
  7. Enter AE.KAK in the Named window.
  8. Click on the Find Now button.
  9. Click once (to highlight) on AE.KAK in the bottom (found) window
  10. Go to the File menu (top left), click on Rename, and type Autoexec.Bat

Thursday, June 07, 2007

Google catches up on Microsoft with new off-line software

The Guardian: Google fired another warning shot across the bows of Microsoft with the launch of software that allows people to use its services even when they are not connected to the internet.

Google Gears will help people take information from web-based programs and use it offline, enabling them to use services that usually requires a web connection on a computer's hard disk instead. The system is also being opened up to allow independent developers to create their own products based on the concept.

The announcement will be watched closely by Microsoft, which recently launched its own system, Silverlight, for bridging the gap between the online and offline worlds. The arrival of Gears could be particularly threatening because it is likely to help Google Docs, the company's suite of office software, make a concerted challenge to Microsoft's core office software business.

Docs - which incorporates word processing, spreadsheet and presentation programs - works only with an active internet connection. Allowing it to operate on a computer's hard drive would bring it into competition with the dominant Microsoft Office brand and mark the latest step in Google's slow but inexorable invasion of the Seattle-based software company's territory.

Eric Schmidt, Google's chief executive, said that giving external programmers the ability to develop system would strengthen its position.

"With Google Gears, we're tackling a key limitation of the browser in order to make it a stronger platform for deploying all types of applications," he said. "We believe strongly in the power of the community to stretch this new technology to the limits and ultimately emerge with an open standard that benefits everyone."

Wednesday, June 06, 2007

Ping Technorati

If you have been wondering how to ping your website at Technorati, you can simply generate these PING links to Technorati
http://www.technorati.com/ping/[BLOG URL]?url=[BLOG URL]&ip=1
OR
Simply logon to technorati's profile area then you'ii be able to update pings to your websites/weblogs.
 
This method can simply serve as silent but working ads to your blog on the eye of search engine crawlers.
 
Try them:

Friday, May 04, 2007

You Still Know You're a Tech Geek When...

You Still Know You're a Tech Geek When...
- When you convince yourself that Tetris really does improve eye-hand coordination.
 
- When the radio traffic reporter talks about a backup caused by a crash, and you correct her that a backup is good protection in case of a crash.
 
- When floppy drive applies more to your love life, and hard drive to your machines.
 
- When you call "*.*" star-dot-star.
 
- When you can do hexadecimal arithimatic in your head.
 
- When your wife goes to the market for some macintosh apples, and you correct her, "No, dear, it's 'Apple Macintosh'."
 
- When your wife says "If you don't turn off that stupid machine and come to bed, then I am going to divorce you!", and you chastise her for for omitting the else clause.

Subscribe to geeklog feed Bookmark and Share

Design by Free blogger template