Jump to content

jrzycrim

Member
  • Posts

    769
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by jrzycrim

  1. Have you tried using the cleanmgr utility? You can clear out some temporary and other types of unnecessary files with that. Start > Run, enter: cleanmgr

    You should decrease the space for Temporary Internet Files.

    Go to control panel > Internet Options

    Click Settings

    Adjust the amount of space that is used to around 50mb. By default, the setting is usually way to high. That will prevent your browser cache from becoming too large and possibly causing other problems.

    If you don't use hibernation, you can disable that and free up some space:

    Control Panel > Power Options, go to the Hibernate Tab, uncheck 'Enable hibernation. Click OK, click OK. That will free up space on your drive equal to the amount of ram you have installed.

    If you are using System Restore, you can reduce the amount of space allocated for that:

    Right click on 'My Computer', select properties, go to the System Restore tab, Click Settings. From there, you can adjust the amount of space used for saving restore points or disable it entirely.

    You can also lower the space used for the recycle bin:

    Right click on the 'Recycle Bin', select Properties. You can configure the bin for each drive or use a global setting.

    You can set the photoshop scratch disk to a different drive\partition. Go to Edit > Preferences > Plug-ins and Scratch Disks.

    Virtual memory can be adjusted. You allocate space for a page file on another drive/partition. Right Click on my computer, select properties, go to the advanced tab, click settings under performance, go to the advanced tab, click change and adjust your settings.

  2. Trying to get rid of Desktop links on specific users. I use the following code for all users, but that doesn't seem to work...

    DEL "%Allusersprofile%\desktop\WinZip.lnk"

    However, if I use this code...

    DEL "C:\Documents and Settings\Username\desktop\WinZip.lnk"

    It works.

    So my question is, what is the code to use to get rid of the Desktop links, for any user logged on.

    If Winzip.lnk is on a particular user's desktop, then deleting it from "%allusersprofile%\desktop" won't work.

    %userprofile% refers to the profile directory of the currently logged on user.

    del "%userprofile%\desktop\winzip.lnk"

  3. Your Hijack This log looks fine. Nothing amiss there. 30 isn't uncommon. While online, I have 28 processes running. Many have quite a few more.

    Also, you don't have many items that launch at startup. The only thing that you can do without is the splash screen for McAfee VirusScan ASaP on-line scanner.

    see http://www.windowsstartup.com/wso/detail.php?id=1804

    Run Hijack This, Scan and check this item:

    O4 - HKLM\..\Run: [myCIO.com Splash] C:\WINDOWS\myCIO\VScan\Splash.exe

    Click 'Fix Checked'.

    svchost.exe is a legitimate process. It's normal to have several running concurrently.

    Refer to this for more info: http://www.neuber.com/taskmanager/process/svchost.exe.html

    As it is now, your system seems to be in good shape.

  4. P.S. would VMWare load its own drivers also ? As it would b nice to test them before burning to a dvd also

    Thanks Again

    Nope. You're in the same boat with vmware as it comes with its own drivers.

    Getting back to your user account problem:

    You need to call that batch file. It won't execute on it's own.

    Place 'useraccounts.cmd' in $OEM$

    Make a text file named 'Cmdlines.txt'. In that file place this:

    [COMMANDS]
    "useraccounts.cmd"

    Save it to the $OEM$ folder.

    If you already have a cmdlines.txt file, then just append "useraccounts.cmd" to the end. The quotes are necessary.

    //I was trying to post this earlier but I think MSFN had some trouble...

  5. Hello, i just made my 1st unattended DVD that contains XP Pro W/SP2, Office2003, various drivers & software progams. But after testing the image with Virtual PC my name is set a Limited User, instead of Administrator, my ATI 9800 AIW Pro drivers were not loaded, instead it shows an SIS Video Adapter, Creative 16 bit audio drivers instaed of the SB Audigy, Intel Network Adapter instead of the integrated Realtek.

    Any help would be greatly appreciated.

    Virtual PC has its own drivers for these devices. You won't be able to test your drivers with Virtual PC.

    As far as your user account problem, I'm not sure. At what point during the installation is 'useraccounts.cmd' being executed?

  6. I'd like to be able to save my view preferences in open/save dialouges.

    It's odd that you have thumbnail views in your save dialogue. What browser/download manager are you using. For me, both in IE and Firefox, I get the default list view when saving.

  7. rd /q /s "%systemdrive%\Documents and Settings\User\Local Settings\Temp\"

    That shoud work. If there are any files in that directory that are currently in use, they will not be deleted. Otherwise, the temp directory as well as all files and subfolders will be deleted. That's fine as Windows will recreate the Temp directory at the next logon.

  8. The option to not cache thumbnails doesn't disable thumbnails. It disables the caching of thumbnails.

    I have never found a way to make the settings stick in the open/save dialogue. It's dependant on the application in question. Most apps use the list view and unless a particular program saves the last settings used, that's the view that will be used. Same with other default views.

  9. Hello mazin. Sorry for a late reply but I didn't see your post until now.

    I have successfully installed Console unattended. After extracting the Console archive, I used this in my RunOnceEx.cmd:

    "RunDll32.exe setupapi,InstallHinfSection DefaultInstall 0 %systemdrive%\programs\console\console.inf" /f

    That same command, minus the /f, should work from a batch file, GUIRunOnce, etc.

    Here's the page for console:

    http://sourceforge.net/projects/console/

    For people who use another command processor other than cmd.exe, you can set the ComSpec value in this registry key:

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]

    Console will use whatever ComSpec is set to by default. For example, mine is set to %SystemDrive%\4nt\4nt.exe. For my unattended CD, I used an expandable string value so %systemdrive% would be resolved correctly.

  10. I use Console.

    Console is a Win console window enhancement. It was inspired by eConsole

    (http://www.informatik.uni-frankfurt.de/~corion), a great console-enhancement

    program (unfortunately, it seems that it's no longer being developed)

    Console features include configurable font, color, size, background image and

    transparency (on Win2000 and later)

    Console is *not* a shell. It's simply a nice-looking front end for a shell

    of your choice (cmd.exe, 4NT, ksh, Cygwin bash, etc.)

    http://prdownloads.sourceforge.net/console...ta.zip?download

    See this thread:

    http://www.msfn.org/board/index.php?showtopic=23165&st=0

  11. If I understand you right, when you log off or reboot, you see the luna theme. This is normal. Theme settings are user dependent so when no user is logged on, as is the case during reboot, the default theme is used.

    You can export your theme settings from the registry and then merge them to the [HKEY_USERS] hive.

    After you set your theme to your liking, log out then back in, open regedit and export the following keys:

    (right click on each key and select export then save the file in a convenient location)

    [HKEY_CURRENT_USER\Control Panel\Colors]

    [HKEY_CURRENT_USER\Control Panel\Cursors]

    [HKEY_CURRENT_USER\Control Panel\Desktop]

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager]

    Next, open each file and change every instance of HKEY_CURRENT_USER to HKEY_USERS\.DEFAULT

    Example, change

    [HKEY_CURRENT_USER\Control Panel\Colors]

    to

    [HKEY_USERS\.DEFAULT\Control Panel\Colors]

    Finally, add these settings to your registry tweak file. Your theme settings should now be in effect during logoff/reboot. You can test this on your current installation first and then incorporate these settings into your unattended CD.

  12. The way your setup is now, you need to have the install directory copied to the system drive.

    You have two options:

    (1) You can include a command to delete the install folder after your programs are installed.

    This command placed at the end of your batch file, before the exit command, should do the trick:

    rd /Q /S %systemdrive%\install\

    2) You can place your installation programs somewhere other than the $oem$ folder on your CD and install the programs directly from the CD. You can search the forums for info on how do this

    For your setup, option 1 is the simplest. You won't have to change anything.

×
×
  • Create New...