Jump to content

Yzöwl

Patron
  • Posts

    4,113
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by Yzöwl

  1. Welcome to the Forums. Glad you had the time to fit us in...
  2. Try either REG ADD %KEY%\810 /VE /D "Paramtres pour Default/All User" REG ADD %KEY%\810 /V 1 /D "REG LOAD \"HKU\CUSTOM\" \"%SYSTEMDRIVE%\Documents and Settings\Default User\NTUSER.DAT\"" REG ADD %KEY%\810 /V 2 /D "REGEDIT /S %J%\DefaultUser.reg" REG ADD %KEY%\810 /V 3 /D "%SYSTEMDRIVE%\key.cmd" REG ADD %KEY%\810 /V 4 /D "REG UNLOAD \"HKU\CUSTOM\""or REG ADD %KEY%\810 /VE /D "Paramtres pour Default/All User" REG ADD %KEY%\810 /V 1 /D "REG LOAD \"HKU\CUSTOM\" \"%SYSTEMDRIVE%\Documents and Settings\Default User\NTUSER.DAT\"" REG ADD %KEY%\810 /V 2 /D "%COMSPEC% /C START \"\" /WAIT REGEDIT /S %J%\DefaultUser.reg" REG ADD %KEY%\810 /V 3 /D "%COMSPEC% /C START \"\" /WAIT %SYSTEMDRIVE%\key.cmd" REG ADD %KEY%\810 /V 4 /D "REG UNLOAD \"HKU\CUSTOM\""Notice how there is no need for the /f switches. There is no /f switch for REG LOAD and REG UNLOAD, and no need for it in your REG ADD examples.
  3. I'm afraid we'll need more information than that. Is the date, space or tab delimited, is it ASCII text Why have you seperated out only some of the lines beginning with Total, and not others, and how do we program that scenario into any reply. It looks like the data is exported from some sort of database /spreadsheet, if so what. It may be more efficient to have only pertinent information exported in the first instance for example.
  4. To stop the extra long shutdown /restart, the item you need to look at Memory Management, particularly: ClearPageFileAtShutdown As a side note, do you actually know what any of these tweaks do, which ones actually work, which don't etc.
  5. Welcome to the Forums. It's good to share...
  6. Yzöwl

    Hello

    Welcome to the Forums acer1.
  7. ...and us you! Welcome to the Forums.
  8. Yzöwl

    Background

    Well I think that covers all the bases then.
  9. Welcome to the forums. This area is for introductions, please post questions in an appropriate forum area.
  10. Yzöwl

    Background

    We're not mind readers here, let us know what exactly you have tried and we will be less likely to repeat those particular steps. In addition to that which was previously mentioned: Display Properties » Desktop » Customize Desktop » Web Make sure the Lock desktop items is unchecked!
  11. You don't specify the error, but are you using a third party program to format the HDD? If so many of these programs try to use a cluster size other than 4 KB which XP uses as default. I have found that using the XP default is the best course of action in order to prevent these kind of errors.
  12. Welcome to the Forums. Remember this, many small steps will prove more successful than a few large strides!
  13. Please use [/b] or [b][codebox][/b] when appropriate.Thank you.
  14. If you are who you say you are, then I'm honoured to be the first to welcome you back to the fold. ...prepare for a glut of inf related questions!
  15. VRMPFPP_EN (XP Pro MSDN SP2) Size: 60.1 MB (63,044,788 bytes) Date /Time: 2004-08-04 @04:00
  16. Disclaimer Reset Web Settings will reset Internet Explorer to its default settings, the original settings from when it was first installed on your computer. This will of course mean that it may no longer be optimally set for security and possibly vulnerable.
  17. Your first post and you've already caught my attention; well done and welcome to the forums.
  18. Here is a quick inf file which should be able to invoke Active Window Tracking from an unaltered state. AWT.inf [Version] Signature = $Windows NT$ [SourceDisksNames] 95 = %DISKNAME% [SourceDisksFiles] %THISFILE%.inf = 95 [DestinationDirs] Inf.Copy = 17 File.Del = 17 [DefaultInstall] AddReg = Reg.On, Reg.Uninst BitReg = Set.Bit CopyFiles = Inf.Copy [DefaultUninstall] AddReg = Reg.Off BitReg = Clear.Bit DelFiles = Inf.Copy, File.Del DelReg = Reg.Del, Reg.Uninst [Reg.On] HKCU,"Control Panel\Mouse",ActiveWindowTracking,0x10001,1 HKCU,"Control Panel\Mouse",SnapToDefaultButton,,"1" HKCU,"Control Panel\Desktop",ActiveWindowTracking,0x10001,1 HKCU,"Control Panel\Desktop",ActiveWndTrkTimeout,0x10001,1000 [Reg.Uninst] HKLM,"%UNINSTAL%\%DESCNAME%" HKLM,"%UNINSTAL%\%DESCNAME%",DisplayName,,"%DESCNAME%" HKLM,"%UNINSTAL%\%DESCNAME%",UninstallString,,"%REMOVCMD% %THISFILE%.inf" [Set.Bit] HKCU,"Control Panel\Desktop",UserPreferencesMask,1,0x41,0 [Inf.Copy] %THISFILE%.inf [Reg.Off] HKCU,"Control Panel\Mouse",ActiveWindowTracking,0x10001,0 HKCU,"Control Panel\Mouse",SnapToDefaultButton,,"0" HKCU,"Control Panel\Desktop",ActiveWndTrkTimeout,0x10001,0 [Reg.Del] HKCU,"Control Panel\Desktop",ActiveWindowTracking [Clear.Bit] HKCU,"Control Panel\Desktop",UserPreferencesMask,0,0x41,0 [File.Del] %THISFILE%.PNF [Strings] ; Non-localizable DISKNAME = "Setup Files" UNINSTAL = "Software\Microsoft\Windows\CurrentVersion\Uninstall" REMOVCMD = "rundll32 setupapi,InstallHinfSection DefaultUninstall 132" ; Localizable THISFILE = "AWT" DESCNAME = "Switches on Active Window Tracking"It is untested however!
  19. Nice of you to join us... Welcome to MSFN.
  20. Welcome to the MSFN Forums. Note, this is an international board, for the purpose of clear understanding please ensure that your posts use proper English.
  21. Here's a little bit of warmth for you; welcome to the Forums.
  22. What about something like this?[code]Set Wmi = getobject("winmgmts:") sQuery = "select * from win32_process where name='explorer.exe'" Set processes = Wmi.execquery(sQuery) For each process in processes process.terminate Next[/code]
  23. Yes it is! Welcome to the Forums.
  24. First thing I would suggest is to remove: HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx",,0x00000012It is neither necessary or the correct syntax
  25. Did you try searching first? This is the single most frequently asked question on the entire MSFN forum boards! Try this in your winnt.sif [Unattended] OemPreinstall=Yes
×
×
  • Create New...