Jump to content

UA Registry Tweakage DOTNET (0.4 Released)


Recommended Posts


This app just what i've been wanting for ages. I enabled the extensions for links/shortcuts : Microsoft Word.lnk, and i cant turn it off with registrytweakage. Even in the registry things look too complicated!

any help?

cheers

Link to comment
Share on other sites

well basicly, understanding whats going on in the tweak is pretty straight forward. The tweak looks at each key and you see the:

"NeverShowExt"=-

string value being set to -, when =- is set it means that the string is going to be deleted just like [-HKCU etc is for a key. So to get it back all you need to do is add a string named "NeverShowExt" like so:

; Hide Extended File Extensions (.lnk/.url etc.)
[HKEY_CLASSES_ROOT\lnkfile]
"NeverShowExt"=""
[HKEY_CLASSES_ROOT\InternetShortcut]
"NeverShowExt"=""
[HKEY_CLASSES_ROOT\ShellScrap]
"NeverShowExt"=""
[HKEY_CLASSES_ROOT\DocShortcut]
"NeverShowExt"=""
[HKEY_CLASSES_ROOT\piffile]
"NeverShowExt"=""
[HKEY_CLASSES_ROOT\SHCmdFile]
"NeverShowExt"=""

The above code re-adds the string value "NeverShowExt" and sets its default value to blank and this should hide the extensions.

I have attached a reg file so you just have to execute it. Tell me if it works or not.

hideextendedextensions.reg

Link to comment
Share on other sites

this is great! so many options that i don't even know what to do with...

the hover info suggestion is a great idea.

how about some "security suggested" check option? or atleast downloadable profiles that are recommeded?

so much power here, and i don't know what options are "right" for me.

"optimize core system performance"... hmmm...

Link to comment
Share on other sites

Users could share profiles, but with new updates its hard to keep the old profiles working with the new updates due to the amount of changes :). I might release some profiles which have recommended disabling of services and other stuff but most is personal preference.

I will look into the hovering and stuff, its alot of work for me to code into the program tho, i might write it all up on my website and then link it.

Link to comment
Share on other sites

Hi Mike,

Congrats passing your exam :thumbup

Is it normal to have double \\ and %% ?

Example:

; Add Device Manager to Right Click Menu of My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager\command]
@="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc"

Edited by Smurf22
Link to comment
Share on other sites

Mike Check this out

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
"VisualFXSetting"=dword:00000003

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax]
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation]
"DefaultApplied"=dword:00000001


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows]
"DefaultApplied"=dword:00000001


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\FontSmoothing]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling]
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewWatermark]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Themes]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView]
"DefaultApplied"=dword:00000001

try to integrate that... it removes all the crazy fade, and smooth scroll. Thanks

Link to comment
Share on other sites

Here's another to add to Security Tweaks section

;Dissable Network Connections in classic Start Menu->Settings
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoNetworkConnections"=dword:00000001

I like to see a reg tweak that hides the "Settings" option from the Classic Start Menu alltogether.

Also like to see a tweak to stop access to "Taskbar and Starmenu" options from anywhere whithin windows.

Thank You Mike for your excellent Utility.

Cheers.

Edited by smashly
Link to comment
Share on other sites

Havin trouble with this sunjava icon in systemtray upon first use following install, disabled with the following tweak but still shows in systemtray? Until I manually hide? :angry:

;Disable System Tray Icon for the Sun Java VM

[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_04]

"HideSystemTrayIcon"=dword:00000001

Link to comment
Share on other sites

well, i already told you in the last version that

mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc

is not compatible with those wo use other windows directory names like me (WINNT).

you changed it for all other options, but not for this one, plz change it to %windir% or %systemroot%

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...