THIS IS PAGE2 . . . Continued

Return to WinTips Page1  Goto WinTips Page 1      Goto bottom of This page  NEW XP - Tips - Bottom of this page

Download My Skins/ICONS/Cursors/Programs!  Archive/Library

==================================================

NEW Tip:
HDTV - Watt usage, Rear Projection/LCD/ or Plasma. . .

Samsung HD Projection TV    Philips LCD HDTV    Samsung Plasma HDTV

Watt use summary


==================================================

NEW Tip:
If your on the WEB - UNPLUG Your "Plug - N - Play"
READ & Download Now


==================================================

Tip #24
I use this one all the time. A real saver...
Right click in a Win95 application's file open box for new, copy, delete, arrange, etc.
Most of Explorer's functions except half the toolbar and no pull down menus. Try it.

---------------------------------------------------------------------------------------

Tip #25
I wanted to have a directory named "New Downloads" in Win95, but have the short file name be
just "DOWNLOAD" instead of "NEWDOW~1" which is less than helpful.
The only time short filenames are relevant is in a mixed computing environment, when you're
planning to share files with other users whose systems do not support LFNs. In that case, why not try two things:

1. Train users to start LFNs with the short version they plan to use. In your case, that

would mean naming the folder DOWNLOADS-NEW, which would resolve to Downlo~1.

2. You can get rid of the tildes with a simple registry hack.

Add the value NameNumericTail = 0 in the following Registry key:

Hkey_Local_Machine\System\CurrentControlSet\Control\FileSystem

