Wednesday, May 28, 2008
Disable Screen Saver
ScreenSaveActive REG_SZ 1
ScreenSaverIsSecure REG_DWORD 00000001
ScreenSaveTimeOut REG_SZ 1800
Sunday, May 11, 2008
Vista / Windows 7 / Windows Server 2008: Disable hibernation
| 1. | Click Start, and then type cmd in the Start Search box. |
| 2. | In the search results list, right-click Command Prompt, and then click Run as Administrator. |
| 3. | When you are prompted by User Account Control, click Continue. |
| 4. | At the command prompt, type powercfg.exe /hibernate off, and then press ENTER. |
| 5. | Type exit, and then press ENTER. |
Sunday, May 4, 2008
Blackberry: Pearl 'Numlock'
Tuesday, April 29, 2008
Vista: Setup Configuration Passes
Pass 1 windowsPE
Windows PE is a minimal version of Windows that is designed to prep a system for installing Windows on it, and you can use Windows PE to boot a system that has no operating system, partition and format its drives, copy disk images to the system’s drives, and launch Setup from a network share.This really means two things: the windowsPE pass is equivalent to the first phase of Windows Setup, but it’s also something standalone by itself.
Pass 2 offlineServicing
Settings for this configuration pass can be used to do things like add additional drivers, security updates, hotfixes, language packs, and other packages to your Windows Image (WIM) file. Note that you can’t add boot-critical drivers during this pass—these must be added during the windowsPE pass described above.From the perspective of running Windows Setup, the offlineServicing pass happens during the second phase of Setup after the .wim file has been copied to the system’s hard disk. This is because the image has to be applied to the hard drive before it can be serviced by Package Manager, the built-in tool in Vista that is used for applying updates, fixes and packages to the image
Pass 3 specialize
This pass is used to configure system-specific settings such as network settings, internationalization, domain membership, and so on.
Pass 4 generalize
This pass is closely tied to using the sysprep /generalize command. Sysprep , the System Preparation Tool, is used mainly to prepare an image for deployment onto multiple destination computers.
Pass 5 auditSystem
This pass happens only when Setup is running in audit mode using the sysprep /audit command. Audit mode is used in certain deployment scenarios for adding various customizations to a Windows image and bypasses the final Windows Welcome phase of Setup. Whatever takes place during the auditSystem pass happens in the context of the Local System account and occurs before the user logs onto the computer.Pass 6 auditUser
This pass is similar to auditSystem (i.e. it only happens when Setup is running in audit mode) except that whatever happens during this pass occurs in the context of the user’s account and takes place after the user has logged on to his computer.Pass 7 oobeSystem
This final configuration pass corresponds to the beginning of the third and final phase of Setup and is used to configure happens during the Windows Welcome phase of Setup.
---------------------------------------------------------------------------------------------
Reference: http://www.windowsnetworking.com/articles_tutorials/Deploying-Vista-Part3.html
Monday, April 28, 2008
Vista: Unattended Installation
To install Windows from the product DVD | |||||||||
|
Windows XP: Mini-Setup wizard appears to stop responding for up to three minutes
The Windows XP Mini-Setup wizard appears to stop responding for up to three minutes
SYMPTOMS
When you start a computer for the first time after a new operating system is installed, the Mini-Setup wizard gathers any information that is required for the new operating system. When the wizard begins to configure network settings for a wireless LAN based computer, the computer may appear to stop responding for one to three minutes.Note This behavior only occurs during the network configuration phase of the Mini-Setup wizard on some computers. The behavior does not occur again and does not affect typical operation of the computer after the Mini-Setup wizard has completed.
----------------------------------------------------------------------------------------------
Refer: http://support.microsoft.com/kb/835362
Sunday, April 27, 2008
Windows XP: Slow login / Offline Files
2. Log on as local Administrator
3. Click Start, and then click My Computer.
4. On the Tools menu, click Folder Options.
5. Click the Offline Files tab.
6. Select the Enable Offline Files check box, and then click OK.
7. Log on as user