WindowsFixes has moved to The Tech Corner! Redirecting...

You should be automatically redirected. If not, visit http://thetechcorner.net/ and update your bookmarks!

James Hartig's Personal Blog | TwitterTrend

If this site helped you, or you have a problem, leave a comment or email me! Also, don't hesitate to refer other people and put a link on your site.

Showing posts with label tweak. Show all posts
Showing posts with label tweak. Show all posts

Tuesday, December 23, 2008

Error 4226: Event ID 4226 TCP/IP has reached the limit on cocurrent connections.

If you have been receiving:
Event ID 4226: TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts.
or you plan on using any sort of BitTorrent or setting up any sort of server.

Tweak Tcpip.sys on Windows XP

1) Visit http://www.xp-antispy.org/index.php/lang-en/download and download "packed zip archive" for your language (filename is like "xp-AntiSpy_english.zip")
2) Extract the zip file downloaded (Click "Next" -> "Next" -> "Finish")

3) Open the new folder created  and double click on the exe (something like "xp-AntiSpy.exe")
4) Goto (in the top menu) "Special" -> "Connection Limit..."
5) In the new window that popped up (labeled "Attention" at the top), click "Yes, I got it."
6) Choose the number of connections you want to allow (in the dropdown) (I would recommend at least 100) then click "Patch"
8)  A windows popup should appear that says "The following files have been patched:", click "OK"
7) Your screen should then look like:

8) Click "Exit", then close the main window, then restart
You can delete the created program/folder or leave it there.

Tweak Tcpip.sys on Windows Vista
Follow the article here: http://www.mydigitallife.info/2007/04/09/windows-vista-tcpipsys-connection-limit-patch-for-event-id-4226/
(Sorry I'm not familiar with Vista)

note: if you install a new service pack or install some Windows Updates you will need to repatch the files.


Hope that helps!
- James Hartig
http://twittertrend.net

Sunday, September 21, 2008

CHKDSK Error: Cannot open the volume for direct access

When starting up your computer (Windows XP) if you get a message like:

Cannot open volume for direct access.
The type of the file system is NTFS.
Windows has finished checking the disk.

when trying to run CHKDSK on the local drive, then follow the steps below.

Microsoft's only solution is to install SP2 however, this will only fix the problem if there is another line "IFSUTIL: Can't open drive. Status returned = c0000043." is present. Most of the time, however, this line is not present and other steps are required.

Note: This solution has not been tested on Windows Vista, however if the above problem occurs, trying the following solution should not damage your system.
Note 2: You may want to print this solution because you will be required to restart in the middle.

-- Basic Solution --
1) Goto Start -> Run
2) Type "cmd" (no quotes)
3) Type and execute in the Command Prompt window: "chkdsk /F" (no quotes)
3a) If you were trying to perform chkdsk on another drive then type "chkdsk /F" then your drive (ex: "chkdsk /F D:")
4) When it asks if you want to check the volume on the next system restart, press "y" and return
5) Goto Start -> Run
6) Type "msconfig" no quotes
7) Goto the "BOOT.INI" tab and check the box labeled "/SAFEBOOT"



8) Press Apply, then Close
9) When it asks if you want to restart, choose "Restart"
10) The chkdsk Scan should now successfully run
11) When the scan is complete, login, and once again goto Start -> Run
(If a System Configuration dialog comes up, click "OK" [see below] )
12) Type "msconfig" (no quotes) again
13) Once again, goto the BOOT.INI tab and this time, uncheck the "/SAFEBOOT" option
14) Click Apply, then Close, and then Restart

If you get the following window, when you computer starts:


Check the box next to "Don't show this message..." and click OK

Afternote: You will have to do this everytime you want to run chkdsk on the local drive.

If the above solution did not work, please send me an email:

or comment below. If it did work, Congrats! More fixes will be added as time goes on....

Friday, September 5, 2008

The full potential of netsh.

I have not been around much to have been posting some new errors. I have received many emails over the past few weeks and I have been trying to reply (usually in under an hour) and get everyone's problems fixed. Remember you can email me at:


Now time to move on to: Netsh.

Netsh is a command-line based tool that can be used to locally or remotely administer a computer. I recently stumbled upon it when I was searching for a way to set DNS servers via the command-line. Various "things" you can do with Netsh will be shown below:

Set IP Address/Subnet/Gateway
netsh interface ip set address "<name of connection>" static <ip address> <subnet> <default gateway>