and the above example (assuming there wasn't already a DOWNLOAD directory)

would resolve to the correct eight-character name.

---------------------------------------------------------------------------------------

Tip #26
The "Send To" quick menu shows only the floppy drives as a destination. You can use
any other disk area or folder as a destination by adding short cuts to the "Send To" folder.
You must add a short cut or a ".LNK" file to that folder; ie:
a short cut to o "Recycle Bin" is great as it will avoid the prompt dialogue
"Do you want to send to Recycle Bin?". Alternatively, any other directory such as
a temp directory.

Here is a bonus, if you have different places to send file to but are related such as:
"Customers"
Customer1
Customer2 etc...

You can place in the Send To folder an additional "folder" (not a short cut) called "Customers",
then open that folder and place short cuts to all your customer's individual folders and name
them appropriately. Then when you right click a file icon, your "Send To" quck menu will show
the new "Customers" "Sub menu" and then move to it and you will see a submenu of all
your customer's short cuts.

(You may want to remove the "short cut to" text from the icons in the "Send To" folder).

---------------------------------------------------------------------------------------

Tip #27
Windows 95 with SyQuest Drives:
More and more people are asking about using SyQuest IDE drives under Win95.
The following information may be helpful.
The support for SyQuest IDE drives as removable drives started with build 431.
In order to enable the support, one has to put:

RemovableIDE=True in the [386Enh] section of the SYSTEM.INI file.

If this line is not there, then Win95's protected mode IDE driver will not load.
In addition, one may find an entry in the IOS.LOG file in the Win95 subdirectory,
in which there will be messages such as:

"ESDI punting due to removable hard disk. Unit number xx going through real mode drivers."

When the line mentioned above is added to the [386enh] section of SYSTEM.INI,
the IOS.LOG file will disappear and the Win95 file system will be 32-bit.

The other requirements for this support are that the SyQuest drive MUST have a
formatted cartridge inserted when Win95 starts and there must not be another
32-bit module loaded in SYSTEM.INI such as the one provided by DTC for their IDE boards.

There is another setting called "Virtual Memory" in Win95. This will be in
"MS-DOS compatibility mode" if C: drive is a removable drive, SCSI or IDE.

---------------------------------------------------------------------------------------

Tip #28
Dual Boot Setup for Win95/Win 3.1-WfWG

A text file describing a step-by-step procedure I developed to install a
dual-boot menu function for my DOS 6/Win 3.11 and Win95 systems. This way,
I can choose which system I want to use at boot-up. Doublespace and
Drivespace drives can also be handled with this configuration. Use this
method to continue running your critical programs under
your old DOS/Win system while you're testing Win95.

*********************************************************************

I wanted to install a dual boot with Win95 & WFWG 3.11 so I could try
out Win95 without sacrificing my old system setup. Here are the steps
you can take to duplicate my dual boot installation:

*********************************************************************

1. Copy (duplicate) the whole Windows directory and all it's sub directories to another
directory, like \WIN31. Copy the \DOS directory to another one as well, like \DOS6 .

2. Edit all the INI files in the WIN31 directory and change all references from
\WINDOWS to \WIN31. The "find and replace" command in most word processors makes
this easier, but be sure you save them as text files.

3. Boot up your PC and install Win95 SETUP through windows program
manager "FILE-RUN". As you install WIN95 it will rename your CONFIG.SYS AND
AUTOEXEC.BAT files to CONFIG.DOS and AUTOEXEC.DOS.
When you dual boot it renames them back to CONFIG.SYS AND AUTOEXEC.BAT..
..and then backs-up the WIN95 versions as .W40.

4. After Win95 finishes installing and you are on the desktop, use notepad with
"select all files *.*" to edit the CONFIG.DOS and AUTOEXEC.DOS files and change
all \WINDOWS references in them to \WIN31, and all \DOS references to \DOS6 .

5. In order for the dual boot menu to work, the following lines must appear in
the [Options] section of your MSDOS.SYS file:
(If you use Doublespace or Drivespace disk compression you must change
both MSDOS.SYS files - one on the boot drive and one in the compressed drive)

[Options]
BootGUI=1
Network=0
BootMulti=1
BootMenu=1
BootMenuDefault=7 (original DOS as default. Use 1 for Win95 default)
BootMenuDelay=5 (number of seconds to select something else) ;

To add these lines, first, open "My Computer" and use the menu bar to
VIEW - OPTIONS - VIEW - Show All Files, and also unclick "hide MS-DOS
file extensions". Then double-click on the MSDOS.SYS icon and look.
If it doesn't have all the above lines, you'll need to edit this file and put them in.

Since the MSDOS.SYS file is "read-only-hidden" you'll need to first
change the file attributes and then use the notebook editor to insert
the new line(s). Then you'll have to change the attributes back to
their original states when done to protect the file.

To change the attributes, click on the MSDOS.SYS icon using your RIGHT
mouse button. Select Properties and uncheck the attribute blocks.
Exit and make your text changes, then save the file.
Then put the attribute check marks back where they were.

7. Now, exit Win95 and re-boot. You should now see the boot menu and
be able to select which mode you want to boot into.

Remember, any programs you install after this will only appear in the
system you were running at install time. For example, if you install
MS Word under Win95 you will have to install it again under old
DOS/Windows if you want to run it both ways. You can install the
program to the same directory both times and you'll simply overwrite
the files and avoid having two sets of the new program on your hard drive.

---------------------------------------------------------------------------------------

Tip #29
Here is a little tip on how to install PC Speaker on a computer with Win95.
Go to Control Panel, then "Add New Hardware", then "Sound, Video, Game Controller."
Don't let Win95 search for new hardware. Select "Have Disk". Browse to where you have your PC Speaker .drv file.
Install !!
Presto...your mute PC will now have sound.

To modify the settings for PC Speaker go to Control Panel, Multimedia,
Advanced Tab, In Audio devices you will see PC Speaker.

---------------------------------------------------------------------------------------

Tip #30
If you want to have another start-logo place a file named logo.sys in your root directory.
logo.sys must have the same format as logow.sys and logos.sys
(320 x 400,256) bitmap.

1. Drag and drop files or desktop objects with the RIGHT mouse button instead of the left,
and when you drop them on the target, you get a little pop-up menu giving you options like
Move Here, Copy Here, Create Shortcut Here.
2. Also, to drag a file from one folder to another, using only one explorer window,
drag the icon near the top or bottom of a scrolling pane, and "nudge" to scroll.

---------------------------------------------------------------------------------------

Tip #31
Do you have a Logitech mouse? This hack will let you use the middle mouse button as a
doubleclick! Save this as "midclick.reg" and double click it!

**start of midclick.reg**
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Logitech\MouseWare\CurrentVersion\SerialV\0000]
"DoubleClick"="001"
**end of midclick.reg**

