Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

UA Registry Tweakage DOTNET (0.4 Released)

Featured Replies

  • Author

no idea, sorry, they all work here and ive tested them on 3 systems.

Anyone else having this problem?

I PASSED MY UNI EXAMS, W00000 :w00t:

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

  • Author

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

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...

  • Author

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.

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

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

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

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

  • Author

@Astalavista

Do they work in windows normal or do they only get set in like T12 of the UA install?

@smashly

Ill add in nxt version

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%

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.