SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : Computer Learning -- Ignore unavailable to you. Want to Upgrade?


To: Fargonaut who wrote (12523)10/13/2000 8:36:15 PM
From: thecow  Read Replies (1) | Respond to of 110622
 
Frank

Sounds like you went back to the previous clickstream to change this value. It isn't a dword but a binary value. Try the new clickstream:

Key: [HKEY_CURRENT_USER\Control Panel\Desktop]
Value Name: SmoothScroll
Data Type: REG_BINARY (Binary Value)
Data: (00 00 00 00 = disabled, 01 00 00 00 = enabled)

Modify the value of 'SmoothScroll' to either '00 00 00 00' for disabled, or '01 00 00 00' for enabled. If the value doesn't already exist create a new REG_BINARY value (right click a blank area and choose new / binary value, naming it 'SmoothScroll' and then right click "SmoothScroll" and modify to read "01 00 00 00". (leave out all quote marks)

I really don't know if this addresses your problem or not, but if nothing else, I've learned something. Hope it works. Thanks for the interesting problem.

tc