MSFN Forum: cleanup.cmd help with reg add - MSFN Forum

Jump to content



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

cleanup.cmd help with reg add Rate Topic: -----

#1 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

  Posted 10 August 2004 - 11:53 PM

I want to add two registry key to my cleanup.cmd

how do i add this reg key

[HKEY_CURRENT_USER\Software\GameHouse\TextTwist]
"FullScreen"=dword:00000000

how do i delete this key

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"ChikkaIM"="C:\\PROGRA~1\\Chikka\\Chikka.exe"


#2 User is offline   evilvoice 

  • Ditchy McAbandonpants
  • PipPipPipPipPip
  • Group: Members
  • Posts: 946
  • Joined: 27-January 04

Posted 11 August 2004 - 12:00 AM

reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v ChikkaIM /t REG_SZ /f
reg add HKCU\Software\GameHouse\TextTwist /v FullScreen /t REG_DWORD /d 0 /f

I believe is how you would remove it., wrote it so you can use it in your cmd file, from this you should be able to figure out how to do the other one

#3 User is offline   jdoe 

  • Advanced Member
  • PipPipPip
  • Group: Banned
  • Posts: 314
  • Joined: 02-May 04

Posted 11 August 2004 - 12:06 AM

Add these line in cleanup.cmd..


reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v ChikkaIM /f

reg add HKCU\Software\GameHouse\TextTwist /v FullScreen /t REG_DWORD /d 0 /f


#4 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 11 August 2004 - 01:54 AM

thank you so much for your help jdoe!

#5 User is offline   evilvoice 

  • Ditchy McAbandonpants
  • PipPipPipPipPip
  • Group: Members
  • Posts: 946
  • Joined: 27-January 04

Posted 11 August 2004 - 04:18 AM

jdoe is sorta correct...what I did with mine was to leave the string ChikkaIM and delete the executable...if anyone has removed msn Messenger from startup, they would know that if you remove the entire string, msn will just put it back, to actually get it to stop running, leave the value in there, and remove the data, not knowing if ChikkaIM did the same thing, I offered a true way to get it to stop running...while deleting the key is fine, if the program checks to see if it is to run on startup, it will just put the thing back...mine solves both.

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