Jump to content

snooz

Member
  • Posts

    119
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by snooz

  1. These are uncommon on sites. Turns off the recycle bin delete confirm: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "ShellState"=hex:24,00,00,00,37,88,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 01,00,00,00,0d,00,00,00,00,00,00,00,01,00,00,00 Turns off the sound icon: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray] "Services"=dword:0000001b For those with 512mb or more memory this turns the page file to 0: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "PagingFiles"=hex(7):00,00
  2. Autoit setup is a msi file so I install it first (autoit.msi /qb-) then run all my .aut files. Neat program been using it for awhile.
  3. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] "{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000001 That is correct.
  4. devil270975 yes the reg file needs to be run before your first reboot. then you will be able to delete folders and files.
  5. Terminator 3: i no that you can do it with the sfc_os.dll but say i had a hacked explorer.exe could i put that in there and in would work? If you put a hacked explorer.exe in the root of $$ yes it would replace it. This sysoc.inf i thought you could just put the file in the $OEM$\$$\SYSTEM32 folder and it did it by its self but you say you modifed the sysoc.inf to copy over the orinagl in setup or am i miss reading your post? I placed it in the INF folder inside $$. It then writes over it. Geckotek Yeah, I'd like to know as well. What are the limitations? Can we replace any system file by just placing it in the correct $OEM$ folder? Yes.. $$=Windows dir so to replace sfc_os.dll create a SYSTEM32 and put the dll in there.
  6. deltree /y C:\windows\*.log deltree /y C:\windows\debug\*.log deltree /y C:\windows\debug\usermode\*.log deltree /y C:\windows\pchealth\helpctr\logs\*.log deltree /y C:\windows\repair\*.log deltree /y C:\windows\security\*.log deltree /y C:\windows\security\logs\*.log deltree /y C:\windows\system32\*.log deltree /y C:\windows\system32\catroot2\*.log deltree /y C:\windows\system32\msdtc\*.log deltree /y C:\windows\system32\msdtc\trace\*.log deltree /y C:\windows\system32\wbem\logs\*.log I have cleaned up the log files with no side effects here are the commands above.
  7. you will need this as well [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "SFCDisable"=dword:ffffff9d If you didnt know you can throw the sfc_os.dll in the oem dir. $OEM$\$$\SYSTEM32\sfc_os.dll $$ is the windows dir. I have a modified system.ini and my wallpaper in there. I have a inf folder in $$ with a modified sysoc.inf. It replaces the sfc_os.dll without any copy commands and you could use it as well for your uxtheme.
  8. I pondered this myself and by doing this the sound did not work. The registry fix I posted does though after a reboot.
  9. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "ShellState"=hex:24,00,00,00,33,88,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 01,00,00,00,0d,00,00,00,00,00,00,00,01,00,00,00 hex:24,00,00,00,33 The 33 means that the box is checked and to uncheck it must be 37. Here is the fix to disable the delete confirmation... [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "ShellState"=hex:24,00,00,00,37,88,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 01,00,00,00,0d,00,00,00,00,00,00,00,01,00,00,00
  10. Those entries have it disabled. 1 hides 0 unhides
  11. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "StartMenuAdminTools"="YES" "StartMenuFavorites"=dword:00000001 "StartMenuRun"=dword:00000001 "StartMenuLogoff"=dword:00000001 Hide inactive icons [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "EnableAutoTray"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "EnableAutoTray"=dword:00000000 I am yet to find the component name for netmeeting and movie maker. I hack the sfc_os.dll and just delete the directories. I am still looking though
  12. I use this in the winnt.sif... [unattended] DriverSigningPolicy=Ignore
  13. I'll contribute Here is the reg location. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray] "Services"=dword:0000001f This is with the icon enabled. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray] "Services"=dword:0000001b Here it is disabled. This annoyed me too
×
×
  • Create New...