Set DNS Server(s)
netsh int ip set dns "<name of connection>" static <ip address> primary
To Set More DNS Servers:
netsh int ip add dns "<name of connection>" <ip address>

Set Connection To DHCP
netsh interface ip set address "<name of connection>" dhcp

Set WINS Server(s)
netsh interface ip set wins "<name of connection>" static <ip address>
To Set More WINS Servers:
netsh interface ip add wins "<name of connection>" <ip address>

Those are just some basic examples. I hope that you can benefit from this command as much as I recently have been able to!

-James Hartig

Sunday, July 13, 2008

OOo-dev cannot be started: corrupt configuration data

Today, when I started up my computer, I was greeted with the following message:



Which stated that: "OOo-dev cannot be started due to an error in accessing the OOo-dev configuration data."
Also, it provided some useful information, such as: "The following internal error has occurred: /org.openoffice.Office.Recovery". This will be very handy later on.

Similar Errors:
"
OpenOffice cannot be started due to an error in accessing the OpenOffice configuration data"
"OpenOffice cannot be started due to an error in accessing the OpenOffice.org configuration data"

"StarOffice cannot be started due to an error in accessing the StarOffice configuration data"
(if this is your error, after running the %APPDATA% (step 3) , open the folder "StarOffce7" [or something similar] then continue with the normal steps)

Solution 1 (if there was an 'Internal Error' message)
1) Goto Start -> Run
2) Type in "%APPDATA%" (no quotes)
3) In the new window that popped up, open up "OOo-dev3" or "OpenOffice2" (or something similar [with "OOo" in it or "openoffice" in it] )
4) Navigate through the following folders: user -> registry -> data
5) Now, the following depends on what was displayed as the error message.
6) Follow the folders as the error was shown (the last 'part' is the file)
example: if "/org.openoffice.Office.Recovery" then open the folders org -> openoffice -> Office

7) For my error message (shown above) I went (from within the data folder) through:
org -> openoffice -> Office

8) In the folder, now look at the last part of the string which is the filename.
example: if "/org.openoffice.Office.Recovery" then work with the file Recovery.xcu
example 2: if "/org.openoffice.Office.Common" then work with the file Common.xcu
9) Now take that file, and rename to something else (Recovery -> OLD.Recovery).
10) Start OpenOffice and it should fix the problem and load correctly!

11) If not, then continue through the next solutions.

Solution 2 (if there wasn't any 'Internal Error' message)
1) Goto Start -> Run
2) Type in "%APPDATA%" (no quotes)
3) In the new window that popped up, open up "OOo-dev3" or "OpenOffice2" (or something similar [with "OOo" in it or "openoffice" in it] )
4) Navigate through the following folders: user -> registry -> data -> org -> openoffice -> Office
5) Once in the 'Office' folder, delete everything except the "Common.xcu" file.
6) Try to start OpenOffice
7) If it loads correctly, congrats! If not, continue.


8) It seems like it still didn't work for you. Now go ahead and delete the "Common.xcu" file in the "Office" folder.
9) Try to start OpenOffice again
10) It should work now, but if not, continue to the next solution.


Solution 3 (if the above ones won't work)
1a) Restart your computer (or if you are too impaitent, continue)
1b) Goto Start -> Run
2) Type in "%APPDATA%" (no quotes)
3) In the new window that popped up, open up "OOo-dev3" or "OpenOffice2" (or something similar [with "OOo" in it or "openoffice" in it] )
4) Locate the folder: "user".
5) Rename the folder to "user2" (no quotes)
6a) Start OpenOffice, it should bring up a Configuration Wizard, follow the steps and your done!
6b) If you want, you can now go back and delete the created "user2" folder.
7) If it still doesn't work, I have no idea what has happened and you should continue your search somewhere else. (you can email me, but I cannot guarantee any fixes with OpenOffice)

Questions or Problems? Email me @


Hope That Helps!
-James Hartig

Saturday, June 14, 2008

Installing Themes SP3 Problem

After installing SP3, was your XP theme reverted to the original XP theme? Or in other words, are you not able to install a theme on XP SP3?

Windows has disabled unsigned themes for Windows XP SP3 and does not allow you to install them for security reasons.

Heres how you fix it:
Download and Install WindowsXP SP3 UxTheme Patcher here: http://pcsofts.cn/application/windowsxp-sp3-uxtheme-patcher-v12.html

