Jump to content

jdoe

Member
  • Posts

    314
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by jdoe

  1. Sorry XtremeMaC I'm 100% sure it's Scroll Programs from Start Menu properties
  2. The best seller is Norton AntiVirus - big team of developer for fast virus patch and it update itself very often (it's the positive point I find), but it's slow and take too much resource. Personally I really like NOD32 - fast and small system signature. The perfect not exist !!!
  3. Uncheck this checkbox from the Start Menu properties (See image) Scroll Programs
  4. One other thing... I think instead of a DWORD value you can use a REG_EXPAND value and enter a path or a system variable if you want.
  5. Search the web or in this forum for that registry key. The number you put is what appear in the place bar but I can't remember what the number are 'cause it's been a long time this is in my reg file. You are limited to 5 entry. Hope this help you [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ComDlg32\PlacesBar] "Place0"=dword:00000000 "Place1"=dword:00000005 "Place2"=dword:00000011 "Place3"=dword:00000026 "Place4"=dword:00000024
  6. jdoe

    Synchronize

    I'll be so happy if someone could tell my how to remove (not disable) Synchronize from IE menu Tools. I want to be able to do this with the registry. I found nothing on the web Thanks a lot for tips
  7. Windows XP SP2 RC2
  8. Sorry I forgot those lines: Correction: [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=No IPAddress=xxx.xxx.xxx.xxx SubnetMask=xxx.xxx.xxx.xxx WINS=No NetBIOSOptions=0 DNSServerSearchOrder=xxx.xxx.xxx.xxx,yyy.yyy.yyy.yyy DefaultGateway=xxx.xxx.xxx.xxx
  9. It should be something like this: [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=No [NetAdapters] Adapter1=params.Adapter1 [params.Adapter1] INFID=* [NetProtocols] MS_TCPIP=params.MS_TCPIP [params.MS_TCPIP] DNS=No UseDomainNameDevolution=No EnableLMHosts=No AdapterSections=params.MS_TCPIP.Adapter1 [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=No IPAddress=xxx.xxx.xxx.xxx SubnetMask=xxx.xxx.xxx.xxx WINS=No NetBIOSOptions=2
  10. IF A = B THEN GOTO END IF B = C THEN GOTO END REM Put your code here :END
  11. Why don't just merge them together?
×
×
  • Create New...