General settings after Windows XP system installation

Source: Internet
Author: User

General settings after Windows XP system installation

Generally, after installing a new system, I will do the following: File Extension, disable simple sharing, system restoration, remote assistance error reports, etc. display my documents and my computer on the desktop, add your favorite fonts, etc. Batch Processing I put it into the guionce on the installation CD and it feels good: D (for XP)

  1. [[Bat]
  2. @EchoOff
  3. Color
  4. Echo.
  5. ECHO is enabling file extension...
  6. Reg Add "hkcu \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced"/V "hidefileext"/T REG_DWORD/D "0"/F> NUL
  7. Echo.
  8. ECHO is disabling simple sharing...
  9. Reg Add "HKLM \ System \ controlset001 \ Control \ LSA"/V "forceguest"/T REG_DWORD/D "0"/F> NUL & reg Add "HKLM \ System \ CurrentControlSet \ control \ LSA "/V" forceguest "/T REG_DWORD/D" 0 "/F> NUL
  10. Echo.
  11. ECHO is disabling System Restoration...
  12. Reg Add "HKLM \ Software \ Microsoft \ Windows NT \ CurrentVersion \ systemrestore"/V "disablesr"/T REG_DWORD/D "1"/F> NUL
  13. Echo.
  14. ECHO is disabling remote assistance...
  15. Reg Add "HKLM \ System \ controlset001 \ Control \ Terminal Server"/V "fallowtogethelp"/T REG_DWORD/D "0"/F> NUL
  16. Reg Add "HKLM \ System \ controlset001 \ Control \ Terminal Server"/V "fenablesalem"/T REG_DWORD/D "0"/F> NUL
  17. Reg Add "HKLM \ System \ CurrentControlSet \ Control \ Terminal Server"/V "fallowtogethelp"/T REG_DWORD/D "0"/F> NUL
  18. Reg Add "HKLM \ System \ CurrentControlSet \ Control \ Terminal Server"/V "fenablesalem"/T REG_DWORD/D "0"/F> NUL
  19. Echo.
  20. ECHO is disabling Event Logs and memory debugging information...
  21. Reg Add "HKLM \ System \ controlset001 \ Control \ crashcontrol"/V "logevent"/T REG_DWORD/D "0"/F> NUL
  22. Reg Add "HKLM \ System \ CurrentControlSet \ Control \ crashcontrol"/V "logevent"/T REG_DWORD/D "0"/F> NUL
  23. Reg Add "HKLM \ System \ controlset001 \ Control \ crashcontrol"/V "crashdumpenabled"/T REG_DWORD/D "0"/F> NUL
  24. Reg Add "HKLM \ System \ CurrentControlSet \ Control \ crashcontrol"/V "crashdumpenabled"/T REG_DWORD/D "0"/F> NUL
  25. Echo.
  26. ECHO is disabling the error report...
  27. Reg Add "HKLM \ Software \ Microsoft \ pchealth \ errorreporting"/V "doreport"/T REG_DWORD/D "0"/F> NUL
  28. Echo.
  29. ECHO is opening the status bar of the resource window...
  30. Reg Add "hkcu \ Software \ Microsoft \ Internet Explorer \ main"/V "statusbarother"/T REG_DWORD/D "1"/F> NUL
  31. Echo.
  32. ECHO is displaying my computer and my documents on the desktop
  33. Reg Add "hkcu \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ hidemo-topicons \ newstartpanel"/V "{region}"/T REG_DWORD/D "0"/F> NUL
  34. Reg Add "hkcu \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ hidemo-topicons \ newstartpanel"/V "{d8fba-ad25-11d0-98a8-0800361b1103}"/T REG_DWORD/D "0"/F> NUL
  35. : The text here is the font. You can change it yourself.
  36. Copy E: \ myfonts \ bird *. TTF % winDir% \ Fonts
  37. Echo.
  38. ECHO is registering the Birdman bold font...
  39. Reg Add "HKLM \ Software \ Microsoft \ Windows NT \ CurrentVersion \ fonts"/V "Birdman bold (TrueType)"/D "Birdman bold. TTF"> NUL
  40. ECHO is registering the Birdman light font...
  41. Reg Add "HKLM \ Software \ Microsoft \ Windows NT \ CurrentVersion \ fonts"/V "Birdman light (TrueType)"/D "Birdman light. TTF"> NUL
  42. : The font setting ends.
  43. Echo.
  44. Echo ended. :)... press any key to exit...
  45. Pause> NUL & Exit

CopyCode

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.