Results 1 to 3 of 3

Thread: Universal Focus Rectangle Remover

  1. #1
    Join Date
    Apr 2008
    Posts
    438

    Universal Focus Rectangle Remover

    Universal Focus Rectangle Remover


    In Windows you may have checked that there is an annoying focus rectangle displaying in almost every window and almost on all items that are selected and have different signs to tell us they are in focus.
    So here is a little program to remove this thing. It should work on every 32-bit version of Windows. A 64-bit version might come later, but not sure.

    Installation:
    1. Put RemoveFocusRect in your system32 directory.
    2. Click Start and select Run.
    3. Type "regsvr32 RemoveFocusRect.dll" (without the quotes) and press OK.
    4. Next time a program is started, it won't have focus rectangles.

    Note: In Windows Vista, all those steps should be done with administrative privileges.
    just download this

  2. #2
    Join Date
    Apr 2008
    Posts
    438

    Re: Universal Focus Rectangle Remover

    Another method of Installation

    You'll want to download and extract the zipped file, and then copy the RemoveFocusRect.dll file into the System32 directory, usually located at the following path:

    C:\Windows\System32
    You'll get a message saying that access is denied, but you should be able to copy the file after clicking through the prompts.

    Next you'll need to open up an administrator mode command prompt, and then run the following command to register the DLL file with Windows:

    regsvr32 RemoveFocusRect.dll
    You should get a message saying that the registration succeeded. If you get an error, there's a good chance you are running on 64-bit and it just won't work. If so, make sure to delete the file that you copied.

    Once you reboot the computer, you'll see that the rectangle is now gone

  3. #3
    Join Date
    Apr 2008
    Posts
    438

    Re: Universal Focus Rectangle Remover

    Uninstallation

    Open up an administrator mode command prompt like before, and type in the following command to uninstall the component from the registry (very important). Note: You'll have to be in the \Windows\system32 directory for it to work, but that's the default path for an administrator mode command prompt anyway.

    regsvr32 /u RemoveFocusRect.dll
    You should get a message saying that it has been successfully removed. Now you can delete the file simply with this command:

    del RemoveFocusRect.dll

Similar Threads

  1. Make artboard from (indesign) rectangle
    By Madhuparna in forum Windows Software
    Replies: 6
    Last Post: 14-07-2010, 12:03 AM
  2. What is the use of Rectangle class in java?
    By Gokul20 in forum Software Development
    Replies: 5
    Last Post: 06-03-2010, 03:46 PM
  3. Need to fix problems of Drawing Rectangle in C++.
    By super soaker in forum Software Development
    Replies: 5
    Last Post: 23-01-2010, 07:07 PM
  4. label inside a rectangle
    By Linux-Us in forum Software Development
    Replies: 2
    Last Post: 21-11-2009, 02:59 PM
  5. Draw a rectangle using VB.NET
    By MACE in forum Software Development
    Replies: 3
    Last Post: 04-11-2009, 10:17 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,418,167.48536 seconds with 17 queries