Jump to content

Loras

Member
  • Posts

    43
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Everything posted by Loras

  1. I've tried that .reg and no popup window...
  2. He can use CMDOW (http://www.commandline.co.uk/cmdow/index.html) and taskkill together. CMDOW must be copied to System32 folder... CMD should be: cmdow @ /HID taskkill /F /IM program.exe
  3. How can I How to Pin to Start Menu some programs using registry tweak ?? Help..Please
  4. My registry tweaks: Windows Registry Editor Version 5.00 ;----------------------- ;Operating System Tweaks ;----------------------- ;Clear typed URLS [-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs] ;Disable Low Disc Space Check [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoLowDiskSpaceChecks"=dword:00000001 ;Remove Access and Defaults [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSMConfigurePrograms"=dword:00000001 ;small icons [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_LargeMFUIcons"=dword:00000000 "Start_MinMFU"=dword:0000000a ;Add Dix and Xvid Codecs [HKEY_CURRENT_USER\Software\GNU\XviD] "Brightness"=dword:00000019 "Deblock_H_Y"=dword:01010101 "Deblock_V_Y"=dword:01010101 "Deblock_H_C"=dword:01010101 "Deblock_V_C"=dword:00010101 "Dering_Y"=dword:00000101 "Dering_C"=dword:00000001 "Horiz_Threshold"=dword:00000014 "Vert_Threshold"=dword:00000028 "ForceColorspace"=dword:00000000 [HKEY_CURRENT_USER\Software\DivXNetworks\DivX4Windows] "Auto PP"=dword:00000001 "Disable PP"=dword:00000000 "Dering PP Level"=dword:00000000 "Deblock PP Level"=dword:0000000f "Warmth Strength"=dword:00000002 "Warmth Filter"=dword:00000001 "Brightness"=dword:00000000 "Contrast"=dword:00000000 "Saturation"=dword:00000000 "AspectRatio_X"=dword:00000000 "AspectRatio_Y"=dword:00000000 "Smooth Playback"=dword:00000001 "Extended Yuv Mode"=dword:00000001 "Double Buffering"=dword:00000000 "Extended Overlay Mode"=dword:00000000 "Disable Logo"=dword:00000001 "ATI Disable"=dword:00000000 ;Speed up shutdown [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"="3000" ;Disable the Desktop Cleanup Wizard [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz] "NoRun"=dword:00000001 ;Disables Error Reporting, but notifies when errors occur [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting] "DoReport"=dword:00000000 ;Speed up Network Browsing by removing Network Scheduled Tasks [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}] ;Remove Shortcut Arrows [HKEY_CLASSES_ROOT\lnkfile] "IsShortcut"=- ;Disables Windows Tour bubble popup [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 ;Disable WinXP CD-Burning [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoCDBurning"=dword:00000001 ;---------------------------------------------- ;Tweaks to improve the functionality of Windows ;---------------------------------------------- ;This will add "Services" to the right-click menu of "My Computer" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services] @=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00 "SuppressionPolicy"=dword:4000003c [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command] @=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00 ;This adds the "Open Command Window Here" on the right click menu for folders [HKEY_CLASSES_ROOT\Directory\shell\cmd] @="Open Command Window Here" [HKEY_CLASSES_ROOT\Directory\shell\cmd\command] @="cmd.exe /k \"cd %L\"" [HKEY_CLASSES_ROOT\Drive\shell\cmd] @="Open Command Window Here" [HKEY_CLASSES_ROOT\Drive\shell\cmd\command] @="cmd.exe /k \"cd %L\"" ;Remove Shared Documents from My Computer [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}] ;NoRecentDocsmenu removes the recent documents from the start menu. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoRecentDocsMenu"=dword:00000001 ;Allow renaming of Recycle Bin [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder] "Attributes"=hex:50,01,00,20 "CallForAttributes"=dword:00000000 ;Change MenuShowDelay (Start Menu load speed) [HKEY_CURRENT_USER\Control Panel\Desktop] "MenuShowDelay"="200" ;------------------------ ;Internet Explorer Tweaks ;------------------------ ;Adds search keywords to Internet Explorer [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSKB] @="http://support.microsoft.com/?kbid=%s" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\AV] @="http://www.altavista.com/sites/search/web?q=%s" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\Ggl] @="http://www.google.com/search?q=%s" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSN] @="http://search.msn.com/results.asp?q=%s" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\FM] @="http://www.filemirrors.com/search.src?file=%s" ;Prevents Internet Explorer windows from being reused [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "AllowWindowReuse"=dword:00000000 ;Max your Internet Explorer's simultaneous downloads to 10 (default was 2) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPer1_0Server"=dword:0000000a "MaxConnectionsPerServer"=dword:0000000a ;------------ ;Other Tweaks ;------------ ;Disables Preview of Movie file formats (allowing you to move/rename/delete without errors) [-HKEY_CLASSES_ROOT\.avi\ShellEx] [-HKEY_CLASSES_ROOT\.mpg\ShellEx] [-HKEY_CLASSES_ROOT\.mpe\ShellEx] [-HKEY_CLASSES_ROOT\.mpeg\ShellEx] ;Disable disc check [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "SFCScan"=dword:0000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager] "AutoChkTimeOut"=dword:0000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager] "BootExecute"=hex(7):00,00 ;No "Shortcut To" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "link"=hex:00,00,00,00 ;Small icons in start menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_LargeMFUIcons"=dword:00000000 "Start_MinMFU"=dword:0000000a ;Clear WMP recent file menu [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences] "AddToMRU"=hex:00,00,00,00 ;Disable Messenger Service (to block spam. Does not affect MSN or Windows Messenger) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger] "Start"=dword:00000004 ;Disable Remote Registry Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry] "Start"=dword:00000004 ;Disable Remote Registry [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry] "Start"=dword:00000004 ;Disable Remote Desktop Help Session Manager [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RDSessMgr] "Start"=dword:00000004 ;Disable Routing and Remote Access [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess] "Start"=dword:00000004 ;Disable System Restore Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\srservice] "Start"=dword:00000004 ;Disable Task Scheduler [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule] "Start"=dword:00000004 ;Disable thumbnail caching. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "DisableThumbnailCache"=dword:00000001 ;Prefetcher tweak(faster booting) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters] "EnablePrefetcher"=dword:00000003 ;Do Not Receive Media Player Licences [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences] "SilentAcquisition"=dword:00000000 ;Disable Media Player identification through Internetsites [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences] "SendUserGUID"=dword:00000000 ;Disable automatic codec downloads [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences] "UpgradeCodecPrompt"=dword:00000000 ;Do Not Start MS-Messenger with Outlook Express [HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express] "Hide Messenger"=dword:00000001 ;Speed up browsing remote computers [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}] ;Speed-up Access to AVI Media Files [-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}] [-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler] ;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 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa] "lmcompatibilitylevel"=dword:00000002 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters] "AutoShareServer"=dword:00000000 "AutoShareWks"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "UIHost"=hex(2):6c,00,6f,00,6e,00,67,00,68,00,6f,00,72,00,6e,00,75,00,69,00,2e,\ 00,65,00,78,00,65,00,00,00 [HKEY_CURRENT_USER\Control Panel\Desktop] "TileWallpaper"="0" "Wallpaper"="C:\\WINDOWS\\Web\\Wallpaper\\Bliss.bmp" "WallpaperStyle"="2" "ConvertedWallpaper"="C:\\WINDOWS\\Web\\Wallpaper\\Longhorn PDC Bliss.jpg" Is there something WRONG ???
  5. I want to set default start menu on my Unattended CD, but it always sets as Classic start panel. I set DefaultStartPanelOff=NO, but it does'nt work. Then I removed in Winnt.sif string [sHELL], but it still Classic !!! Help! Now my winnt.sif looks like: [shell] CustomDefaultThemeFile="%systemroot%\Resources\Themes\CoughDrop.THEME"
  6. I don't understand how I can register OPERA 7.. I tried insert .reg file & replace opera.exe with registered exe.It does'nt work. :-((( It's the same problem with ACDSee 6.0.3 trial. I create .sfx files from \Program files\ACDSEE & Prog Files\Common Files\ACD systems and then put .reg file. But nothing. Error : some files can not be created (until computer will not reboot) Can you help me? Please.. Sorry for my english.
  7. I create a new boot screen and put it in to ntoskrnl.exe Then rename to OEMKrnl and add to boot.ini "/kernel=oemkrnl.exe" It show progress bar about 7-10sec and stop responding? HELP ME PLEASE... (sorry for my bad english)
×
×
  • Create New...