THE TIPS & TRICKS thread post only tips no questions


Recommended Posts

  • 2 weeks later...
Tweak: How to Disable System File Checker/Windows File Protection in XP

Purpose: If you replace system files a lot and don't want to see WFP popups then just simply use this tweak.

How To:

  • Make a copy of sfc_os.dll (C:\windows\system32\) and open it in a hexeditor.
  • FOR XP WITHOUT SP1: At offset 76C6EEB8(0E2B8) find the values 8B C6 and replace it with 90 90
  • FOR XP WITH SP1: At offset 76C6EFBB(0E3BB) find the values 8B C6 and replace it with 90 90
  • Then replace the original one with the patched sfc_os.dll. (Delete the sfc_os.dll in C:\WINDOWS\SYSTEM32\Dllcache\ and ignore the WFP warning.)
  • Open Regedit, go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon and change SFCDisable to ffffff9d to disable SFC completely.
  • Allowed SFC values:
    •    
    • 0 = Enable SFC.
         
    • 1 = Disable SFC with prompt at reboot to re-enable it.
         
    • 2 = Disable SFC without nag prompt at reboot to re-enable it.
         
    • 4 = Enable SFC but disable all prompts.
         
    • FFFFFF9D = Disable WFP/SFC completely.

    [*]Reboot and enjoy!

After you reboot check event viewer (in Administrative tools) to see if SFC is disabled or not.

574839[/snapback]

.. .. .. does this work for sp2 ??

D.

First I recommend always that you back up your registry. This is done by firstly loading RegEdit from your Start/Run menu bar. Just type RegEdit and it should load correctly. Now select the Registry menu item and then select Export Registry File. Make sure your Export Range has All selected. Once this has been checked, Enter a file name and press save into your prefered location. By doing this it ensures that if everything did go horribly wrong, you can revert to a previous version.

Now if you look at your registry you will see the huge list of folders down the left hand side. Now what you need to do is select the following in the correct order:

HKEY_CURRENT_USER>

Software>

Microsoft>

Windows>

CurrentVersion>

Internet Settings>

Once you have selected the correct sequence, the following selections and changes are the most important.

Within the right hand window of RegEdit you will see there are two strings named MaxConnectionsPerServer and MaxConnectionsPerl_OServer, if these are not there then see below. Click on the first one, MaxConnectionsPerServer and then with the right mouse button click your right mouse button and then select Modify. A window will pop up at this point and you need to change the Value data to 6. Make sure at this point that Decimal is selected to the right. Even if you did not select Decimal, it would not matter because this will be the same as Hexadecimal unless it was over 10. So just ensure that Decimal is selected and it contains a value of 6. Now, Click ok and do exactly the same for the other registry entry called MaxConnectionsPerl_OServer.

If you find that 1 or both of these registry entries are no in your registry, then you will have to add them manually. To do this you need to move your mouse over to some white space in the right hand side of the registry editor. Right click and select the new option and then select DWORD Value. Now enter MaxConnectionsPerServer as the string name and then press the return key. Now repeat this process for MaxConnectionsPerl_OServer as the string name. Now modify these entries using the procedure above.

Once you are happy that everything has been done. Quit regedit and away you go. There is no need to reboot. If you fire up Internet Explorer you should notice a speed improvement when browsing the Internet.

  • 2 weeks later...

Customizing Folders - Setting a folder background in Windows XP

This is a unique customization feature that allows users to set a custom background in folders. This background supposedly can be any .jpg, .gif, .bmp file or for that matter, most any picture file. Let's begin the process of how to achieve this.

I'll start by saying that this is a very simple process, and will not harm your computer. Here we go! Step-by-step.

To make things simpler, I will use an example. Let us suppose I am customizing a folder called \Program files\Doom3\ which is located in D: drive and I want to use FOLDERshot00001.bmp, which is located in D:\Program Files\Doom 3\base\screenshots\FOLDERshot00001.bmp, as the folder background.

----------------------------------------------------------------

Step 1- Open up notepad, or your favorite text editor. Type in the exact line below:

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]

Note: The above line contains only zeroes and not the alphabet O.

----------------------------------------------------------------

Step 2- Specify the picture to use:

In the next line we will specify the picture that we want to use as the background for the folder. We will do this by typing the following line:

iconarea_image="D:\Program Files\Doom 3\base\screenshots\FOLDERshot00001.bmp"

Use quotes before and after the path if it contains spaces.

The image to be used as the folder background is specified through iconarea_image. So you can type in the exact path to any image of your liking after the ?=? sign as shown above.

----------------------------------------------------------------

Step 3- Specify the icon label color:

Additionally you can also specify the color of the icon labels.(Text Color) This color will be used to display the icon labels in that specific folder. This one is a bit tricky but very easy if you get the idea. The icon label color is specified through iconarea_text. The value for the color is specified in a 24 bit 0x00bbggrr format (b,g and r stand for blue,green and red respectively) which specifies how much blue, green and red to mix. The bbggrr values are in hexadecimal. It sounds complicated but is very simple. Smart Color available at this address http://www.isotton.com/smartcolor/ is a program which can help you decide what color to use and will give you the hex equivalent to enter. And the program is free.