---------------------------------------------------------------------------------------

Tip #32
Click on start... shutdown... click on restart computer. Now hold down the shift key and
click on yes. This will only restart Windows 95, NOT the computer (warm boot).
This is a lot faster than a normal reboot (warm or cold).

---------------------------------------------------------------------------------------

Tip #33
Create a new folder on your desktop... rename it, call it
"Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
Now it should look like the normal Control Panel icon you see in My Computer (not a shortcut).
Now do a right click on start (taskbar), click on open. Move the new folder we just created
to the start menu folder. Close the start menu folder. Now when you click on start, you
should see conrol panel on it... click on it and it will expand to show all the items!
You can do the same with the printers folder and dial-up networking...
here are names that you need to name your folders..

Dial Up Network
Dial Up Net.{992CFFA0-F557-101A-88EC-00DD010CCC48}

Printers
Printers.{2227A280-3AEA-1069-A2DE-08002B30309D}

If you're browsing through folder windows, it's usually nicest to have Windows 95 set
so that it uses a single window that changes when you open a new folder. However,
if you want to copy or move files around, it's nice to be able to quickly open a separate
window for a folder. This can be done by holding "CTRL" as you double-click, but
it would be nice to have this option on the right-click menu, next to "Open" and "Explore".

To add this to the menu, you need to change the registry a bit. Run the Registry Editor
and find the entry for "Directory" under the "HKEY_CLASSES_ROOT" branch.

Under, "Directory", you'll find "Default Icon", "shell", and
"shellex". The one we want is "shell."

Under "shell", add a new key called "opennew". Modify its (Default) value to say
"Open New &Window". Then, add another key under "opennew". Call this one "command",
and set its (Default) value to "explorer %1".

And that should do it. One side effect is that "Open New Window" now also appears
when you right-click on the Start Button, which is completely pointless because
it does that anyway. Oh well.

---------------------------------------------------------------------------------------

Tip #34
Ever want to open an object with a different application than the
one it is already associated with and the right mouse menu no longer
let's you choose Open With...?
Just hold down the SHIFT key when you right mouse click over the object, and the
Open With... command will now appear in the menu.

---------------------------------------------------------------------------------------

Tip #35
If you want to "permanently" delete a file instead of sending it to the recycle bin, hold down
the SHIFT key and press the DELETE key, or right mouse click then hold down the shift key
before selecting DELETE from the menu.

---------------------------------------------------------------------------------------

Tip #36
Object dragging with SHIFT and CONTROL: Hold down the following keys for different actions:

NO SHIFT, NO CTRL
Same Drive: Move
Different Drive: Copy

Unless the objects selected are *ALL* .COM's or .EXE's in which case:

Same Drive: Create Link
Different Drive (Non-Removable Storage): Create Link
Different Drive (Removable Storage): Copy

SHIFT, NO CTRL: Always Moves
NO SHIFT, CTRL: Always Copies
SHIFT, CTRL: Always Creates Link

Certain folders do no allow objects to be dropped (i.e. Control Panel,
and Printers), others always Move To regardless of SHIFT/CTRL status
(i.e. Recycle Bin).

---------------------------------------------------------------------------------------

Tip #37
Want to "Explore" a folder instead of it's icon view? You could open Explorer, click here,
click there, finally get to where you want. A quick solution: Hold down the shift key
and double click on the folder/drive. This will bring up an Explorer window of that folder.

---------------------------------------------------------------------------------------

Tip #38
Here's how to add file types to the New submenu on the mouse menu.

To add file types to the New menu item on the mouse menu you must edit the Registry.
First, find the extension of the data file for the program in question
(i.e. .doc for Word) under HKEY_CLASSES_ROOT. Below the files extension you need to add a
new key with the value 'ShellNew'.

Once that key is in place you have two options: One is to start with a null file
(one with no preset styles, etc), the other is to start from a template file.

For a null file, in the ShellNew key insert a new string value named 'NullFile' and
leave the value blank. To use a template file, insert a new string value named 'FileName'
and set the value equal to the path of the template document. The default is in the hidden
ShellNew directory beneath your windows directory.

