Transient Multimon Manager (TMM) is a Microsoft Windows Vista operating system feature targeted at improving the user experience of connecting and disconnecting displays, particularly for the mobile user. This is the 2-3 second delay followed by a blank black screen as Vista searches for monitor changes when you startup Vista.
If you do not use a external monitor for a mobile PC or multiple monitors on a desktop PC, then you can safely disable TMM. Do not disable TMM if you do.
Disable or Enable the Transient Multimon Manager (TMM) in Vista
1. Open the Start Menu.
A) Click on All Programs, Accessories, System Tools, and Task Schedular.
B) Go to step 2.
OR
1. Open the Control Panel (Classic View).
A) Click on Administrative Tools -> Computer Management.
2. If prompted, click on Continue in the UAC prompt.
3. In the left pane, expand Task Scheduler, Task Scheduler Library, Microsoft, Windows, and click on MobilePC. (See screenshot below)
4. In the middle pane, right click on TMM.
5. To Disable TMM -
A) Click on Disable.
B) Go to step 7.
6. To Enable TMM -
A) Click on Enable.
NOTE: TMM is enabled by default in Vista.
7. Close Task Scheduler.
8. Logoff and logon, or restart the computer to see the change
Showing posts with label Vista. Show all posts
Showing posts with label Vista. Show all posts
How to See What Your Boot Up Time is in Vista/XP
Just uploaded the .exe file for ur convenience:
http://rapidshare.com/files/255352285/Reboot-Time.zip
this file reboots ur PC and shows ur ReBoot time on restart,. Njoy.
whenever u wanna out, u delete the exe file, lol
OR
1) Open your favorite text editor (notepad will do the job perfectly) and copy/paste the following script:
Code:
Option Explicit
On Error Resume Next
Dim Wsh, Time1, Time2, Result, PathFile, MsgResult, MsgA, AppName, KeyA, KeyB, TimeDiff
MsgA = "Please close all running applications and click on OK."
KeyA = "HKEY_CURRENT_USER\Software\RestartTime\"
KeyB = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\RestartTime"
AppName = "ReBoot-Time"
Set Wsh = CreateObject("WScript.Shell")
PathFile = """" & WScript.ScriptFullName & """"
Result = wsh.RegRead(KeyA & "Times")
if Result = "" then
MsgResult = Msgbox (MsgA, vbOKCancel, AppName)
If MsgResult = vbcancel then WScript.Quit
Wsh.RegWrite KeyA & "Times", left(Time,8), "REG_SZ"
Wsh.RegWrite KeyB, PathFile, "REG_SZ"
Wsh.Run "cmd /c Shutdown -r -t 00", false, 0
else
Wsh.RegDelete KeyA & "Times"
Wsh.RegDelete KeyA
Wsh.RegDelete KeyB
TimeDiff = DateDiff("s",Result,left(Time,8))
MsgBox "Your computer reboots in " & TimeDiff & " seconds", VbInformation, AppName
end if
wscript.Quit2) Save the file wherever you want on the same HDD (desktop for example) as ReBoot-Time.vbs (you can choose whatever name as far as the extension is ".VBS"
once u click this file, u will reboot automatically and on reboot u will see the boot up time.. some thing lyk this:
If it isnt working, then renaming hasnt been done properly, see the note
Pls note: u have to rar/zip the file to rename it from .txt to .vbs and then unrar/unzip to desktop
http://rapidshare.com/files/255352285/Reboot-Time.zip
this file reboots ur PC and shows ur ReBoot time on restart,. Njoy.
whenever u wanna out, u delete the exe file, lol
OR
1) Open your favorite text editor (notepad will do the job perfectly) and copy/paste the following script:
Code:
Option Explicit
On Error Resume Next
Dim Wsh, Time1, Time2, Result, PathFile, MsgResult, MsgA, AppName, KeyA, KeyB, TimeDiff
MsgA = "Please close all running applications and click on OK."
KeyA = "HKEY_CURRENT_USER\Software\RestartTime\"
KeyB = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\RestartTime"
AppName = "ReBoot-Time"
Set Wsh = CreateObject("WScript.Shell")
PathFile = """" & WScript.ScriptFullName & """"
Result = wsh.RegRead(KeyA & "Times")
if Result = "" then
MsgResult = Msgbox (MsgA, vbOKCancel, AppName)
If MsgResult = vbcancel then WScript.Quit
Wsh.RegWrite KeyA & "Times", left(Time,8), "REG_SZ"
Wsh.RegWrite KeyB, PathFile, "REG_SZ"
Wsh.Run "cmd /c Shutdown -r -t 00", false, 0
else
Wsh.RegDelete KeyA & "Times"
Wsh.RegDelete KeyA
Wsh.RegDelete KeyB
TimeDiff = DateDiff("s",Result,left(Time,8))
MsgBox "Your computer reboots in " & TimeDiff & " seconds", VbInformation, AppName
end if
wscript.Quit2) Save the file wherever you want on the same HDD (desktop for example) as ReBoot-Time.vbs (you can choose whatever name as far as the extension is ".VBS"
once u click this file, u will reboot automatically and on reboot u will see the boot up time.. some thing lyk this:
If it isnt working, then renaming hasnt been done properly, see the note
Pls note: u have to rar/zip the file to rename it from .txt to .vbs and then unrar/unzip to desktop
How to remove Windows Vista and/or Windows 7 from dual boot system having XP.
I was having my P.C. with X.P. as well Windows Vista and Beta version of Windows 7 as a dual boot.
After some days if uses I stopped using Vista and Windows 7.
Now I wished to get rid of these Operating systems as they were using a lot of space on my Hard Disk and I did not needed them any more.
Then I searched for the solution of How to remove those Operating Systems without losing my Data and even without having to re-install my X.P.?
I think many of you people also have this problem of how to remove Vista and / or Windows 7 on a dual boot system with X.P.
Here is how to do it.
1> Boot your computer in to Windows XP.
2> Ensure you have the Vista DVD in the DVD drive.
3> Go to “Start” and “Run”. Type in “d:\boot\bootsect.exe /nt52 ALL /force” (without quotes, plus replace d: with the drive letter of your Vista DVD).
4> Remove two files (Boot.BAK & Bootsect.BAK) on your XP root folder (C: ).
5> Restart the computer, and you will notice the boot selection menu is gone.
6> Format the partition/drive where you had Vista installed.
And now you have returned your computer to its previous state, without Vista and without the new bootloader.
This is this much simple.
After some days if uses I stopped using Vista and Windows 7.
Now I wished to get rid of these Operating systems as they were using a lot of space on my Hard Disk and I did not needed them any more.
Then I searched for the solution of How to remove those Operating Systems without losing my Data and even without having to re-install my X.P.?
I think many of you people also have this problem of how to remove Vista and / or Windows 7 on a dual boot system with X.P.
Here is how to do it.
1> Boot your computer in to Windows XP.
2> Ensure you have the Vista DVD in the DVD drive.
3> Go to “Start” and “Run”. Type in “d:\boot\bootsect.exe /nt52 ALL /force” (without quotes, plus replace d: with the drive letter of your Vista DVD).
4> Remove two files (Boot.BAK & Bootsect.BAK) on your XP root folder (C: ).
5> Restart the computer, and you will notice the boot selection menu is gone.
6> Format the partition/drive where you had Vista installed.
And now you have returned your computer to its previous state, without Vista and without the new bootloader.
This is this much simple.
Hidden bluetooth software in XP and vista
Now you don't need to install any software for your bluetooth device.
you don't know but you already had it in ur window xp nd vista
it can be used as:-
1.open run command
2.now type "fsquirt" without quotes
3.now just select whether u want 2 send or receive any file very easy.
you don't know but you already had it in ur window xp nd vista
it can be used as:-
1.open run command
2.now type "fsquirt" without quotes
3.now just select whether u want 2 send or receive any file very easy.
How To Log On Automatically On Windows Vista
Sometimes you don't have extremely important or sensitive information on your computer ( for example a gaming computer ) and you don't like to log in every single time you reboot your computer.
You can set your computer to log in automatically.
1. Type control userpasswords2 into the Start menu search box and press Enter to go to Advanced User Accounts Control Panel.
2. Uncheck the box "Users must enter a user name and password to use this computer", and then press Apply. Enter the right username and password in the boxes shown. Press OK.
Now your computer will log in automatically each time you start it
You can set your computer to log in automatically.
1. Type control userpasswords2 into the Start menu search box and press Enter to go to Advanced User Accounts Control Panel.
2. Uncheck the box "Users must enter a user name and password to use this computer", and then press Apply. Enter the right username and password in the boxes shown. Press OK.
Now your computer will log in automatically each time you start it
Vista - Changing the Boot Screen
STEP ONE:
Navigate yourself to C:\Windows\system32\en-US for english; \NL-nl for Dutch and so on for each language available for Vista.
STEP TWO:
Find winload.exe.mui and open the Properties for this file.
Click on the 'Security' tab, now choose 'Advanced' and set the ownership of this file to 'Users'.
STEP THREE:
Now you need to copy and paste your desired background and replace it with the background from the folder 'system32\en-US folder'
STEP FOUR:
Now, goto 'Start > Run' and type 'msconfig'.
STEP FIVE:
Choose the 'Boot' tab and now enable 'No GUI Boot'
STEP SIX:
Close msconfig and reboot your computer.
Navigate yourself to C:\Windows\system32\en-US for english; \NL-nl for Dutch and so on for each language available for Vista.
STEP TWO:
Find winload.exe.mui and open the Properties for this file.
Click on the 'Security' tab, now choose 'Advanced' and set the ownership of this file to 'Users'.
STEP THREE:
Now you need to copy and paste your desired background and replace it with the background from the folder 'system32\en-US folder'
STEP FOUR:
Now, goto 'Start > Run' and type 'msconfig'.
STEP FIVE:
Choose the 'Boot' tab and now enable 'No GUI Boot'
STEP SIX:
Close msconfig and reboot your computer.
Increase Windows Vista Performance / Experience Index upto 9.9
We all know about new feature "Windows Experience or Performance Index" in Windows Vista. Its a new feature which automatically calculates your system performance index based on the hardware you have. It can be between 0.1 to 9.9
Better system hardware, better Performance Index and better system performance.
"Windows Performance Index" is shown in "System Properties" which can be accessed by right-clicking on "My Computer" icon on Desktop and select "Properties" or from "Control Panel".
Using this trick, you can increase that Index upto 9.9
The benefit of this hack is, there are a few features in Windows Vista which can only be used if your "Windows Experience Index" reaches the minimum requirements. So by increasing the Index manually, you can use those features.
Like You'll get toolbar in "Photo Gallery's Slide Show" while opening a wallpaper in Explorer.
How to:
1. Type following in Startmenu Searchbox / Run / Explorer Addressbar:
Quote:
%windir%\Performance\WinSAT\DataStore
And Press.
2. You'll one or more .xml files in the folder. Sort them by Date Created or look at their name. The file name will be in following format:
Quote:
2007-11-08 22.23.17.858 Assessment (Initial).WinSAT.xml
Where "2007-11-08 22.23.17.858" might differ from machine to machine and Windows Installation date/time.
3. Open the latest file in "Wordpad" and goto line having. It'll be approx. 12th line and will look like following:
Quote:
1
4
3.4
2.9
3.9
1
1
4.2
4. Now you can edit the numbers between > & < and can increase them upto 9.9 as following: Quote:
9.9
9.9
9.9
9.9
9.9
9.9
9.9
9.9
5. Thats it. Save the file and check the Index again in System Properties. It'll 9.9 now.
NOTE: If you can't save the file, then take ownership of the file. For taking ownership..you can also edit and save the file by dragging the file to the desktop
and edit the file as mentioned above and save it and again place it in the original location.that'all
Better system hardware, better Performance Index and better system performance.
"Windows Performance Index" is shown in "System Properties" which can be accessed by right-clicking on "My Computer" icon on Desktop and select "Properties" or from "Control Panel".
Using this trick, you can increase that Index upto 9.9
The benefit of this hack is, there are a few features in Windows Vista which can only be used if your "Windows Experience Index" reaches the minimum requirements. So by increasing the Index manually, you can use those features.
Like You'll get toolbar in "Photo Gallery's Slide Show" while opening a wallpaper in Explorer.
How to:
1. Type following in Startmenu Searchbox / Run / Explorer Addressbar:
Quote:
%windir%\Performance\WinSAT\DataStore
And Press
2. You'll one or more .xml files in the folder. Sort them by Date Created or look at their name. The file name will be in following format:
Quote:
2007-11-08 22.23.17.858 Assessment (Initial).WinSAT.xml
Where "2007-11-08 22.23.17.858" might differ from machine to machine and Windows Installation date/time.
3. Open the latest file in "Wordpad" and goto line having
Quote:
4. Now you can edit the numbers between > & < and can increase them upto 9.9 as following: Quote:
5. Thats it. Save the file and check the Index again in System Properties. It'll 9.9 now.
NOTE: If you can't save the file, then take ownership of the file. For taking ownership..you can also edit and save the file by dragging the file to the desktop
and edit the file as mentioned above and save it and again place it in the original location.that'all
Disabling the Vista Black Screen
*First we need to open group policy.
*Go to Start.
*Open accessories.
*Open Run.
*And type in “gpedit.msc”.
*Then again continue at the annoying “Windows needs your permission to continue” window.
*Then select “Computer Configuration”.
*Then “Windows Settings”.
*And then select “Security Settings”.
*Open “Local Policies”.
*Double click on “Security Options”.
*Now you need to scroll down to the policy named “User Account Control: Switch to the secure desktop when prompting for elevation” and you need to double click on it to open the next window.
*Select disable, click on apply and OK.
*Go to Start.
*Open accessories.
*Open Run.
*And type in “gpedit.msc”.
*Then again continue at the annoying “Windows needs your permission to continue” window.
*Then select “Computer Configuration”.
*Then “Windows Settings”.
*And then select “Security Settings”.
*Open “Local Policies”.
*Double click on “Security Options”.
*Now you need to scroll down to the policy named “User Account Control: Switch to the secure desktop when prompting for elevation” and you need to double click on it to open the next window.
*Select disable, click on apply and OK.
How To Create Bootable USB To Install Windows Vista
Posted by
R.D
on Saturday, October 17, 2009
/
Labels:
registry entry,
Softwares,
Vista
/
Comments: (0)
This tutorial will help you in creating a bootable USB drive of Windows Vista which you can use to install Vista in any system. It might become very useful when you don't have access to DVD drive.
1. First format your USB drive in NTFS file system. You can do it by attaching your USB drive to your system and then format it from My Computer window.
2. Now open Command Prompt window from Start menu. Right-click on Command Prompt entry in start menu and select "Run as administrator" option.
3. Now type diskpart in Command Prompt window and press Enter. It'll launch DiskPart program
4. Now provide following command:
list volume
It'll show a list of all drives in your system. Look for your USB drive entry. As in the below screenshot, the USB drive is "G" which you can determine from its "Type" entry.
Now you have to select the USB drive volume by providing select volume no. command. Since in our case volume no. of USB drive is "Volume 4", the command would be:
select volume 4
Now we have to make this drive active. So provide active command:
active
Now exit from DiskPart using exit command.
5. Now we need to create Boot sector on USB drive. We'll use "bootsect.exe" utility for this task. You can find this utility in Windows Vista setup disk. It'll be present in "Boot" directory.
Now provide following command in Command Prompt:
bootsect /nt60 G:
Here G is drive letter of USB drive. Replace it with the correct drive letter if your system has some other letter for USB drive.
6. At last, copy all files/folders from Vista Setup DVD to your USB drive and you have done.
Now you can boot using your USB drive and can install Windows Vista in any system.
1. First format your USB drive in NTFS file system. You can do it by attaching your USB drive to your system and then format it from My Computer window.
2. Now open Command Prompt window from Start menu. Right-click on Command Prompt entry in start menu and select "Run as administrator" option.
3. Now type diskpart in Command Prompt window and press Enter. It'll launch DiskPart program
4. Now provide following command:
list volume
It'll show a list of all drives in your system. Look for your USB drive entry. As in the below screenshot, the USB drive is "G" which you can determine from its "Type" entry.
Now you have to select the USB drive volume by providing select volume no. command. Since in our case volume no. of USB drive is "Volume 4", the command would be:
select volume 4
Now we have to make this drive active. So provide active command:
active
Now exit from DiskPart using exit command.
5. Now we need to create Boot sector on USB drive. We'll use "bootsect.exe" utility for this task. You can find this utility in Windows Vista setup disk. It'll be present in "Boot" directory.
Now provide following command in Command Prompt:
bootsect /nt60 G:
Here G is drive letter of USB drive. Replace it with the correct drive letter if your system has some other letter for USB drive.
6. At last, copy all files/folders from Vista Setup DVD to your USB drive and you have done.
Now you can boot using your USB drive and can install Windows Vista in any system.
Use your pen drive as a temporary ram in vista
Till this date, Microsoft’s windows had Page File (A virtual memory file, stored on hard disk) options for the memory requirement of the computer, so that the computing can be done at cheaper rates and that too without installing the physical memory (RAM).
The page file is used by the Windows OS to cater the needs of various applications when the physical memory is fully used up. The reason for that is, that Virtual memory is slower as compared to the physical memory and thus Phyical memory takes the first priority.
However, with the release of Windows Vista, Microsoft has introduced a new technology called ReadyBoost. With the help of this technology one can use any Flash drive, SD Cards, CF Cards as the third memory option for the computer.
Now, the benefits of Flash Drive or Cards as a source of Memory :
1. It is faster than the virtual memory which is accessed through the Hard .
2. It is cheaper as compared to the actually Physical Memory.
How can it be activated ?
In order to activate the ReadyBoost technology on your FlashDrive or Memory Cards, you have to follow these steps…
1. Open My Computer.
2. Right Click on the Removable Disk Drive and select Properties.
3. Click on ReadyBoost Tab.
4. Enable the feature by selecting the option and allocate the amount of space you want to use as memory.
Things to be noted….
1. Regardless of the fact that you use Readyboost or not, you need at least 512 of memory to run Windows Vista decently.
2. If your device is not giving the option of ReadyBoost then it means that it doesn’t clear up the minimum data trasfer rate required by ReadBoost technology
The page file is used by the Windows OS to cater the needs of various applications when the physical memory is fully used up. The reason for that is, that Virtual memory is slower as compared to the physical memory and thus Phyical memory takes the first priority.
However, with the release of Windows Vista, Microsoft has introduced a new technology called ReadyBoost. With the help of this technology one can use any Flash drive, SD Cards, CF Cards as the third memory option for the computer.
Now, the benefits of Flash Drive or Cards as a source of Memory :
1. It is faster than the virtual memory which is accessed through the Hard .
2. It is cheaper as compared to the actually Physical Memory.
How can it be activated ?
In order to activate the ReadyBoost technology on your FlashDrive or Memory Cards, you have to follow these steps…
1. Open My Computer.
2. Right Click on the Removable Disk Drive and select Properties.
3. Click on ReadyBoost Tab.
4. Enable the feature by selecting the option and allocate the amount of space you want to use as memory.
Things to be noted….
1. Regardless of the fact that you use Readyboost or not, you need at least 512 of memory to run Windows Vista decently.
2. If your device is not giving the option of ReadyBoost then it means that it doesn’t clear up the minimum data trasfer rate required by ReadBoost technology