Jump to content

Francesco

Member
  • Posts

    414
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Posts posted by Francesco

  1. Eeeck!! What's this big edit box about? Something tells me that this is a text box for the post message :unsure: ... Commander Data, please analize this antiquated device in order to find that out... :o

    Stellar Date 12345678910:

    Dear earthlings, i'm sure you got bored to lose a lot of time to configure all those fresh windows 2003 installations.

    That's why I, captain of the windows 2003 enterprise edition starship :huh: , negotiated with the microborgs :ph34r: for a simpler way to configure your fresh install automatically.

    All the scripts are made with AutoIT (you can find it easily using google)

    You can make executables from those scripts by saving them as .au3, right clicking the saved files and using the Compile script function (naturally you must install AutoIT in order to have that function appear)

    Here they are:

    This is to set audio acceleration to maximum

    AutoItSetOption("WinWaitDelay",1000)
    Run("c:\windows\system32\cmd.exe" & " /c c:\windows\system32\mmsys.cpl")
    ; Change in the following line the "Proprietà - Suoni" string with the title of the sound properties dialog
    WinWaitActive("Proprietà - Suoni")
    ; Change in the following line the "z" with the keyboard shortcut key for the "Advanced" button in the sound properties dialog
    Send("!z")
    Send("^{TAB}")
    Send("{END}")
    Send("{TAB}")
    Send("{END}")
    Send("{ENTER}")
    Send("{ENTER}")

    This is to set video acceleration to maximum

    AutoItSetOption("WinWaitDelay",1000)
    Run("c:\windows\system32\cmd.exe" & " /c c:\windows\system32\desk.cpl")
    ;Change this to display properties window name
    WinWaitActive("Proprietà - Schermo")
    Send("^+{TAB}")
    ;Change the "v" with the keyboard shortcut key for the advanced button in the resolution tab of display properties
    Send("!v")
    Send("^{TAB}" & "^{TAB}" & "^{TAB}")
    Send("{END}")
    Send("{ENTER}")
    Send("{ENTER}")

    This is to APPLY A THEME (I use it for the royale theme (save the theme files in c:\windows\resources\themes before!)

    AutoItSetOption("WinTitleMatchMode", 1)
    RunWait("c:\windows\system32\net.exe start Themes")
    RunWait("Royale.exe")
    Run("c:\windows\system32\cmd.exe" & " /c c:\windows\resources\themes\Royale.theme")
    ;Change this with the display properties window title
    WinWaitActive("Proprietà - Schermo")
    Send("{ENTER}")

    Here are also various interesting registry settings:

    Windows Registry Editor Version 5.00

    ;Disables CtrlAltDel for logon
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
    "disablecad"=dword:00000001

    ;Enables audio service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AudioSrv]
    "Start"=dword:00000002

    ;Enables themes service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Themes]
    "Start"=dword:00000002

    ;Disables the request of the shutdown reason
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability]
    "ShutdownReasonOn"=dword:00000000
    "ShutdownReasonUI"=dword:00000000

    ;Restores image acquisition service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stisvc]
    "Start"=dword:00000003

    ;Restores imapi (burning) service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService]
    "Start"=dword:00000003

    I've also found a way to enable automatically directx acceleration but it's a bit messy, if somebody really needs it i'll post it.

  2. Hello. I don't know if this is the right place where post a feature suggestion however here it is.

    It often happens that some applications don't work/install under certain windows versions (for example some may install on windows xp and may not install on windows 2003).

    What about adding a special dependancy expression to require a certain windows version?

    Thanks in advance and sorry for my crappy english :P

    Btw great work :P

  3. I've tried almost all the most used defrag utilities around and to help out people that are insecure about which one to choose i've made a small list with the pro and cons of them:

    - DISKEEPER

    Pros:

    With its I/O Guard it pauses the defragmentation if the disk usage is high (so you can work without hangs) (only in version 9.0)

    It's fast and his scheduling system probably is the best around.

    Cons:

    The files are not ordered by some criteria (date or access time) like most defrag utilities do. Sorting by access time is very important to speed up booting and application startup time.

    In older versions when it starts defragmenting big files (isos etc) it slows down everything until the file gets defragmented

    - PerfectDisk

    Pros:

    Very fast and efficient defragmenting engine that sorts the file by access time

    It has a smartplacement method that is very efficient: it's a compromise between defragmentation time and file sorting.

    Cons:

    The scheduling system isn't configurable as the one present in other defrag programs.

    - Speed Disk

    Pros:

    It defragments everything even the mft without rebooting! It's the most efficient and fast defragmenter engine avaiable

    It lets the user specify the position where files should be placed

    Cons:

    Every time you defrag it moves all the files again! ALL THE FILES!! Only a mad person would use a defrag utility that moves all the files every time you start it! it's crazy!!

    Defragmenting the MFT while windows is running is VERY VERY risky: if your windows crash the partition is lost.

    The scheduling by defragmentation level is completely buggy

    - O&O Defrag

    Pros:

    Since it moves little pieces of the file at once it doesn't slow the system like other defrag utilities do.

    It has a very well designed gui and also a good working scheduling system

    Cons:

    It's defrag engine sometimes messes up and crashes or hangs even in the newer versions

    My suggestions:

    SPEED: Diskeeper or O&O defrag for the users that want to defrag their computers while they're working with it since they don't slow down the system

    EFFICIENCY: PerfectDisk or Speed Disk for the users that prefer speed and want to defrag their computers while they're not working with them.

    STABILITY: PerfectDisk or Diskeeper since they use microsoft defragmentation API and are certified by microsoft (I don't know if O&O is certified too)

  4. So long as you run the 2 OSes separate, no sharing programs etc, it is fine to do.

    I could speculate, and say that perhaps the Master File Table has currupted. 3rd party defraggers can defrag the MFT, and are known for corrupting the MFT, hope you do not use any of these.

    You should not write to this disk, in any way. You will need to use some HDD recovery software. I just googled, and found a free product. Not sure of it's expectation. Plenty of pay for types around.

    Hope it works out for you.

    I had a feeling someone would say something like that. I know this all started right after I defragmented the drive, however I only used the defragmenter that is built into Windows and no other program. I even tried using a data recovery program and not the one you suggested yet, and some sectors were bad when it was being scanned. In this case, if I were to recover my files would I have to reformat the drive again?

    Don't touch that drive!!! there's an acronis utility to recover lost partition !!! It's called Acronis Recovery Expert: with it you can recover all the lost partitions in a drive in a matter of seconds.

    I don't know if there are freeware tools that do the same job however if you can obtain a copy of that program it should solve your problem.

    If you can't manage to recover the partition with some windows utilities you could even try to use linux fdisk program: if your partition was using all of your hard drive space and the problem was caused only by a partition table corruption you'll just have to create a new ntfs (or fat32 depending on which filesystem you were using before) on the hard disk with the same dimensions of the lost partition and it should work after.

    And if using linux fdisk will not recover the partition you can try doing manual recovery with easyrecovery professional or other recovery utilities around (there are a few freeware ones that do the same things): easyrecovery and some of the recovering utilities around rebuild the previous filesystem informations and then recovers the file according to them.

  5. Err did somebody at least notice that norton doesn't even detect a virus if you compress it using freeware programs like exestealth or upx (I don't know if nav 2005 extracts upx/exestealth compressed executables but since previous versions did not I suppose that for 2005 too (also I don't know if something changes with the corporate edition but since the defs are the same I suppose not))

    There's no antivirus that can detect all the viruses, however with all those virus variants compressed or encrypted using all those executable compression/encryption utilities that are easily found on the web how can you trust an antivirus that doesn't recognizes them? Even the most basic freeware antivirus like antivir or avast! extract those files and correctly detect the viruses inside of them!

    Most of the spywares/trojans/viruses/worms that spread in the internet are just the recompressed or encrypted versions of the original ones and symantec has to add new defs for each of them: this makes very difficult for norton to detect all of them.

    This is not meant to be a flame it's just a way to show that often not all the software is as good as the producers try to make it appear.

×
×
  • Create New...