This patch modifies a system file to allow you to install your unsigned themes.

Friday, May 30, 2008

Redirect Problem: “This page has an unspecified potential security risk. Would you like to continue?”

This is a redirect post for the following problem.

When trying to open a file, folder, etc. you get the following message from Internet Explorer...

This page has an unspecified potential security risk. Would you like to continue?





The solution on page...

Windows XP Problem: "Your current security settings do not allow this action"

should work, but if not, try

Windows XP zip Problem: "Your current security settings do not allow this action"


If that still will not fix your problem, then continue your search, or email me @


Hope That Helps!
-James Hartig

Wednesday, May 28, 2008

Received Error: "Data Execution Prevention" on Application: Windows Explorer

Received something similar to the following?




Received it only once?
Your fine! If it keeps happening, return here.

Received it multiple times?
Continue.

This problem is very vague and I am working on a complete fix to the problem, however it is kind of hard!

Solution 1 (if you remember what you did!)

1) Write down what you did to receive the popup,
it is most likely a program launch, right-click (note where too! it is very important!), folder open, etc.

This is where we part solutions...

Solution 1a (application launch)
(The "Application" is probably modifying something in the Windows environment)

Options: (Sorry, however I am at a loss here)
1) Upgrade Program
2) Don't Launch
3) Contact Vendor (be sure to be specific!)
4) Uninstall Program

Solution 1b (right-click/folder open)
(It is probably a problem with a context handler [=the things you click on in a right-click menu])

1) Download ShellExView (I recommend the ZIP)
2) Run and locate, via the "My Computer, Desktop, Control Panel, File Extension, etc." columns where the DEP error occurred
example: if it happened when you right-clicked on the Desktop, sort by the Desktop column
example2: if it happened when you right-clicked on a file/folder, sort by the File Extension column and find the file ext. or * or Folder

3) Disable any suspicious, unknown and/or obsolete handlers (Be careful!, especially when disabling any "Microsoft" handler as I would recommend not to!)
4) If the error comes back, try again, this time with different ones
If not, then your done! (note: depending on how many you removed or how much time you have, you can go back and enable one-by-one and see which one it was)

Most likely it is the context handler problem (Solution 1b).

Solution 2 (if you don't personally care about DEP and its protection)
(My opinion would be to try the ones above and then resort to this Solution)

Option 2a (simple, for beginners)
(NOT FOR WINDOWS VISTA!!! and Windows Server 2008)
1) Goto System Properties
a) Press (Windows Key + Pause/Break)
b) Right-click on My Computer and select 'Properties'
c) Control Panel -> System (or if not classic, Control Panel -> Performance and Maintenance -> System)
2) Goto "Advanced" tab
3) Under the "Startup and Recovery" section, click Advanced




4) Click "Edit" next to 'To edit the startup options file manually, click Edit.'
5) In the notepad window that opened, change the /NoExecute option to...

Options:

"/noexecute=alwaysoff" = Disables DEP. Attempts to enable DEP selectively are ignored. ALSO DISABLES PAE!!
"/noexecute=optout" = Disables DEP. However, can be enabled for certain programs via administrator.
"/noexecute=alwayson" = Enables DEP for the operating system and all processes.
"/noexecute=optin"= Enables DEP for the operating system and all processes, but administrators can disable.

Example:

multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Media Center Edition" /fastdetect /NoExecute=OptIn

--would change to--

multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Media Center Edition" /fastdetect /NoExecute=OptOut


6) Save and Restart Computer

(FOR VISTA!!! and Windows Server 2008)
1) Start -> Run
(if there is no Run command... do the following)
1a) Right-Click on the Start and select 'Properties'
1b) Next to the "Start Menu" selection click "Customize"
1c) Scroll Down and find "Run Command" and select the check box
1d) OK then Goto Start -> Run

2) Type and Execute "cmd"
3) In the CMD window,
"bcdedit /set nx" then one of the following options (Optout recommened)
Optin
Enables DEP only for operating system components. Administrators can enable DEP on selected executable files by using the Application Compatibility Toolkit (ACT).
Optout
Enables DEP for the operating system and all processes. However, administrators can disable DEP on selected executable files by using System in Control Panel.
AlwaysOn
Enables DEP for the operating system and all processes. All attempts to disable DEP are ignored.
AlwaysOff
Disables DEP. Attempts to enable DEP selectively are ignored. ALSO DISABLES PAE!!
4) Restart

