![]() ![]() |
Oct 8 2005, 07:37 AM
Post
#1
|
|
|
我叫马丁 Group: Patrons Posts: 4090 Joined: 9-July 03 From: The Netherlands Member No.: 4903 OS: XP Pro x86
|
You have a tweak or tips for Microsoft Windows Vista users? Post them inhere and it will be added to this post.
Enable Sidebar in Vista Go to Program Files/Windows Sidebar/sidebar.exe turn on file extensions contributed by FthrJACK CODE Why windows always comes with file extensions hidden by default i dont know.. its stupid, leaves you open to installing a virus.exe thats been given a zip icon or something then named virus.zip.exe you just see a zip icon and virus.zip.. double click it and bam. also its a pain if you need to rename files.. change .txt to .bat or rename a file so it sends through messenger for example. to turn it on, go to any folder, documents for example. Layout > show classic menus - Tools > Folder Options - View Tab. Untick "Hide Extensions of Known File Types" close, go back to Layout, and put it back as it was Enable Glass without a supported card contributed by harunaksoy Download the file here. It just adds a key in your registry Enabling addition Avalon effects contributed by harunaksoy CODE Once you have the new Aero engine enabled on your build of Windows codename Longhorn, you can enable additional transition effects that are currently turned off in builds. Follow the steps below to add some additional desktop and explorer effects: 1. Open up regedit. 2. Navigate thru HKEY_Local_Machine, Software, Microsoft, Windows, Current Version, and Explorer. 3. Create a new DWORD and call it MILDesktop. 4. Set the value of MILDesktop to 1. 5. Create a new DWORD and call it MILExplorer. 6. Set the value of MILExplorer to 1. 7. Exit explorer and restart. I hope your system and drivers can handle the new effects! Enable DWM on None supported Video Cards contributed by gunsmokingman Note: Open Taskmanager and set the uxss.exe to normal as this is set to high using this tweak The Reg Tweak CODE Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DWM] "perUser"=dword:00000000 "DebugDumpTree"=dword:00000000 "DebugMessages"=dword:00000000 "DebugMouse"=dword:00000000 "DebugZOrder"=dword:00000000 "EnableMachineCheck"=dword:00000000 "ForceSoftwareD3D"=dword:00000000 "Glass"=dword:00000001 "UseAlternateButtons"=dword:00000001 "Animations"=dword:00000001 "AnimationsShiftKey"=dword:00000001 "Blur"=dword:00000001 "Composition"=dword:00000001 "UseDPIScaling"=dword:00000001 "RenderClientArea"=dword:00000001 "MagnificationPercent"=dword:00000064 Software to Tweak Vista TweakVista: http://www.tweakvista.com/TweakVistaUtility.aspx NOTE: This thread will be cleaned once in a while; this means that all non-relevant replies will be removed so that only the tips and tweaks stay This post has been edited by Martin L: Oct 30 2008, 05:18 AM
Reason for edit: cleaned the topic
|
|
|
|
Oct 23 2005, 12:49 PM
Post
#2
|
|
|
I am a PC... Group: Patrons Posts: 4121 Joined: 16-August 01 Member No.: 2 OS: Vista Ultimate x86
|
Why windows always comes with file extensions hidden by default i dont know.. its stupid, leaves you open to installing a virus.exe thats been given a zip icon or something then named virus.zip.exe
you just see a zip icon and virus.zip.. double click it and bam. also its a pain if you need to rename files.. change .txt to .bat or rename a file so it sends through messenger for example. to turn it on, go to any folder, documents for example. Layout > show classic menus - Tools > Folder Options - View Tab. Untick "Hide Extensions of Known File Types" close, go back to Layout, and put it back as it was |
|
|
|
Oct 23 2005, 02:23 PM
Post
#3
|
|
|
LazXpert ![]() ![]() ![]() Group: Members Posts: 359 Joined: 15-January 04 From: Trabzon (Don't ask) Member No.: 12526
|
Enable Glass without a supported card. Download the file here. It just adds a key in your registry.
|
|
|
|
Oct 23 2005, 04:03 PM
Post
#4
|
|
|
MSFN Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1554 Joined: 2-August 03 From: Vancouver,B.C Member No.: 5386
|
I guess you missed this thread about how to enable DWM on None supported Video Cards, I tested this
on Build 5231 only, have not tried it on earlier builds because they are old. The Thread |
|
|
|
Oct 24 2005, 01:19 PM
Post
#5
|
|
|
LazXpert ![]() ![]() ![]() Group: Members Posts: 359 Joined: 15-January 04 From: Trabzon (Don't ask) Member No.: 12526
|
Sorry i missed that one
Here's another tweak Enabling addition Avalon effects! QUOTE got that somewhere ......enjoy!
Once you have the new Aero engine enabled on your build of Windows codename Longhorn, you can enable additional transition effects that are currently turned off in builds. Follow the steps below to add some additional desktop and explorer effects: 1. Open up regedit. 2. Navigate thru HKEY_Local_Machine, Software, Microsoft, Windows, Current Version, and Explorer. 3. Create a new DWORD and call it MILDesktop. 4. Set the value of MILDesktop to 1. 5. Create a new DWORD and call it MILExplorer. 6. Set the value of MILExplorer to 1. 7. Exit explorer and restart. I hope your system and drivers can handle the new effects! |
|
|
|
Oct 24 2005, 04:05 PM
Post
#6
|
|
|
MSFN Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1554 Joined: 2-August 03 From: Vancouver,B.C Member No.: 5386
|
Since this only works on build before 5270 I am removing the sfx files and just am
going to post the code for it. Save as TurnOnDWM.vbs QUOTE CODE Const ABOVE_NORMAL = 32768, BELOW_NORMAL = 16384, NORMAL = 32 Dim Act, Fso, RegKey, strComputer, SD, Ts strComputer = "." Set Act = CreateObject("Wscript.Shell") Set Fso = CreateObject("Scripting.FileSystemObject") Set Ts = Fso.CreateTextFile("Dwm_On.reg") Ts.WriteLine "Windows Registry Editor Version 5.00" Ts.WriteLine "[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DWM]" Ts.WriteLine """perUser""=dword:00000000" Ts.WriteLine """DebugDumpTree""=dword:00000000" Ts.WriteLine """DebugMessages""=dword:00000000" Ts.WriteLine """DebugMouse""=dword:00000000" Ts.WriteLine """DebugZOrder""=dword:00000000" Ts.WriteLine """EnableMachineCheck""=dword:00000000" Ts.WriteLine """ForceSoftwareD3D""=dword:00000000" Ts.WriteLine """Glass""=dword:00000001" Ts.WriteLine """UseAlternateButtons""=dword:00000001" Ts.WriteLine """Animations""=dword:00000001" Ts.WriteLine """AnimationsShiftKey""=dword:00000001" Ts.WriteLine """Blur""=dword:00000001" Ts.WriteLine """Composition""=dword:00000001" Ts.WriteLine """UseDPIScaling""=dword:00000001" Ts.WriteLine """RenderClientArea""=dword:00000001" Ts.WriteLine """MagnificationPercent""=dword:00000064" Ts.Close Act.Run("REGEDIT /S Dwm_On.reg"), 1, True Fso.DeleteFile("Dwm_On.reg") Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colProcessList = objWMIService.ExecQuery ("Select * from Win32_Process Where Name = 'uxss.exe'") For Each objProcess in colProcessList objProcess.Terminate() Next Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colProcessList = objWMIService.ExecQuery ("Select * from Win32_Process Where Name = 'explorer.exe'") For Each objProcess in colProcessList objProcess.Terminate() Next Dim Cnt : Cnt = 0 Do Cnt = Cnt + 1 Loop Until Cnt = 10000 * 3 SD = Act.ExpandEnvironmentStrings("%systemdrive%") If Fso.FileExists(SD & "\TurnOnDWM.vbs") Then Fso.DeleteFile(SD & "\TurnOnDWM.vbs") End If Act.Run("taskmgr.exe") Act.Popup "Please turn the Uxss.exe to Normal", 15, "Lower Uxss.exe", 0 + 32 Save as TurnOffDWM.vbs QUOTE CODE Const HKEY_LOCAL_MACHINE = &H80000002 Dim strKeyPath, strComputer, Act Set Act = CreateObject("Wscript.Shell") strKeyPath = "SOFTWARE\Microsoft\DWM" strComputer = "." Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\default:StdRegProv") Dim DWMdel : DWMdel = Array("perUser", "DebugDumpTree","DebugMessages","DebugMouse","DebugZOrder","EnableMachineCheck",_ "ForceSoftwareD3D","Glass","UseAlternateButtons","Animations","AnimationsShiftKey","Blur","Composition",_ "UseDPIScaling","RenderClientArea","MagnificationPercent") For Each strDWMdel In DWMdel oReg.DeleteValue HKEY_LOCAL_MACHINE,strKeyPath,strDWMdel Next Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colProcessList = objWMIService.ExecQuery ("Select * from Win32_Process Where Name = 'uxss.exe'") For Each objProcess in colProcessList objProcess.Terminate() Next Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colProcessList = objWMIService.ExecQuery ("Select * from Win32_Process Where Name = 'explorer.exe'") For Each objProcess in colProcessList objProcess.Terminate() Next Dim Cnt : Cnt = 0 Do Cnt = Cnt + 1 Loop Until Cnt = 10000 * 3 Dim SD, Fso Set Fso = CreateObject("Scripting.FileSystemObject") SD = Act.ExpandEnvironmentStrings("%systemdrive%") If Fso.FileExists(SD & "\TurnOffDWM.vbs") Then Fso.DeleteFile(SD & "\TurnOffDWM.vbs") End if This post has been edited by gunsmokingman: Jun 24 2006, 01:14 AM |
|
|
|
Mar 15 2006, 01:01 PM
Post
#7
|
|
|
Follow the rules please :-) Group: Patrons Posts: 7655 Joined: 14-November 03 From: Bangalore, India Member No.: 9470
|
Vista 5308:
How to disable user access protection ( UAP )- 1. While logged in with admin rights. 2. Press the key combo Win+R (the "Run command" box comes up). 3. Run "msconfig". 4. Go to the "Tools" tab. 5. Scroll down to "disable UAP", & click the "launch" button below. 6. It will execute a command & leave behind a CMD window, exit that, reboot Vista, and you're done! |
|
|
|
Mar 17 2006, 03:07 AM
Post
#8
|
|
|
MSFN Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1554 Joined: 2-August 03 From: Vancouver,B.C Member No.: 5386
|
Change the size of the desktop icons
Hold the Ctrl down and use your mouse scroll wheel to adjust the size. |
|
|
|
Apr 29 2006, 08:03 AM
Post
#9
|
|
|
Group: Members Posts: 4 Joined: 16-September 05 Member No.: 73286
|
Show Administrator on Welcome Screen
start > run = " control userpasswords2 " select administrator account, click reset password (input new pass) / Ok start > run = " regedit " create the key below HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList create "DWORD (32bit) Value" Value Name: Administrator Value Data: 1 |
|
|
|
Apr 29 2006, 09:46 AM
Post
#10
|
|
|
MSFN Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1554 Joined: 2-August 03 From: Vancouver,B.C Member No.: 5386
|
Show Administrator on Welcome Screen start > run = " control userpasswords2 " select administrator account, click reset password (input new pass) / Ok start > run = " regedit " create the key below HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList create "DWORD (32bit) Value" Value Name: Administrator Value Data: 1 1:\ Right Click Computer Icon Select Manage 2:\ Expand The Local User And Groups 3:\ Rename the administartor account to match the name in the reg file, you can also just leave the name the same for the admin, but the name must match the reg file. This is a easier a way, change the Green text to the name you want. I posted this before in a earlier thread. Save As AddAdmin.Reg QUOTE Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]"HelpAssistant"=dword:00000000 "TsInternetUser"=dword:00000000 "SQLAgentCmdExec"=dword:00000000 "NetShowServices"=dword:00000000 "IWAM_"=dword:00010000 "IUSR_"=dword:00010000 "VUSR_"=dword:00010000 "PLACE_NEW_NAME_OR_ADMINISTARTOR_NAME_HERE"=dword:00000001 |
|
|
|
Jul 18 2006, 01:58 AM
Post
#11
|
|
|
Senior Technician ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2234 Joined: 29-November 05 From: devnull Member No.: 81039 OS: Vista Business x64
|
Open a few windows then press the win key + tab. That makes them all visible each behind the other.
|
|
|
|
Sep 18 2006, 04:00 PM
Post
#12
|
|
|
Insane Clown Group: Administrator Posts: 14502 Joined: 16-August 01 From: Esbjerg Member No.: 1 OS: Vista Business x86
|
Open Command Prompt Here
Right-click on any folder on your Windows Vista while holding down the shift key. You'll see an extra context-sensitive menu item there: Open Command Prompt here. O.T. Only tips & tweaks in here. Thread will be cleaned. |
|
|
|
Sep 19 2006, 02:11 AM
Post
#13
|
|
|
Insane Clown Group: Administrator Posts: 14502 Joined: 16-August 01 From: Esbjerg Member No.: 1 OS: Vista Business x86
|
Bringing Back Start / Run
Temporary: Win+R shortcut key Permanently: 1. Right-click on the Start menu and choose Properties; 2. Select the Start Menu tab and click on the Customize... button; 3. Ensure the "Run command" option is checked. |
|
|
|
Sep 24 2006, 09:12 AM
Post
#14
|
|
|
Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 730 Joined: 12-November 03 Member No.: 9394 |
Yep, the shift key method works but doesn't work every where. However, There is a registry tweak that does enable the command prompt here on the right click context menu that works every where. Make your own by using the below:
; add command prompt to right click context menu [HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here] [HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here\command] @="cmd.exe /k pushd %L" Or you can just use the cmd_prmt_here.reg file I attached to this post. Open Command Prompt Here
Right-click on any folder on your Windows Vista while holding down the shift key. You'll see an extra context-sensitive menu item there: Open Command Prompt here. O.T. Only tips & tweaks in here. Thread will be cleaned. This post has been edited by Spooky: Sep 24 2006, 09:13 AM
Attached File(s)
|
|
|
|
Sep 24 2006, 09:42 AM
Post
#15
|
|
|
Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 730 Joined: 12-November 03 Member No.: 9394 |
You can get rid of the shortcut arrows in vista by using an old reg tweak that still works: Open up regedit and go to:
[HKEY_CLASSES_ROOT\lnkfile] Then re-name 'IsShortcut' to 'AriochIsShortcut' in the right pane. Close regedit and reboot - shortcut arrows are gone. |
|
|
|
Sep 24 2006, 05:16 PM
Post
#16
|
|
|
Friend of MSFN ![]() ![]() ![]() ![]() ![]() |