When you use the New feature of the button menu, Win95 either copies the template file or creates a null file.

---------------------------------------------------------------------------------------
============================================

Tip #39
Do you hate that you can't control the directory or even the drive where Explorer opens?

You CAN control it. Create a shortcut to the Explorer with the following command line to open it at the root of C:\

c:\windows\explorer.exe /e,root,c:\
where the syntax is: explorer [/e][,root,(object)]

Actually there is even more to this ... you can use subobjects, but I don't want to type it
all out. Perhaps you have this info anyway.

---------------------------------------------------------------------------------------

Tip #40
Start Explorer FAST! Right click on the Start menu and choose Explorer.

---------------------------------------------------------------------------------------

Tip #41
You can change those lovely screens you see as you exit Windows95! Simply start up
paintbrush and load up the files LOGOS.SYS and LOGOW.SYS and change them to
whatever you want...they're just bitmaps with a different extension!

---------------------------------------------------------------------------------------

Tip #42
You can drag scraps from your documents to the desktop or to folders and
create Document Scraps. With these Scraps, you can archive bits and pieces
of your documents to use later or to share with another person.
To try it:
Open Wordpad
Type some text
Select the text
Put the cursor over the highlighted text and drag to the desktop
It creates a scrap with some of the actual text in the name of the scrap.

============================================

XP Tips  NEW *** XP TIPS ***

============================================


How to Remove/Uninstall Windows Vista:
Three Sites Below, explains How:


http://www.windowsreinstall.com/winvista/uninstall/index.htm Vista UN-install - Site 1

http://jsbi.blogspot.com/2007/03/how-to-uninstall-windows-vista-easily.html Vista UN-install - Site 2

http://www.jkg.in/46-how-to-safely-remove-windows-vista-beta-2.htm Vista UN-install - Site 3

============================================


How to Remove Windows XP Service Pack 2
Published: September 1, 2004
Three Sites Below, explains How:


http://www.webtechgeek.com/How-to-Remove-Windows-XP-Service-Pack-2.html SP2 UN-install - Site 1

http://articles.techrepublic.com.com/5100-10877_11-6100994.html SP2 UN-install - Site 2

http://support.microsoft.com/KB/875350 SP2 UN-install - Site 2

============================================

How to Get Rid of the XP Boot Logo

Don't want to see the XP logo during bootup?
 It's easy to get rid of it. Just do the following:

1. Click Start, Run.
                       2. In the Run box, type msconfig.
           3. Click the BOOT.INI tab.
                                4. Check the box labeled /NOGUIBOOT
Click OK.
Now the XP boot logo won't be displayed.

============================================

Did you know that you CAN get Windows XP
MOVING a little FASTER?

GOTO Start, Run, Type REGEDIT, then Open HKEY_LOCAL_MACHINE . . goto following:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem

Create NEW Key under\FileSystem... Called:

  NtfsDisableLastAccessUpdate

Next "Double Click" on "Default"(New Key)
Then in bottom of window(Value data), Set Value to 1
 

Close RegEdit, RE-Start Windows
You will now Notice Windows XP - Boots MUCH Faster
Not Hanging on WELCOME Screen.

============================================

Use XP's "Defrag" the Easy way

Why use XP's Graphical "Computer Management/Defrag/Analyze"
Just to run "DEFRAG" in XP? When there's an easier method?


GOTO "Start/Run", Type in " CMD "(XP's Command Window)
Next, In Window - Type in "DEFRAG /?"(Command info)..OR,
You can just Type in "DEFRAG C:"(or drive letter to check)
Then click "OK" - That's it! - Just like you did in Win 98 !!
"Administrator" Privileges needed to run - of course.

============================================

WHY Must XP Constantly Phone Home?

P.S. To turn off the messaging software in XP
so that you do not get the pop-up spam:


Go into the Control Panel, then open Administrative Tools.

Open the Services applet, then open the Messenger Service in the Services console.

Set the start up type to Manual and click Stop to stop the service.

============================================

Return to TOP of Page2 Goto Top of Page2