Remember: If you are unsure, comment or email me! If you do this incorrectly your computer may not boot correctly or at all!!


Hope This Helps!
-James Hartig

Windows XP SP3: DNS server not working. Internet Sharing Client. Disable, then Enable

Windows XP SP3 Problem With Internet Connection Sharing and DNS with Clients
This fix is for the following conditions...
a) You have recently installed Windows XP SP3
b) You have enabled Internet Connection Sharing and have configured a host computer and client computer
c) You have recently disabled/enabled the Network Connection to which is being shared on the host, or have a USB network device and have removed/inserted it
(if you have not done that, this fix will most likely not work!!)
d) You cannot connect to websites, DNS is failing, etc.

Solution 1 (Very Simple!)

1) Shutdown host
2) Shutdown client
3) Turn on client
4) Turn on host


Solution 2 (If shutting down host, is not an option!)

1) Goto Run-> cmd (on the host)
2) Execute (type and enter) "net stop sharedaccess" (no quotes)
3) Turn Off Client Computer
4) Go back to cmd window on host, execute "net stop sharedaccess" (no quotes)
5) Turn on client

Please note that this must be done whenever you are enabling/disabling/removing/insterting the Internet Connection Sharing device.

If you don't want to, submit a Hotfix Request at
http://go.microsoft.com/?linkid=6294451

or just download the fix here (direct hotfix from Microsoft, not modified, no spyware, no viruses, nothing!)
NOTE: This HotFix will only work for Windows XP SP3 (32-Bit) with the above problem (Especially 'c'), DON'T TRY THIS ON ANYTHING ELSE!!
http://fastest963.us.to/windowsfixes/sp3dnsfailedhotfix/WindowsXP-KB951830-x86-ENU.exe

(Note: For anyone who cares, it is a problem in the file Ipnathlp.dll)

Hope That Helps!
-James Hartig

Saturday, May 24, 2008

Recommended: How to create a internal static IP address for your computer.

By default, Windows uses DHCP (See Wikipedia Entry) for its way of retrieving an IP for your computer.

Note: This will not work if you are connected directed to your modem! Also, this is only recommend for people with a network of various computers.

Steps To Make Your Computer Static (Windows XP)
1) Open Control Panel > Network Connections or
Control Panel > Network and Internet Connections > Network Connection
2) Right click on the "active" Connection and choose Status
Should be like "Local Area Connection"



(Note: For some reason, on some systems, the status screen will not open? Try double-clicking on the connection or follow the instructions below...)

3) Goto the Support tab and click on Details...
(Picture Below)

-- Alternate Way To Status Screen --
1) Goto Start > Run > cmd
2) Run ipconfig /All
3) Look at the correct information under the device you tried to open the "status screen" for
(Picture Below)
-- End Alternate Way --

4) Whether you are looking at the cmd window, or the status window, write down the boxed data (IP Address, Subnet Mask, Default Gateway, DNS Server(s))
(Note: The information in the following examples do not represent "your" data, they are plainly examples)

Status Window


CMD Window


5) Go back to the Network Connections screen
(Open Control Panel > Network Connections or
Control Panel > Network and Internet Connections > Network Connection)

6) Right-click on the network connection you just looked up and this time choose properties.

7) Select Internet Protocol (TCP/IP)



8) Click Properties
9) Choose "Use The Following IP Address" and fill in the appropriate information
10) If there was more than 2 DNS servers listed, put in the first 2 in and then select ok
11) Go back into "Internet Protocol (TCP/IP)" Properties and then choose Advanced
12) Click Advanced in the bottom right corner of the "Internet Protocol (TCP/IP) Properties" window

13) Goto the DNS tab,





14) In the Add window, type the extra DNS servers that you were unable to enter in before
15) Select OK, and again until you are out of the windows
16) Restart Might Be Required

Steps To Make Your Computer Static (Windows Vista)
1) Open Control Panel > Network and Internet > Network and Sharing Center
2) Under the "Network" Section, across from "Connection", press "View Status"




3) Click on Details...
(Picture Below)

4) Whether you are looking at the cmd window, or the status window, write down the boxed data (IP Address, Subnet Mask, Default Gateway, DNS Server(s))
(Note: The information in the following examples do not represent "your" data, they are plainly examples)

Status Window



5) Go back to the Connection Status Window and click "Properties"



6) Press "Continue" on the "Windows needs your permission to continue." window