Now In my case, I want the icon labels (Text color) to be white in color. Because my background image is going to be an actual screen shot from the game Doom3 which will be quite dark. To get white, I will mix all blue, red, and green to their max values. So the value will be 0x00FFFFFF. Note the values of blue, red, and green are all FF, which is FFFFFF. The ini file requires the 0x00 in front of these hex values so the final result would be 0x00FFFFFF. The value 0x00FFFFFF equals pure white. Black of course would be the complete opposite 000000 or for this format 0x00000000. My text color preference in the proper format is shown below:

iconarea_text=0x00FFFFFF

-----------------------------------------------------------------

So here's what we have so far in our text editor:

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]

iconarea_image="D:\Program Files\Doom 3\base\screenshots\FOLDERshot00001.bmp"

iconarea_text=0x00FFFFFF

-----------------------------------------------------------------

Step 4- Save the file.

All I need to do now is save the file as desktop.ini in D:\Program Files\Doom 3

-----------------------------------------------------------------

Step 5- make your folder a system folder.

Open a command prompt and enter the command:

Attrib +s "D:\Program Files\Doom 3"

-----------------------------------------------------------------

That's it. If you did everything right you should have a background image in your explorer right pane for the specified folder. Example of my final result below.

post-21000-1099295104_thumb.jpg

  • 4 weeks later...
  • 3 weeks later...
  • 2 weeks later...

using resource hacker... open any of these files to edit and costumize win xp your way

C:\WINDOWS\Explorer.exe - for the picture and word of the start button and some of the right clicks

C:\WINDOWS\System32\NTOSKRNL.dll - for the bootscreen!

C:\WINDOWS\Resources\Themes\Luna\luna.msstyles - for almost all the graphics you see...

Ive learned it whit a lot of patinece and time... I know a lot of more tricks like to edit the video that apears in the windows when you are erasing, copying or doing something like that whit files, but i dont remember the name of the dll but sure that it was in the windows file

  • 5 weeks later...
  • 2 weeks later...
  • 1 month later...

CBF to read this thread through, but here's my tip.

Fed up of Windows Explorer starting in My Documents when you load it? Then change the target in your shortcut to Windows Explorer to

C:\WINNT\explorer.exe /n,/e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}

and Windows Explorer will start with My Computer focused instead. Much nicer!

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Apple launches new website for parents and a revamped Screen Time experience by Aditya Tiwari At WWDC 2026, Apple announced new parental control features for iOS 27, iPadOS 27, and macOS 27 to keep kids' device usage in check and keep them safe online. As a parent, you'll get access to a simpler setup experience, Ask to Browse, Time Allowances, and a redesigned Screen Time. You'll be able to pick exactly which apps your child can access on their device, choosing from just a few essential apps, a curated set, or the apps you feel are appropriate. There will be an option to gradually add more apps. Ask to Browse is a new feature that requires kids to request permission before visiting a new website in Safari on iPhone, iPad, or Mac. You can also turn on a setting that requires your kid to ask for approval before connecting with an unknown contact via Messages, FaceTime, or the Phone app. You can manage your child's screen time more effectively with Time Allowances that work across categories, including Games, Entertainment, and Social Media. You can set time limits based on your kid's age and get suggestions informed by expert research. Speaking of expert guidance, Apple added that it's working with the American Academy of Pediatrics (AAP) to adapt its Family Media Plan to create a guide parents can refer to when using Apple products. Moreover, the company has also set up a new dedicated website, where you can find tools, resources, and answers to common questions around parental controls and child safety. Apple also allows parents to set daily schedules to manage screen time, configuring access to different apps at different times of the day and across the week. Overall, the Screen Time section has been revamped and provides a bird's-eye view of your kid's average device usage and most-used apps. "For example, to help protect important family moments, parents can quickly limit access during meals, outdoor play, and other times that deserve full attention. If kids need a little extra time to finish something in an app, parents can also easily extend access," Apple said. Apart from these, Communication Safety has been updated to block gore or violent content when detected in shared images or videos. The feature already blurs nudity in Messages and FaceTime calls, and is enabled by default for users under 18.
    • They already threw the Ultra 1st gen under the bus? It really feels like someone screwed up, and that advanced AI features will only be available on the list above but someone screwed up and said that Watch OS 27 in general will only be available for those models. I think they will pull it back. I did see someone also put a snap shot of their series 9 watch being offered the watch os 27 beta. As the backlash online is already in full swing.
    • Right, Google... because that's who this is going to. Google, the company who's entire business model is geared around ad revenue and your personal data.
    • That is the natural course for regulations. First to protect the consumer. Then to protect the business/industry from upstart competition. There are countless examples across history.
    • I have never been a huge fan of libre, it feels really good but exactly when you need an advance feature for data wrangling it falls short every time or has bugs. I am all for euro office if they can deliver a good and usable alternative to MS office with backing of govt function.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      515
    2. 2
      PsYcHoKiLLa
      231
    3. 3
      ATLien_0
      87
    4. 4
      +Edouard
      82
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!