Showing posts with label Vista. Show all posts
Showing posts with label Vista. Show all posts

Turn on Vista's Hidden 'Checkboxes' Feature

Most tech-savvy users know how to select multiple files: Hold down the Ctrl key while clicking each individual file. Of course, that can get a little tricky if you're working with a long list and/or a lot of files: It's too easy to mis-click and "lose" all your selections.

Full Story

Read Users' Comments (0)

Requesting Hotfixes from Microsoft the Easy Way


Have you ever noticed that many of the hotfixes listed in the Microsoft Help and Support knowledge base aren't actually available for download unless you contact support? What you might not know is that there is a secret form on the MS site that allows you to fill out a request for that specific hotfix… it's just not easily accessible.

Click here for more info

Read Users' Comments (0)

Install Windows Server 2003 Adminpak on Vista

Per Microsoft, copy the following text into a text file and rename the extension “.cmd” and you’ll have yourself a cmd file that you can pass around:
***********************************
@echo off

REM RegisterAdminPak.cmd
REM (c) 2006 Microsoft Corporation. All rights reserved.

set filelist=adprop.dll azroles.dll azroleui.dll ccfg95.dll
set filelist=%filelist% certadm.dll certmmc.dll certpdef.dll certtmpl.dll
set filelist=%filelist% certxds.dll cladmwiz.dll clcfgsrv.dll clnetrex.dll
set filelist=%filelist% cluadmex.dll cluadmmc.dll cmproxy.dll cmroute.dll
set filelist=%filelist% cmutoa.dll cnet16.dll debugex.dll dfscore.dll
set filelist=%filelist% dfsgui.dll dhcpsnap.dll dnsmgr.dll domadmin.dll
set filelist=%filelist% dsadmin.dll dsuiwiz.dll imadmui.dll lrwizdll.dll
set filelist=%filelist% mprsnap.dll msclus.dll mstsmhst.dll mstsmmc.dll
set filelist=%filelist% nntpadm.dll nntpapi.dll nntpsnap.dll ntdsbsrv.dll
set filelist=%filelist% ntfrsapi.dll rasuser.dll rigpsnap.dll rsadmin.dll
set filelist=%filelist% rscommon.dll rsconn.dll rsengps.dll rsjob.dll
set filelist=%filelist% rsservps.dll rsshell.dll rssubps.dll rtrfiltr.dll
set filelist=%filelist% schmmgmt.dll tapisnap.dll tsuserex.dll vsstskex.dll
set filelist=%filelist% w95inf16.dll w95inf32.dll winsevnt.dll winsmon.dll
set filelist=%filelist% winsrpc.dll winssnap.dll ws03res.dll

for %%i in (%filelist%) do (
echo Registering %%i …
regsvr32 /s %%i
)

echo.
Echo Command Completed
*********************************


Microsoft KB Link

Read Users' Comments (0)

Speed Up Network File Copying in Vista

Speed Up Network File Copying While Playing Audio in Windows Vista SP1

Windows Vista restricts network traffic to 10 packets per millisecond while playing multimedia to prevent skipping. Unfortunately this causes network speed to be pitiful on a gigabit network, especially during file copies over the network.

Service Pack 1 includes a new registry tweak that can be used to change the throttling percentage so you can at least partially fix this problem, but you should be careful to test it out, because you don't want your audio to skip either.

Note: This setting is only really useful if you are on a gigabit network - the default values should be fine for a Wireless network.

Full Article

Read Users' Comments (0)

Dual Monitors: Use a Different Wallpaper on Each Desktop

Dual Monitors: Use a Different Wallpaper on Each Desktop in Vista or XP

One of the most popular articles around here has been the article I wrote a year ago about using different wallpapers on each desktop using Active Desktop in Windows XP. The problem with that article is that it didn't work in Windows Vista… but now we have a great solution that is also free.

Instead of paying money for software to use separate wallpapers, or creating a wallpaper in Photoshop, Jon Tackabury has created a Free piece of software that lets you easily set separate wallpapers for each desktop.

Once the software is installed, you'll notice a new tray icon. Clicking the Desktop Wallpaper item from the menu will open up the dialog where you can set the wallpaper.


You can click on each desktop in the display, and set display settings differently for each monitor, or span the wallpaper across the two.

Full Instructions

Read Users' Comments (0)

vLite - Vista Lite

vLite is a tool for customizing the Windows Vista installation before actually installing it.

Main features are:

  • hotfix, language pack and driver integration
  • component removal
  • unattended setup
  • tweaks
  • split/merge Vista installation CDs
  • create ISO and burn bootable CD/DVD

Windows Vista from Microsoft takes a lot of resources, we all know that. vLite provides you with an easy removal of the unwanted components in order to make Vista run faster and to your liking.

This tool doesn't use any kind of hacking, all files and registry entries are protected as they would be if you install the unedited version only with the changes you select.

It configures the installation directly before the installation, meaning you'll have to remake the ISO and reinstall it. This method is much cleaner, not to mention easier and more logical than doing it after installation on every reinstall.

http://www.vlite.net/index.html

Read Users' Comments (1)comments

Windows Vista Tip: Disable annoying "Need your permission to continue-" prompts


Open up Control Panel, and type in user account into the search box. You'll see the link for "Turn User Account Control (UAC) on or off". Click it. Uncheck the box, and reboot your computer. You should be done with obnoxious prompts!

Link

Read Users' Comments (0)