7) Select 'Internet Protocol Version 4 (TCP/IPv4)'



8) Click Properties
9) Choose "Use The Following IP Address" and fill in the appropriate information
10) If there was more than 2 DNS servers listed, put in the first 2 in and then select ok
11) Go back into "Internet Protocol (TCP/IP)" Properties and then choose Advanced
12) Click Advanced in the bottom right corner of the "Internet Protocol (TCP/IP) Properties" window

13) Goto the DNS tab,



(Windows Vista screen is identical)


14) In the Add window, type the extra DNS servers that you were unable to enter in before
15) Select OK, and again until you are out of the windows
16) Restart Might Be Required


Congrats! Your Done!

Hope That Helps
-James Hartig

Wednesday, May 7, 2008

Before Installing Windows XP SP3, "Access Denied", "SP3 Failed To Install"

Before Post: Note: If you install SP3, you cannot uninstall IE7 or IE8, so if you are planning on uninstalling either in the future or at all, do it before installing Windows XP SP3!

Note2: Please stop all spyware/anti-virus software (if you feel insecure, disconnect your internet), as these might prohibit the install to save/create files and/or registry entries!


Try to install Windows XP SP3 and receive a "Access Denied" error or an "SP3 Failed To Install" error?
Similar Errors: "The Installation can not continue please click ok to undo the changes." "Windows has been partly updated and may not work properly."
This fix will fix errors in other installations/programs also, running the "reset.cmd" regularly will prevent other problems and is beneficial.
Thinking about installing Windows XP SP3 and want to not receive this error?

Here's a poorly Photoshop example... (note: your error may look different)




Preventing Access Error Problems With SP3

1) Download SubInACL
2) Install it to 'Program Files\Windows Resource Kits'
3) Make Sure subinacl.exe is in the folder 'Program Files\Windows Resource Kits\Tools', if not move it
4) Download reset.cmd (right-click 'save link as...')
or follow the following steps

How to make your own reset.cmd

1) Open Notepad
2) Paste the following...

cd /d "%ProgramFiles%\Windows Resource Kits\Tools"
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f /grant=system=f
subinacl /subdirectories %windir%\*.* /grant=administrators=f /grant=system=f
secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose

3) Save as reset.cmd (check the picture below)



-------Done------


5) Double-click the reset.cmd on your desktop and wait for it to finish (this may take several minutes)
6) Install Windows XP SP3!!

Congrats! Your Done!

Hope this helps,
James Hartig

Friday, May 2, 2008

Something unusual not listing? How to take a screenshot.

Can't seem to find an answer for your unusual problem with a Windows XP/Vista computer?

Send an email (including computer specs, all possible information, steps to produce problem, and if possible, screenshots) to



Don't Know How to Make A Screenshot??

Follow These Easy Steps...

1) Click on the window you want to take a screenshot of (make sure its focused on)
2) Press Alt+Print Screen (also can be Alt+SysRq)
3) Open up an image editor, like paint, and then paste
4) Save (jpg/png) and your done!

Thanks!
Hope that helps!
-James Hartig

Latest Computer Tips (May 2008)

Hate having to always check to see if your software is up to date?
Want an easy way to download all of those various updates?

Visit
http://filehippo.com/updatechecker/

You can download an installer or just a plain executable.
It scans your computer and then displays a browser with a page displaying all available updates and their download links.

Computer running slow??
Can't seem to figure out whats wrong?
Have a USB stick laying around?

Try eBoostr!
http://www.eboostr.com/download/

I have been using this software since the first beta and it is amazing!!

If you are having problems with these, please comment or look at the next post.

Saturday, February 23, 2008

Windows XP Tweak: Hide Drive Letter From My Computer

This tweak will hide a drive letter from showing up in My Computer, however the drive will still be able to be accessed manually by typing in the drive letter in explorer.


----Tweak Steps----

1) Start > Run > regedit
2) Goto HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer
3) Right click in the blank space and choose New > "REG_DWORD (DWORD Value)"



4) Name is "NoDrives"
5) Right click on "NoDrives" and select Modify
5) Following the table below, enter in a DECIMAL value!!


To Hide Multiple Drives, Add their values together.
Example: A+D = 9 Decimal Value
A+C+D = 13 Decimal Value

6) Press OK
7) Close regedit window
8) Note: A restart may be required, however I did not require one.

Hope This Helps!
-James Hartig