maxXPsoft Posted August 2, 2007 Share Posted August 2, 2007 at launch vistatweaker does some readings in the registryHow about checking displaying the current state of the tweaks when the program started. For example, if UAC is already disabled when VistaTweaker open up it would show the Disable UAC box already has a check mark in the box.yep not much good if it can't read/write and also disable the same. gives one a sense of where they are in case they have trouble to disable certain things instead of trashing the whole thing.there are so many keys in the reg(270,000 + ) and with Vistas registry virtualization it becomes harder. I use more than 4 different methods to extract/write info myselfI'd suggest you start doing that right away instead of waiting, then it becomes second hand to add both a read and a write at the same time and to tick the checkboxes. Trust me. I been there and catching up is no fun. took me several weeks Link to comment Share on other sites More sharing options...
ajua Posted August 2, 2007 Author Share Posted August 2, 2007 yep not much good if it can't read/write and also disable the same. gives one a sense of where they are in case they have trouble to disable certain things instead of trashing the whole thing.there are so many keys in the reg(270,000 + ) and with Vistas registry virtualization it becomes harder. I use more than 4 different methods to extract/write info myselfI'd suggest you start doing that right away instead of waiting, then it becomes second hand to add both a read and a write at the same time and to tick the checkboxes. Trust me. I been there and catching up is no fun. took me several weeksi know, i have been testing some things and realize that i better finish the reading code before moving on. you are right about catching up...thanks for the advice. Link to comment Share on other sites More sharing options...
maxXPsoft Posted August 16, 2007 Share Posted August 16, 2007 well?you gettin there elajua? need any help just ask, maybe someone can answer. used your app on my Bros laptop since it was a clean OEM and combined with quite a few of my own surefire speedups made it a much happier camper Link to comment Share on other sites More sharing options...
ajua Posted August 16, 2007 Author Share Posted August 16, 2007 well?you gettin there elajua? need any help just ask, maybe someone can answer. used your app on my Bros laptop since it was a clean OEM and combined with quite a few of my own surefire speedups made it a much happier camperglad your brother's comp is running smoothly.im currently testing the initial readings for all tweaks and implementing some functions for it. the only help i need is to find more tweaks for vista since many of the ones i had with xp don't work.i got the tweaks collection from this forum but many of them are for xp only. nevertheless im researching my self to find more. Link to comment Share on other sites More sharing options...
Disk4mat Posted August 27, 2007 Share Posted August 27, 2007 Vista Tweaker is a great app! I did come across one problem. I used the remove WMP contect menu items and after that I could no longer open media files from Win Explorer. Open with worked ok. I tried re-associating the file types and mo go. Luckily I found a solution to fix (undo) the tweaks.Start > Run>regsvr32 wmpshell.dllI'm sure other people have already requested the ability to undo/restore tweaks. Anyway, thought I would post this in case someone else experiences this problem. Link to comment Share on other sites More sharing options...
ajua Posted August 30, 2007 Author Share Posted August 30, 2007 i didn't experience that in my tests but thanks for posting that out. im making the registry readings before i move on so i would look into your problem when i get there.thanks for the feedback. Link to comment Share on other sites More sharing options...
ajua Posted October 25, 2007 Author Share Posted October 25, 2007 updated post.Version 0.5 Beta is out. Link to comment Share on other sites More sharing options...
masterb73 Posted October 27, 2007 Share Posted October 27, 2007 Nice program.Got a problem.When I save the settings that I changes, I get a message "Access to registry key is denied". I am an administrator. None of my settings are changed.This is what I want to get rid of!Can you help? Link to comment Share on other sites More sharing options...
Legolash2o Posted October 27, 2007 Share Posted October 27, 2007 (edited) Hey good work Detection of Remove shortcut overlay & Remove "Shortcut to..." doesnt work. how do i know? i have them both disabled but they wasnt ticked when i opened Vista Tweaker. Edited October 27, 2007 by legolash2o Link to comment Share on other sites More sharing options...
ajua Posted October 27, 2007 Author Share Posted October 27, 2007 Nice program.Got a problem.When I save the settings that I changes, I get a message "Access to registry key is denied". I am an administrator. None of my settings are changed.This is what I want to get rid of!Can you help?i already responded to you (i think you are masterblaster) in my site.I will look starting tomorrow for a way to read a random registry key that is used in the security center notifications tweak. But i need to find a way to do it on every computer computer that vistatweaker is ran.will post when i solved that. Link to comment Share on other sites More sharing options...
ajua Posted October 27, 2007 Author Share Posted October 27, 2007 Hey good work Detection of Remove shortcut overlay & Remove "Shortcut to..." doesnt work. how do i know? i have them both disabled but they wasnt ticked when i opened Vista Tweaker.thanks for the feedback. Those two tweaks were intentionally left out of the checking because im trying other ways to achieve what i want.i responded to your PM. Link to comment Share on other sites More sharing options...
Hanschke Posted January 4, 2008 Share Posted January 4, 2008 will there come a new beta soon? Link to comment Share on other sites More sharing options...
PC_LOAD_LETTER Posted January 5, 2008 Share Posted January 5, 2008 just playing with your program and it looks good but i found a problemon the Windows UI tab, when i check "Remove My Sharing Folders" Apply it, Uncheck it and Apply again I get an Unhanded exception saying "Cannot delete a subkey tree because the subkey does not exist."See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************System.ArgumentException: Cannot delete a subkey tree because the subkey does not exist. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at Microsoft.Win32.RegistryKey.DeleteSubKeyTree(String subkey) at VistaTweaker.frmMain.ApplyToolStripMenuItem_Click(Object sender, EventArgs e) at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.MenuStrip.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)************** Loaded Assemblies **************mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------VistaTweaker Assembly Version: 0.5.0.0 Win32 Version: 0.5.0.0 CodeBase: file:///C:/Users/User/Desktop/VistaTweaker%200.5%20Beta.exe----------------------------------------Microsoft.VisualBasic Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.312 (rtmLHS.050727-3100) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll----------------------------------------System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll----------------------------------------System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------System.Runtime.Remoting Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll----------------------------------------************** JIT Debugging **************To enable just-in-time (JIT) debugging, the .config file for thisapplication or computer (machine.config) must have thejitDebugging value set in the system.windows.forms section.The application must also be compiled with debuggingenabled.For example:<configuration> <system.windows.forms jitDebugging="true" /></configuration>When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT debugger registered on the computerrather than be handled by this dialog box.also there is a type on that same tab "unknow file extentions"I love the "folder list" and the "take ownership" context menu options which as i type this, I am noticing its referred to as "Directory List" in the application but "Folder List" on the context menuas for settings that you could add how aboutWindows Vista cannot obtain an IP address from certain routers or from certain non-Microsoft DHCP servers (i've had this issue on cisco and linksys)http://support.microsoft.com/kb/928233Enable Glass on non Aero cardHKLM\Software\Microsoft\DWMEnableMachineCheck=0 DWORD (32bit) Enable hold shift for slow Aero animationsKCU\Software\Microsoft\DWMAnimationsShiftKey=1 DWORD (32bit) Show Administrator on login screenHKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserListAdministrator=1 DWORD (32bit) NoGUIBoot (alternate boot screen) Link to comment Share on other sites More sharing options...
ajua Posted January 13, 2008 Author Share Posted January 13, 2008 sorry i couldn't reply earlier. i have been busy.i will correct the sharing folders issues as soon as i have the time.there are many more tweaks im working on, including the ones you posted.thanks for taking the time to post your findings and for sending feedback. Link to comment Share on other sites More sharing options...
Hanschke Posted May 19, 2008 Share Posted May 19, 2008 will there be a new version soon? Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now