Jump to content

HKCU UserAssist\Settings


Squeeto

Recommended Posts

Hey all,

I notice with FDV's fileset he sets:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\Settings

NoEncrypt = 1

What do you think of changing it to NoLog instead?

Do we need the Count key logging?

Link to comment
Share on other sites

  • 6 months later...

Change both.

if you don't use FDV's fileset, you can run a script

:// http://www.niiconsulting.com/checkmate/2006/07/userassist-revisited/
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\Settings" /v NoEncrypt /t REG_DWORD /d 1 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\Settings" /v NoLog /t REG_DWORD /d 1 /f

Link to comment
Share on other sites

Or like this if you don't feel like including reg.exe:

[Version]
Signature="$WINDOWS NT$"

[DefaultInstall]
AddReg=AddReg

[AddReg]
HKCU,%UAS%,"NoEncrypt",0x10001,1
HKCU,%UAS%,"NoLog",0x10001,1

[Strings]
UAS="Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\Settings"

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