Jump to content

Badforyou2000

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

About Badforyou2000

  • Birthday 09/10/1971

Contact Methods

  • Website URL
    http://www.lprf.ca

Badforyou2000's Achievements

0

Reputation

  1. Edit the registry. Navigate to the following sub key: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System In the right-hand pane, locate "DisableTaskMgr" and modify the value to 0. And Navigate to this following sub key: HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System In the right-hand pane, locate "DisableTaskMgr", if present, and modify the value to 0.
  2. Type this in the Command Prompt and your Folder should work correctly. REG DELETE "HKEY_CLASSES_ROOT\Folder\shell" /va
  3. Open the command prompt and type the new location of the temp files. set temp=d:\temp set tmp=d:\temp
  4. Copy the following into Notepad and call the file whatever.reg. Double-click the reg file to import into the Regsitry. This will restore all your display tabs. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoActiveDesktopChanges"=hex:00,00,00,00 "NoActiveDesktop"=dword:00000000 "NoSaveSettings"=dword:00000000 "ClassicShell"=dword:00000000 "NoThemesTab"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System] "NoDispAppearancePage"=dword:00000000 "NoColorChoice"=dword:00000000 "NoSizeChoice"=dword:00000000 "NoDispBackgroundPage"=dword:00000000 "NoDispScrSavPage"=dword:00000000 "NoDispCPL"=dword:00000000 "NoVisualStyleChoice"=dword:00000000 "NoDispSettingsPage"=dword:00000000 "NoDispScrSavPage"=dword:00000000 "NoVisualStyleChoice"=dword:00000000 "NoSizeChoice"=dword:00000000 "SetVisualStyle"=- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop] "NoChangingWallPaper"=dword:00000000
  5. To Rambler, I am sorry, I was the one mistaken. And thanks to VAD for pointing this out. So in the cmdlines.txt file. Should look something like this? ------------- [COMMANDS] "REG IMPORT DefaultTweaks.reg" ----------------- With the "DefaultTweaks.reg" loacted in the $OEM$ folder.
  6. Sorry this was not the answer I was looking for. I have figured it out. The ntuser.dat file in the Default Profile is not the same as the regeistry key HKEY_USERS\.Deafult
  7. Just a couple of questions. I want to add registry tweaks to the Default User. I am wondering which way this should be done. Should I do it this way: RunOnceEx partial contents: ------------------------- REG ADD %KEY%\075 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\075 /V 1 /D "%systemdrive%\install\RegTweaks\Tweaks01.cmd" /f REG ADD %KEY%\075 /V 2 /D "regedit.exe /s %systemdrive%\install\RegTweaks\Tweaks.reg" /f REG ADD %KEY%\075 /V 3 /D "%systemdrive%\install\RegTweaks\Tweaks02.cmd" /f ------------------------- Tweaks01.cmd contents: ------------------------ cmdow @ /HID REG LOAD HKLM\Tweaks "%systemdrive%\Documents and Settings\Default User\ntuser.dat" EXIT ------------------------ Tweaks02.cmd contents: ------------------------- cmdow @ /HID REG UNLOAD HKLM\Tweaks EXIT ------------------------- Tweaks.reg partial contents: ------------------------- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\Tweaks\Software\Microsoft\Whatevertweaks] ------------------------- Or should it be done this way: RunOnceEx partial contents: ------------------------- REG ADD %KEY%\075 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\075 /V 1 /D "regedit.exe /s %systemdrive%\install\RegTweaks\Tweaks.reg" /f ------------------------- Tweaks.reg partial contents: ------------------------- Windows Registry Editor Version 5.00 [HKEY_USERS\.DEFAULT\Software\Microsoft\Whatevertweaks] ------------------------- Any advise would be kindly appreciated.
  8. I was wondering if there was a way to copy the files to a different partition or 2nd Hard drive when Win XP is copying the files to the system drive at the start of setup. I was thinking if you put the files under $OEM$\$2, would this copy the files to a different partition during the Win XP setup installation?
  9. This is a great site, a wealth of information. I am from British Columbia, Canada. If I cannot find any answers to my questions after searching then I will post. But so far I have found many of my questions with the search function.
×
×
  • Create New...