Windows

Home | SBS 2000 | News | Services | Support | Free Cards | Search | Feedback

Melbourne

Australia

[Up] [Security] [Privacy] [Windows] [Programs] [People Telecom] [Resources]

 

Websites:

bullet Windows XP Shutdown Troubleshooter
bullet Slipstreaming Windows XP Service Pack 1 and Create Bootable CD
bullet Per User Display Settings
bullet Manage Desktop Headaches with Windows XP and Microsoft Office XP
bullet Speed Up Your PC
bullet TechTutorials - Windows XP Administration
bullet Berkeley Lab Computer Protection Program: Windows Security
bullet Itellimirror Tips & Tricks

KB Articles:

bullet

309376 - MS02-070: Flaw in SMB Signing May Enable Group Policy to be Modified

bullet 330519 - Red 'X' Appears on Home Folder Mapped Drive in Windows Explorer
bullet 220874 - Automatic Windows 98/Me TCP/IP Addressing Without a DHCP Server
bullet 283795 - Printer Server Problem When You Try to Print with a Guest or Local User Account
bullet 314503 - Computer Stops Responding with a Black Screen When You Start Windows
bullet 190899 - Determine the OS Type in a Logon Script
bullet 815411 - Programs Run Slower After You Install Windows XP SP1
bullet 810869 - Recycle Bin Does Not Appear on the Desktop
bullet 282784 - Qfecheck.exe Verifies the Installation of Windows 2000 and Windows XP Hotfixes
bullet 315669 - Harden the TCP/IP Stack Against Denial of Service Attacks in Windows 2000
bullet 288991 - Enabling the Administrator to Have Access to Redirected Folders
bullet 282599 - OFFXP: What Is CTFMON and What Does It Do?
bullet 282087 - Customize the My Places Bar in the "Open" and "Save As" Dialog Boxes
bullet Customize the Places Bar
bullet 817274 - Windows Messenger 4.7 No Longer Supports "Make a Phone Call" Functionality
bullet 282519 - Cannot Control NetBT Binding on Dial-Up Connections
bulletProduct Activation
bullet 302806 - Description of Microsoft Product Activation
bullet 810892 - Change the Product Key at the Time of Activation
bulletRemote Assistance
bullet 300692 - Description of the Remote Assistance Connection Process
bullet 301527 - Configure a Computer to Receive Remote Assistance Offers in Windows XP
bulletRemote Desktop
bullet Using Remote Desktop in Windows XP - Windows-Help.NET
bullet 306300 - Disable Remote Desktop by Using Group Policy
bullet 279656 - Shadow a Remote Desktop Session in Windows XP Professional
bullet 281156 - Cannot Remotely Control a Disconnected Session
bullet 326945 - Change the Listening Port in the Windows Terminal Server Web Client

Webcasts:

bullet Windows XP: An Overview of Policies and Profiles
bullet Windows XP Professional: Remote Desktop

Tips & Tricks:

bullet Ease user transition to a new PC
bullet Multiple Monitors
bullet F Lock Key Info
bullethiberfil.sys

For deletion of hiberfil.sys:

bulletClick Start/Settings/Control Panel/Power Options
bulletThen on Hibernate tab, uncheck the checkbox "Enable hibernate support"

Otherwise the operating system will not allow deletion of the hiberfil.sys.
 

bulletShow your IP Address

Put the following in a batch file or shortcut:

cmd /k "ipconfig /all && pause && exit"

This allows the command prompt windows to open and show the information and then close when you press any key on the keyboard.
 

bulletCompress Old Files - Disk Cleanup/Clean Manager

"Compress Old Files" is a really nice feature of NTFS ("NT File System"), used by default in Windows 2000 and XP: When you run the Disk Cleanup/Cleanup Manager (cleanmgr.exe) it can look to see if a file hasn't been used or accessed in in a while, and if not, then it can automatically compress these little-used files so that they take up much less space.

Note that this isn't Zip-Compression per se: Files compressed by Win2K and XP aren't renamed as a "zip" file and can be accessed normally, just like any other file. They're just smaller than they would be otherwise. By default, CleanMgr compresses any files that haven't been used in more than 50 days. But the first time you run it on an older system--- or on a system with lots of old files--- it can indeed take a very long time to finish.

The simple solution is to set the compress option to a very old date, say, maybe a year or so--- and then slowly advance the date with successive compression cycles until you eventually are compressing files from a fairly recent time. In other words, let it chew on only the very oldest files at first, then some slightly younger files, and so on.

bulletChange the Windows Log On Screensaver

