MSFN Forum: HKCU UserAssist\Settings - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

HKCU UserAssist\Settings Rate Topic: -----

#1 User is offline   Squeeto 

  • Member
  • PipPipPip
  • Group: Members
  • Posts: 302
  • Joined: 03-December 05

Posted 15 January 2006 - 11:23 AM

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?


#2 User is offline   Bilou_Gateux 

  • Powered by Windows Embedded
  • PipPipPipPipPip
  • Group: Members
  • Posts: 766
  • Joined: 03-January 04

Posted 12 August 2006 - 08:38 AM

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


#3 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 12 August 2006 - 09:41 AM

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"


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy