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

    • "and pull old flight details from your email during back-and-forth conversations" The Siri I've become to know and trust. I've always wanted to pull info on old flights. /s
    • Apple unveils Siri AI, a "reimagined" version of SIri by David Uzondu Image via Apple Today, at the opening keynote of Apple's annual World Wide Developers Conference (WWDC), the company announced Siri AI, a "reimagined version" of its voice assistant that runs on Apple Intelligence. Siri AI helps you do things like draft messages, edit photos, and pull old flight details from your email during back-and-forth conversations. You can access Siri AI through several methods, depending on the device. While "Hey Siri" remains active, iPhone users can also press the side button, swipe down from the Dynamic Island, or use a system-wide context menu on Mac to analyze on-screen text. Image via Apple If you ever need to go back and check previous interactions, you can open the dedicated Siri app to view your entire conversation history. This application privately syncs your data using iCloud, leveraging local Foundational Models alongside Apple's secure Private Cloud Compute servers to keep user data inaccessible to outsiders. On the iPhone, Apple built the assistant into the Camera app, bringing Visual Intelligence to help you split bills or count calories. This feature also expands to the iPad and Mac, letting users use screenshots or shortcuts to analyze images, while Apple Vision Pro users can ask questions about objects in their physical room. Other things to know about Siri AI include systemwide dictation that automatically handles punctuation and formatting, customizable voice speeds, and a spatial 3D interface built for Apple Vision Pro. Apple also added Smart Stack suggestions on the Apple Watch to help you continue recent conversations directly from your wrist. The road to Siri AI was quite bumpy for Apple, which initially promised these capabilities at WWDC 2024 when the Cupertino tech giant debuted Apple Intelligence. Apple later turned to Google, signing a $1 billion annual deal to use Gemini models instead of relying solely on its own in-house systems. However, this deal came only after consumers sued Apple because features Apple promised "did not exist at the time, do not exist now, and will not exist for two or more years." Siri AI is available for developer testing on iOS 27, iPadOS 27, macOS 27, and visionOS 27.
    • Real shame the 16 GB versions are crazy more expensive than this.
    • Making me care less about LibreOffice with every tantrum they throw.
    • And within the EU all this Siri AI stuff will probably work around 2030 and the IPhone 25 🤣
  • 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
      519
    2. 2
      PsYcHoKiLLa
      239
    3. 3
      ATLien_0
      85
    4. 4
      +Edouard
      81
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!