Jump to content

Fascix

Member
  • Posts

    97
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Sweden

Everything posted by Fascix

  1. Martin Zugec Okey i actually did this I did a file called test.cmd in my root (c:\) then i put your command line in it and ended it whit pause then i change the *.log entries in the cmd file to *.qaz (and WindowsUpdate.log to WindowsUpdate.qaz) then i just created some *.qaz files and the WindowsUpdate.qaz in my windows dir then i executed the test.cmd file and it didnt work I did this just to test and see if it did indeed deleate just the other *.qaz files but not the WindowsUpdate.qaz I use Windows XP sp2
  2. Hey Martin Zugec I tried your command but it seems to search for the files in C:\... So nothing happends! I changed the %windir% to %systemroot% and i tried to specify it whit: C:\Windows in your command line... do i need to execute it from somewhere special? gunsmokingman i haven´t tried yours yet. but if i want this script for say *.txt files i just change the *.log from everywhere in the script to *.txt right and then use the little ' mark on the letter of the filename i want to exclude right? And its alright to call upon this from cleanup.cmd right? thanx
  3. Hi I was just woundering if there is a command to exclude one or two files when i use the: DEL "%systemroot%\*.log" I dont want the WindowsUpdate.log to be deleted Or do i then have to specify ALL the different *.log files i want to be deleted? And if i want to keep more than one file, how do i specify that? Also what are the different "Easy Paths"? like: %systemroot% = Windows dir %windir% = Is this the same? (dont know) %systemdrive% = X:\ (where x is the drive that windows is installed to) %ProgramFiles% = Program dir (specified in winnt.sif) %CommonProgramFiles% = Common Program files dir (can also be specified in winnt.sif) %CDROM% = The CDRom Drive I am doing my Cleanup.cmd file now and paths like the ones above can really help but the main question is main priority Thanx people!
  4. Here is my tweaks.reg if someone could dubblecheck it i would be super glad give me comments and ideas Most of the tweaks are found here at the forum. Windows Registry Editor Version 5.00 ;======================================================================= ; Windows Boot & Shutdown Tweaks ;======================================================================= ;----- ;----- Prevent "Start" menu popping up on windows first boot: ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "StartMenuInit"=dword:00000002 "StartButtonBalloonTip"=dword:00000002 ;----- ;----- Determines whether the Welcome to Windows splash screen, Welcome.exe, ;----- appears the next time the user logs on. ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\tips] "Show"=dword:00000000 ;----- ;----- allows boot files to be placed optimally on the hard-drive for faster boots. ;----- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction] "Enable"="Y" ;----- ;----- Speed up shutdown ;----- [HKEY_CURRENT_USER\Control Panel\Desktop] "AutoEndTasks"="1" "HungAppTimeout"="100" "WaitToKillAppTimeout"="1000" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"="1000" ;----- ;----- Disable Automatic Restart in the event of a BSOD ;----- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] "AutoReboot"=dword:00000000 ;----- ;----- Prefetcher tweak (faster booting) ;----- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters] "EnablePrefetcher"=dword:00000003 ;----- Modifying the Autocheck Time-out Value ;-----When Windows is not shutdown correctly it will perform an AutoCheck using ;-----CHKDSK on the next restart. This setting controls the time delay before running ;-----Autochk or whether it is run at all. ;----- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager] "AutoChkTimeOut"=dword:00000002 ;----- ;----- Clear the Page File at System Shutdown for security (make shutdown slower when activated) ;----- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "ClearPageFileAtShutdown"=dword:00000001 ;----- ;----- Disable Hibernate ;----- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power] "Heuristics& quot;=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,0 0,00,00,3f,42,0f,00 ;Disable Shutdown Event Tracker [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability] "ShutdownReasonOn"=dword:00000000 "ShutdownReasonUI"=dword:00000000 ;======================================================================= ; Services ;======================================================================= ;----- ;----- Disable Messenger Service (to stop spam. Does not affect MSN or Windows Messenger) ;----- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger] "Start"=dword:00000004 ; Note: Change the values to set the services to automatic, manual or disable ; ; 00000002 = Automatic ; 00000003 = Manual ; 00000004 = Disabled ; ; ; YET TO BE INPLANTED (CHECK BLACK VIPERS GUIDE TO SERVICES) ;======================================================================= ; System Performance Tweaks ;======================================================================= ;----- ;----- ;----- Speeds up copying/moving of zip files (disable windows built in zip functionality) ;----- [-HKEY_CLASSES_ROOT\.zip\CompressedFolder] [-HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}] [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder] ;----- ;----- ;----- Speed up opening of My Computer and Explorer ;----- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stisvc] "Start"=dword:00000004 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSaveSettings"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "NoNetCrawling"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoRemoteRecursiveEvents"=dword:00000001 ;----- ;----- Force DLL To Unload From Memory ;----- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AlwaysUnloadDLL] @="1" ;----- ;----- Optimize Core System Performance ;----- ;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] ;"DisablePagingExecutive"=dword:00000001 ;"SecondLevelDataCache"=dword:00000200 ;----- ;======================================================================= ; General Settings ;======================================================================= ;----- ;----- Disable higlighting of new apps in start menu: ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_NotifyNewApps"=dword:00000000 ;----- ;----- Opens 16-bit apps in a seperate memory space, this increases stability when dealing with 16-bit apps. ;----- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WOW] "DefaultSeparateVDM"="Yes" ;----- ;----- Remove Alexa Spyware (comes built in Windows by default) ;----- [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}] ;----- ;----- Recycle Bin Uses 3% of Available Space Rather than 10% ;----- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket] ;"Percent"=dword:00000003 ;----- ;----- Remove "Shotcut to" in new shorcuts ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "Link"=hex:00,00,00,00 ;----- ;----- Remove Shortcut Arrow ;----- [HKEY_CLASSES_ROOT\lnkfile] "IsShortCut"=- [HKEY_CLASSES_ROOT\piffile] "IsShortCut"=- [HKEY_CLASSES_ROOT\InternetShortcut] "IsShortCut"=- ;----- ;----- Disable the Desktop Cleanup Wizard ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz] "NoRun"=dword:00000001 ;----- ;----- Remove System Folders Baricade ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\WebView\BarricadedFolders] "shell:ControlPanelFolder"=dword:00000000 "shell:SystemDriveRootFolder"=dword:00000000 "shell:ProgramFiles"=dword:00000000 "shell:Windows"=dword:00000000 "shell:System"=dword:0000000 ;----- ;----- Opens nfo files with Notepad ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo] "Application"="NOTEPAD.EXE" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList] "a"="Explorer.exe" "MRUList"="ba" "b"="NOTEPAD.EXE" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids] "MSInfo.Document"=hex(0): ;----- ;----- Disable Error Reporting ;----- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting] "AllOrNone"=dword:00000001 "DoReport"=dword:00000000 "IncludeKernelFaults"=dword:00000000 "IncludeMicrosoftApps"=dword:00000000 "IncludeWindowsApps"=dword:00000000 "ShowUI"=dword:00000000 ;----- ;----- Change Default Search Options (1 = ON, 0 = OFF) ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "SearchSystemDirs"=dword:00000001 "SearchHidden"=dword:00000001 "IncludeSubFolders"=dword:00000001 "CaseSensitive"=dword:00000000 "SearchSlowFiles"=dword:00000000 ;----- ;----- Disable "Search Dog" and use advanced search ;----- [HKEY_CURRENT_USER\Software\Microsoft\Search Assistant] "Actor"="" "SocialUI"=dword:00000000 "UsageCount"=dword:00000000 "UseAdvancedSearchAlways"=dword:00000001 ;----- ;----- Search All File Types ;----- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex] "FilterFilesWithUnknownExtensions"=dword:00000001 ;----- ;----- Disable Windows Tour ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 ;----- ;----- Turn off system beeps ;----- [HKEY_CURRENT_USER\Control Panel\Sound] "beep"="no" ;----- ;----- Disable Windows File Protection ;----- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "SFCSetting"=dword:ffffff9d "SFCDisable"=dword:ffffff9d ;----- ;----- Make the Windows XP registration with Microsoft unnecessary ;----- [HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion] "RegDone"="1" ;======================================================================= ; Task Bar, Start Button and Folder View ;======================================================================= ;----- ;----- Disabling Auto Hiding Of Inactive Taskbar Icons ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "EnableAutoTray"=dword:00000000 ;----- ;----- Disable "Hide File Extensions for known File types" ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "HideFileExt"=dword:00000000 ;----- ;----- Show Admin Tools in the start menu AND program files: ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "StartMenuAdminTools"=dword:00000001 ;----- ;----- lock taskbar ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarSizeMove"=dword:00000000 ;----- ;----- special option in start->run ;----- [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "MemCheckBoxInRunDlg"=dword:00000001 ;----- ;----- Show protected operating system files ;----- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden] "DefaultValue"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ShowSuperHidden"=dword:00000001 ;----- ;----- Status bar, list view for Explorer ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams] "Settings"=hex:09,00,00,00,03,00,00,00,00,00,00,00,e0,a5,1f,0e,73,35,cf,11,ae,\ 69,08,00,2b,2e,12,62,04,00,00,00,04,00,00,00,43,00,00,00 ;----- ;----- Display detail on windows explorer ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams] "Settings"=hex:08,00,00,00,04,00,00,00,01,00,00,00,00,77,7e,13,73,35,cf,11,ae,\ 69,08,00,2b,2e,12,62,04,00,00,00,10,00,00,00,43,00,00,00 ;----- ;----- Show Windows classic folders ;----- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView] "DefaultValue"=dword:00000000 ;======================================================================= ; Visual Settings ;======================================================================= ;----- ;-----Disable screensavers ;----- [HKEY_CURRENT_USER\Control Panel\Desktop] "ScreenSaveActive"="0" [HKEY_CURRENT_USER\Control Panel\Desktop] "SCRNSAVE.EXE"="" [HKEY_USERS\.DEFAULT\Control Panel\Desktop] "ScreenSaveActive"="0" [HKEY_USERS\.DEFAULT\Control Panel\Desktop] "SCRNSAVE.EXE"="" ;----- ;----- Enable ClearType for ALL Users ;----- [HKEY_CURRENT_USER\Control Panel\Desktop] "FontSmoothingType"=dword:00000002 ;----- ;----- Set an exotic Command Prompt color ;----- First value is background second is forground eg. 0000000a = light green on black ;----- ; 0=black 8=gray ; 1=blue 9=light blue ; 2=green a=light green ; 3=aqua b=light aqua ; 4=red c=light red ; 5=purple d=light purple ; 6=yellow e=light yellow ; 7=white f=bright white [HKEY_CURRENT_USER\Software\Microsoft\Command Processor] "DefaultColor"=dword:00000009 ;======================================================================= ; My Computer Right Click ;======================================================================= ;----- ;----- Adds Services to right click 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 ;----- ;----- Adds Device Manager to right click of MY Computer ;----- [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr] @="Device Manager" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command] @="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc" ;======================================================================= ; Context Menus ;======================================================================= ;----- ;----- Makes a right click option for unknown files (Open with notepad) ;----- [HKEY_CLASSES_ROOT\*\shell] @="\"notepad.exe %1\"" [HKEY_CLASSES_ROOT\*\shell\open] @="Open &With Notepad" [HKEY_CLASSES_ROOT\*\shell\open\command] @="notepad.exe %1" ;----- ;----- Get a new Right-click menu option (command box) ;----- [HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here] @="Command P&rompt Here" [HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here\command] @="cmd.exe /k cd %1 " ;----- ;----- disable file association web-service - Bypassing "Browse web for program" to open unknown extension. "Open With..." becomes default ;----- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "NoInternetOpenWith"=dword:00000001 ;----- all items have an "edit.." on right-click sending to notepad [HKEY_CLASSES_ROOT\*\shell\open] @="Edit.." [HKEY_CLASSES_ROOT\*\shell\open\command] @="notepad.exe %1" ;======================================================================= ; Internet Explorer and Outlook Express ;======================================================================= ;----- ;----- Disble Auto Image Resizing in IE: ;----- [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Enable AutoImageResize"="no" ;----- ;-----Brand iexplorer title bar ;----- [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Window Title"="[Secret Dimension]" ;----- ;-----set the ID for which cookies get allotted ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "EmailName"="i.hate@spam.com" ;======================================================================= ; Multimedia ;======================================================================= ; Removes Winamp Bookmark Context Menu when right clicking on folders [-HKEY_CLASSES_ROOT\Directory\shell\Winamp.Bookmark] [-HKEY_CLASSES_ROOT\Directory\shell\Winamp.Bookmark\command] ; Removes Winamp Bookmark Context Menu when right clicking on items [-HKEY_CLASSES_ROOT\Winamp.File\shell\ListBookmark] [-HKEY_CLASSES_ROOT\Winamp.File\shell\ListBookmark\command] ;WMP title bar [HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsMediaPlayer] "Titlebar"="[Secret Dimension]" ;----- ;----- Media Player EULA Autoaccept (to prevent first-run on XPSP2) ;----- [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer] "GroupPrivacyAcceptance"=dword:00000001 ;----- Don't accept shortcuts that splat themselves all over Windows [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Setup\UserOptions] "DesktopShortcut"="no" "QuickLaunchShortcut"="no" ;----- ;----- 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] ;----- ;----- Speed-up Access to AVI Media Files ;----- [-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}] [-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler] [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32] ;======================================================================= ; Networking ;======================================================================= ;----- ;----- DNS in Windows XP ;----- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] ;----- To stop Windows XP from caching negative responses "MaxNegativeCacheTtl "=dword:00000000 ;----- To force Windows XP to keep positive entries in DNS Cache for only 4 hours instead of the default 24 hours "MaxCacheTtl "=dword:00003840 ;----- ;----- Maximize Number of Simultaneous Connections ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPerServer"=dword:00000040 "MaxConnectionsPer1_0Server"=dword:00000040 ;----- ;----- Faster Web Page Loading ;----- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider] "DnsPriority"=dword:00000001 "HostsPriority"=dword:00000001 "LocalPriority"=dword:00000001 "NetbtPriority"=dword:00000001 ;----- ;----- Speed Up browsing remote computers (Your Network) ;----- [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}] ;======================================================================= ; Other Software ;======================================================================= ;MSN ;MSN Messenger: Disables - Auto Busy & Away & Disables the annoying MSN Today On Logon [HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger] "EnableBusyDetect"=dword:00000000 "EnableIdleDetect"=dword:00000000 "AppSettings"=hex:22,02,00,00 ;----- ;----- disable balloon - Add your passport to XP messenger ;----- [HKEY_CURRENT_USER\Software\Microsoft\MessengerService] "PassportBalloon"=hex:0a,00,00,00 ;----- ;----- Removes Sign up with Passport Wizard when trying to sign in Windows Messenger ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Passport] "RegistrationCompleted"=dword:00000001 ;----- ;----- Notepad ;----- ;----- notepad saves page setup and window positions [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "fSavePageSettings"=dword:00000001 "fSaveWindowPositions"=dword:00000001 ;----- Enable status bar in notepad "StatusBar"=dword:00000001 ;----- Tahoma font as default "lfFaceName"="Tahoma" ;----- Enable word wrap "fWrap"=dword:00000001 ;======================================================================= ; Win XP SP2 ;======================================================================= ;----- ;----- Gets rid of anoying popup for running files you download from internet ;----- [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download] "CheckExeSignatures"="no" "RunInvalidSignatures"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] "SaveZoneInformation"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations] "LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov ;.mp3;.m3u;.wav;" ;----- ;----- Remove display of zone infomation in file properties ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] "HideZoneInfoOnProperties"=dword:00000001 ;----- ;----- Don't search Windows Update for drivers (when new HW detected) ;----- [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching] "DontSearchWindowsUpdate"=dword:00000001 "DontPromptForWindowsUpdate"=dword:00000001 ;----- ;----- Disable Information Bar Prompt in Internet Explorer ;----- [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\InformationBar] "FirstTime"=dword:00000000 Also i want to take the time to say GREAT SITE and i have learnd so much from it Thanx. Almoast all my questions and thoughts have been answered before i even asked the question. God bless the search function!!!!!!! And another thing Regarding Cleanup.cmd. i did some search (in this forum not on google yet) for some tips and tricks about what can safly be deleted from a new fresh install, and i must say most topics have been covered already, like Tweaks, RuneOnceEx, Application installs, Drivers and so on. But not much about the CleanUp.cmd Maby something for someone with some overtime... make a good guide about CleanUp.cmd Thanx again people for a SITE OF WOUNDERS EDIT: I found this site regarding whats safe do del after install. http://www.hollow-refuge.net/Bold/viewtopic.php?t=387
  5. Ill give the ENG version a shot.. cuz Win Update complains about it Thanx alot erik demon
  6. Okey maby a dumb stupid question and it might be answered in the forums already, but i gave it a few searches and didn´t find it I need the link where i can download Windows Journal Viewer i have the swedish Windows XP SP2 so i need the orginal file from MS Anyone have the link to Windows Journal Viewer? Thanx
  7. Hi Windows Journal Viewer shows up in my windows update aswell but i dont seem to find it for download as a package! Anyone have the link to Windows Journal Viewer (i am a Swede as well so i will need it in Swedish) Thanx alot
  8. If i decide to use the MSI for install whit the correct switches (/quiet /norestart) where shall i run it from? SVCPACK or RUNONCEEX? thanx
  9. Well i know i can´t INTERGRATE it "Switches: KB890830.exe /q (cannot use the /integrate; option)" but i just want to RUN it from the svcpack.inf that must be ok right?
  10. Have a few questions on the following (this is taken from the Sticky HOTFIX post) I am using svcpack.inf *** NEW *** KB890830 -› Microsoft® Windows® Malicious Software Removal Tool V1.4 Download -› 474 KB (May 10, 2005) Switches: KB890830.exe /q (cannot use the /integrate; option) Can this one only use the /q switch? not /q /n /z /o only /q switch? and it wont restart the install? becouse when i run the /? on this one i only see the /q that i can use, but when i run /? on any other hotfix i dont see the /z switch anywhere so i figgure there are switches that might be hidden!? And this one? KB873374 -› Microsoft GDI+ Detection Tool Download -› 216 KB (September 21, 2004) Switches: KB873374.exe /Q:A /R:N (HALT BOX) import this registry setting instead: REG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /f I am not sure i quite get this! "import this registry setting instead:" Instead? And where does the: REG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /f line go? in RuneOnceEx or a .reg file that i import (imort from where?) Thanx in advance EDIT: Yes one more thing! I can add the dotnefw.exe to the svcpack.inf right? if so any notes about it? shall i put it first of the hotfixes or last or somewhere in the middle (maby it needs to be in some special order) Thanx again
  11. Okey i now did and install on Virtual PC whit my Win XP SP2 Orginal CD (Not Unattanded) and when it installed the network, it complained about that i already have another computer (my live one) whit that Computername i tried to put in during installation! So i just typed in a new one (a box poped up, said i need to choose something else) Maby that could have been the problem? And if this was the problem how can i resolve it so when i later on use my final cd/dvd and all of my computers here at home whit my network will use the cd, they will all be installed whit the same User Name and therefor f**k up during installation. Anyone know?
  12. Yes i have BOOTFIX.BIN in my i386 dir The thing is this: 1. I start Virtual PC 2. I Boot using my winxp.iso 3. Choos partition and format the drive 4. Start installing 5. Copying files in text mode install 6. Reboots and the Windows XP logo shows 7. Starts to initilizing and installing drivers (39 min left) 8. Installing Network 9. Reboots 10. NOW HERE IS THE PROBLEM Now a screen comes up saying "Installation Restarts....." And it starts over from 7. Starts to initilizing and installing drivers (39 min left) I haven´t have the option to test it on a live PC and i haven´t tested if the orginal cd works (the orginal cd is a copy that i made some time ago whit WinXP and SP2 Slipstreamd) Ill test that and ill see what happends. Meenwhile, any other sugestions All that i have done in the new ISO is SVCPACK the hotfixes and i have slipstreamd Medai Player 10 using BTS´s method. Thanx
  13. Hi Okey i have made an ISO file that seems to work fine only thing on it is Windows XP SP2 + Hotfixes When i test it using virtual machine the Installation restarts when 39 min remain and it keeps "Initilizing Devices" and "Installing Devices" over and over again Anyone?
  14. I come to think of something else of great importance! In what order do i need to apply the hotfixes... Take Dot NET for instance. I do need to have v1.1 intergrated before i apply the service pack for it right? Are there any other fixes like this that needs special install order???? EDIT: i am now seriously thinking of using the svcpack.inf option but can i install .NET from here and other tools? or can i ONLY apply hotfixes from here?
  15. Hi Okey first of all i have searched the forum and i have googled some... But i just get a headace from all different methodes. Here goes: I have The Swedish version of Windows XP SP2 and i have now downloaded around 40 or 50 Hotfixes, Small tools (as CalcPlus and Mal. File Remover and such) and Ms Dot NET and so on. So i can´t use RyanVM´s Pack cuz thats in English And the thing is i want to INTERGRATE as many of the fixex and tools as possible but i dont know witch ones can use the /INTERGRATE switch and witch can´t i also dont know how to intergrate thoose that dont use that switch. I tried to use nLite but i am now unsure if all of the files i tried to intergrate actually work Anyone understand my problem? care to help me out? thanx
  16. Hello! Okey first of all i have searched the forum for a while whitout results on this matter. (could be lack of my english skills could be a lack of wrong keyword i dont know) But i could not find anythig. So here is the problem. Is there a way to specify a install path for the programs i add to my RunOnceEx.cmd? some programs (and games) tend to install to "C:\Program Files\Company Name\Some Other folder Name\Program Name Dir\" for example I still want the unattended install to pass me by totaly unnatended but i want to have Pre Specified the programs install path. I have changed the winnt.sif file so all programs should by default install to my specified dir from in there but i still want to manually direct every single program from RunOnceEx.cmd (or from some other file if needed) to where they are gonna be installed to! Thanx ppl for a great resource
  17. Thanx for all the help highly appriciated. (ill probably need help with something else soon, i just can´t stop doing this unattended DVD now)
  18. Okey i cant seem to undersand how to install Movie organizer http://www.movieorganizer.com/ silently First there is a selfextracting archive that i unpack. then there is 5 files. instmsi.exe (1.7mb) instmsiw.exe (1.8mb) MovieOrg263.exe (40kb) MovieOrg263.ini (1kb) MovieOrg263.msi (14.8Mb) bare in mind i am new at this. can i apply the switches after i find them to similair installers? Tanx alot
  19. Hi everyone okey for starters, i am in my third day of discovering the whole Windows Unattended world i have viewd the guide on http://unattended.msfn.org and i like it alot i can say that i dont have any good knowledge about this at all but as far as i can see on thoose pages i do understand most of it. I am now trying to put all my apps i want on my new Win XP DVD and so far so good. trying to find the silent switches for my programs ither here or "on my own" with the help of ussf and peid and so on but on easy thing troubles me. please dont laugh at me here... How do i copy only one file over silently? I meen i have Media Player Classic for instance and its only one file the "mpc.exe" how do i just copy over that file to a dir of my choice silently? and where do i put the "copy tag" Thanx for any help
  20. I use Media Player Classic. and for what cal_01 said that it lacks a play list... thats wrong. use Ctrl+7 or go into View menu and there is the playlist maby he is using an old version
×
×
  • Create New...