insanekiwi Posted October 1, 2004 Share Posted October 1, 2004 someone needs to write a tweak that disables the damm caps key under windows.... Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-584654913 Share on other sites More sharing options...
Advance Posted October 3, 2004 Share Posted October 3, 2004 To disable caps locks key: Click here Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-584668886 Share on other sites More sharing options...
jusD Posted October 13, 2004 Share Posted October 13, 2004 Tweak: How to Disable System File Checker/Windows File Protection in XPPurpose: 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. Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-584724751 Share on other sites More sharing options...
samxt Posted October 19, 2004 Share Posted October 19, 2004 kellys-korner-xp.com Xp tweaks Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-584765160 Share on other sites More sharing options...
samxt Posted October 19, 2004 Share Posted October 19, 2004 Add the ProcessIdleTasks command with icon to the Windows Xp right-pane start menu. Original post here. Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-584768878 Share on other sites More sharing options...
afterlife Posted October 21, 2004 Share Posted October 21, 2004 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. Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-584776743 Share on other sites More sharing options...
samxt Posted November 1, 2004 Share Posted November 1, 2004 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. Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-584842977 Share on other sites More sharing options...
Slimy Posted November 4, 2004 Share Posted November 4, 2004 that is so cool man ^ gotta make note of this one Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-584859760 Share on other sites More sharing options...
Milan - Posted November 28, 2004 Share Posted November 28, 2004 www.tlab404.com is not a bad site for tips and tweaks Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585002907 Share on other sites More sharing options...
ekramyzaher Posted December 19, 2004 Share Posted December 19, 2004 ?? Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585126201 Share on other sites More sharing options...
kachie Posted December 29, 2004 Share Posted December 29, 2004 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 Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585190318 Share on other sites More sharing options...
jumungo4 Posted January 2, 2005 Share Posted January 2, 2005 Word Trick Enter the following into MS Word; =rand(200,99) word_trick.txt Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585215236 Share on other sites More sharing options...
easternBrain Posted February 1, 2005 Share Posted February 1, 2005 Find Tweak XP install it and find a Mall full of tweaks n tricks n trips all for no trouble or coding.... :p Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585393540 Share on other sites More sharing options...
mikeS Posted February 2, 2005 Share Posted February 2, 2005 Word TrickEnter the following into MS Word; =rand(200,99) 585215236[/snapback] Hell this is not a trick, do not ever try it! Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585401558 Share on other sites More sharing options...
Slimy Posted February 2, 2005 Share Posted February 2, 2005 could a mod plz clean out this thread? nice trick I just stumbled upon: hold shift when inserting a cd to temporarily disable autoplay hope it's not something everyone already knows.. Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585404270 Share on other sites More sharing options...
Herby Posted February 15, 2005 Share Posted February 15, 2005 .. .. .. does this work for sp2 ??D. 584724751[/snapback] Windows File Protection Switcher lets you disable and reenable Windows File Protection (WFP) permanently. Works with Windows 2k/2k3/XP (SP1&2). Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585474329 Share on other sites More sharing options...
insanekiwi Posted February 15, 2005 Share Posted February 15, 2005 good job on respawning such an old thread (N) Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585474332 Share on other sites More sharing options...
Herby Posted February 15, 2005 Share Posted February 15, 2005 good job on respawning such an old thread (N) 585474332[/snapback] It's pinned... :rolleyes: Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585476128 Share on other sites More sharing options...
Joey992 Posted February 15, 2005 Share Posted February 15, 2005 It's pinned... :rolleyes: 585476128[/snapback] Let it go. He makes about five snide comments in every thread. Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585476142 Share on other sites More sharing options...
Joey992 Posted February 15, 2005 Share Posted February 15, 2005 (edited) When changing to the thumbnail view in a folder, hold the SHIFT button while clicking. It will resemble the image below (no icon titles). Edited February 15, 2005 by imcrazydammit Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585476178 Share on other sites More sharing options...
Spyker Posted March 24, 2005 Share Posted March 24, 2005 sweet Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585664574 Share on other sites More sharing options...
lzydesmond Posted March 26, 2005 Share Posted March 26, 2005 after pressing shift, how do I see the file names again? Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585674075 Share on other sites More sharing options...
drac Posted March 26, 2005 Share Posted March 26, 2005 after pressing shift, how do I see the file names again? 585664574[/snapback] by - doing it again the same :rofl: Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585676447 Share on other sites More sharing options...
Raditz Posted March 30, 2005 Share Posted March 30, 2005 Dosen't work for me. Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585697143 Share on other sites More sharing options...
+Cryton Subscriber² Posted March 30, 2005 Subscriber² Share Posted March 30, 2005 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! Link to comment https://www.neowin.net/forum/topic/8153-the-tips-tricks-thread-post-only-tips-no-questions/page/4/#findComment-585697158 Share on other sites More sharing options...
Recommended Posts