Jump to content

ps7

Member
  • Posts

    38
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by ps7

  1. Hi everyone, Is it possible to run a script before windows XP shutdowns and I am not refering to shutdown scripts. For example, when a user clicks Start > Shutdown in Windows, the system should run a script and then shutdown. I think it has to do something with group policies. So far, most How To... only show me how to write the script and leave it on the desktop. User's would have to click on this script on the desktop to shutdown - I cannot use this method. Thank you. Best wishes
  2. Hi there, I had a problem similar before. I had to re-burn my Windows data files again before it worked.
  3. ps7

    Clean XP install

    prathapml - a little hash isn't it?
  4. ps7

    Nero Fixation

    Hi there, I have justed installed Windows XP Service Pack 2 and updated Nero to 6.3.1.17. (The only things I have changed) However, I have been having problems creating CDs, I get an error message "Could not perform fixation". Does anybody else have the same problem? Cheers
  5. hi clare, The [GuiRunOnce] will excute both Commands before rebooting. Note that Command2 will NOT be excuted if your system reboots. One of the ways to run bm.cmd is to copy the file to your startup which is located in your start menu. For example, you can add this after your Installing IE6sp1 command ECHO. ECHO Copying bm.cmd to Startup copy "C:\install\bm.cmd" "C:\Documents and Settings\USERNAME\Start Menu\Programs\Startup" USERNAME = Your Profile Name When the system reboots it will run the bm.cmd script.Add this at the end of your bm.cmd script: del "C:\Documents and Settings\USERNAME\Start Menu\Programs\Startup\bm.cmd" This would prevent bm.cmd script from running again. Don't forget to remove the Command2 line under your [GuiRunOnce]. Hope this helps.
  6. ps7

    XP Crashes

    Hi there, I had the same problem before, I could not load windows XP after entering my user password. I could not find what caused it but I entered Windows XP in safe mode and create a new user account, copied all my files over and deleted the old account. I know that this would reset some of your setting but this could be one of your options if you can't fix it. Hope this helps.
  7. Hi there, As a part time job, I troubleshoot pc's for my university and I have noticed that pc's running Windows ME have a tendency to crash and have lots of error messages. (It could be the way Windows was setup on the machines but I believe that Windows ME is just unstable.) As such I sugest to either use Win98SE or XP. You might also want to increase your RAM size to 256MB or more. Depending on the type of pictures and the kind of photo editing software that you use, some of these software could use up a lot of RAM. Hope this helps.
  8. Hi there, to turn off the paragraph icon, look in your tool bar there should be the same icon, just click on it to turn it off. If you can't find it, press on ctrl + shift + *.
  9. Hi there, If you have installed Windows XP Service Pack 2 you might want to read this article. XP SP2: Do's & Don'ts for Web Sites
  10. Maybe there is error in your runonce/cleanup/restart. You might want to post them so that we can have a look.
  11. HI there, Follow the link below: PPPoE Hope this helps.
  12. HI there, Just place your script in your Startup located in your Start Menu.Don't forget to delete the script after running it - else it will run everytime you start up Windows. To copy your script to the Startup Menu you can use this method. Copy [location,filename] [location] example: copy C:\scriptfile.cmd "C:\Documents and Settings\All Users\Start Menu\Programs\Startup" Remember to use " ". Hope this helps
  13. Hi there, Hope that you are having a good day. I was wondering if anyone knows how to install J2sdk and jre (which is contained in j2sdk) silently. I have tired to look up in the forum and so far I got this: ECHO Installing Sun Java VM 1.4.2 ECHO Please wait... start /wait %systemdrive%\Install\Applications\SunJava\j2re-1_4_2_01-windows-i586.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1" However, as you know this only install JRE. Thanks in advance. Parvindar
  14. Hi there, I have been trying to slipstream Office XP SP3 however, I receive the following error message: Error 1308: Setup cannot find the required file C:\officexp\ReadMe.htm.Check your connection to the network, or CD-ROM drive. For other potential solutions to this problems, see C:\officexp\FILES\MSOFFICE\OFFICE10\1033\SETUP.HLP Does anyone have any suggestions? Thank in advance. Parvindar
  15. Hi there, Hope that you are having a good day. I was wondering if anyone knows how to change the default "View Source" in IE. Currently, when I "View Source" the source code open in Microsoft Word which I find really annoying. Is there a way to change that you some other application? I would like to use UltraEdit. I know that I can change a setting in IE properties but it does not work. Any other suggestions? Thanks in advance. Parvindar
  16. Hi there, I have successfully complete creating my Windows Unattended CD and would like to thank everyone for their help. I am currently trying to optimize some of my setting now and I was wondering if I could do some like this in my RunOnceEx: REG ADD %KEY%\025 /VE /D "Installing Microsoft Windows XP New Updates" /f REG ADD %KEY%\025 /V 1 /D "D:\Hotfixes\NewUpdate.cmd" /f Please note the D:\ is my CDROM Drive. The reason why I wanted to do this is to create a hotfix cd so that I can add other new Windows Update. The Update.cmd file will contain the new hotfixes and the switches. For example, hu1002.exe /Q:A /R:N Q322011.exe /Q /N /Z /O Please note the above hotfixes are old hotfixes. Thank you
×
×
  • Create New...