The logon screen saver is the screen saver you see when no one is logged onto the computer. That default Windows XP logon screen saver isn't very interesting, as all it does is flash a banner that says "Windows XP" in different places every second or two. How about using a screen saver of your choice? You'll have to edit the Registry (and exercise the usual caution when doing so) but it's not difficult; just follow these steps:
 
bulletClick Start and then click Run. Type Regedt32 into the Open text box and click OK.
bulletNavigate to the following Registry key:
HKEY USERS\DEFAULT\Control Panel\Desktop
bulletLook in the right pane of the Registry Editor and find the entry for SCRNSAVE.EXE. Double click on it.
bulletIn the Edit String dialog box, replace the logon.scr entry with the name of the screen saver you want to use. For example, if you want to use the 3D Pipes screen saver, type in sspipes.scr. It's important that your screen saver be in the WINDOWS\System32 folder, so make sure it is before you do this (if the screensaver you want to use is in a different location, you can copy it to this folder).
bulletClick OK to save the changes.
bulletClose the Registry Editor.
bulletThe new logon screen saver will be used the next time you restart the computer
 

bullet Get a List of Group Members from the Command Prompt
 
bulletClick Start and click the Run command. Type cmd in the Open text box and click OK.
bulletType the command: net localgroup "group_name" (replace group_name with the name of the group for which you want a list of users -for example, "power users"). Be sure to include the quotes for any groups with names that have spaces. Press [ENTER]
bulletYou'll see a list of the members of the group appear in the command prompt window.
bulletYou'll need to be logged on with an administrative account to do this
 
bulletChange the Thumbnail Size in Windows Explorer

A lot of people really like the new Thumbnail feature in the Windows Explorer. Thumbnails allow you to see a smaller version of a picture file, without actually opening up the file in full view. Although the default Thumbnail size is OK, you might want to play around with the sizes. This involves editing the Registry, so the usual precautions about Registry editing apply. Here's how:
 
bulletClick Start, click Run and type Regedit in the Open text box. Click OK.
bulletGo to the following Registry Key and click on it:
HKEY CURRENT USER\Software\Microsoft\Windows\CurrentVersion\Explorer
bulletRight click on an empty area in the right pane of the Registry Editor, point to New and click DWORD Value.
bulletChange the name of the New Value #1 to "ThumbnailSize" (without the quotes)
bulletDouble click on the ThumbnailSize value. In the Base frame, select Hexadecimal. In the Value data text box, type in a number between 32 and 96, inclusive. The smaller the number, the smaller the Thumbnail.

The changes should take place immediately, so you won't have to restart the computer. If you don't like the size, go back and make the number smaller or larger. If you want to go back to the default size that was used before you started messing with things, just delete the ThumbnailSize value by right clicking on it and clicking the Delete command.
 

bulletHow can I determine whether the Microsoft Java Virtual Machine (JVM) is installed on my computer?

To verify whether JVM is installed, perform the following steps:

bulletStart a command prompt--go to Start, Run and type

cmd.exe

bulletEnter the Jview command by typing

C:\< jview

If the computer doesn't recognize the command, JVM isn't installed. When the computer does recognize the command, the JVM version will be displayed. For example, when I type the command in Step 2 on my computer, the following line indicates that JVM is installed:

Microsoft (R) Command-line Loader for Java Version 5.00.3809

bulletHow to add or modify Microsoft Internet Explorer (IE) command shortcuts?

IE 5.5 lets you search the Microsoft Knowledge Base for a specific Microsoft article by typing the article number in the IE address bar. For example, to display the contents of the Microsoft article "BUG: MSCDEX May Not Detect Disk Change"
( http://support.microsoft.com/?kbid=123456 ), you'd type

MSKB Q123456

in the address bar. Microsoft removed this functionality in IE 6.0, but you can reenable this feature as well as add your own shortcuts by performing the following steps:

bulletStart a registry editor (e.g., regedit.exe).
bulletNavigate to the HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl registry subkey.
bulletFrom the Edit menu, select New, Key.
bulletEnter the name that you want to use as the shortcut command (e.g., MSKB), then press Enter.
bulletSelect the new key, then double-click the Default value in the right-hand pane.
bulletSet the value to be the Web address you want to use and append "%s" (without the quotes) to the end of the URL that the shortcut points to. For example, type

http://support.microsoft.com/?kbid=%s

to enable the Microsoft Knowledge Base functionality.

bulletClick OK.
bulletClose the registry editor.

The change will take effect immediately.

 

[Up] [Security] [Privacy] [Windows] [Programs] [People Telecom] [Resources]

 

Home | SBS 2000 | News | Services | Support | Free Cards | Search | Feedback