How do you fix run dll as an app error?
Basically, that uses RUNDLL32.exe seems to have made it crash. Perhaps it was something you installed... or a virus or spyware. Do the appropriate scans and check msconfig and see what is starting up.
Scanning won't do anything I've tried that's why I'm telling you but i got this you should go to the start menu/all programs/accessories/system tools/system restore /after click "choose a different restore point"then click next/tick the box that says "show more restore points so you have more dates to choose from/now choose a date when you where ABSOLUTELY POSITIVE that there was nothing wrong no error messages nor viruses or trojens and make sure you highlight the date first and press scan so you know what will get deleted then just click next and ok your pc/laptop should now go back to how it was n that date normaly
TIP:No files or documents will be deleted only if you have downloaded or installed anything after that date that you chose to restore your pc/laptop.
Ignore the box when you scan a date that says things that will restore and might not work correctly because trust me everything on my laptop does.
How do you delete a yahoo account without the password?
i dont know but u can temporarily lock it
You can't temporarily it lock your yahoo account without password.
when you trying to temporarily delete your account it will ask you for
your password as your Identity,so you cant temporarily lock your account.
Hope this help you
How do i restore the display settings for my computer monitor?
If you have a Mac their is a button on the back of the monitor hold it down until it comes on. On a PC there is usually a button on the right side push it. Make sure all your connections are secure.
What important benefit can a firewall provide?
A firewall can provide a lot of protection for your computer. The most important benefit the firewall provides is protection from hackers and viruses.
List 5 tasks in the insert tab that are common to both Microsoft word and Microsoft excel?
clip board, text box, symbol, hyperlink, word art
Should you get a new appple mac book pro?
You should buy a MacBook Pro if you are frequently involved in high end, photography, video editing, or music production. It is really meant for the high end users. If you will just be using the computer to check email, browse the web, write documents it is not worth the money and a standard P.C. should work for you. The MacBook Pro is a high end machine for high end users.
How long does the sansa fuze last?
Supposedly a full charge from zero takes 3 hours (according to another forum, not my experience. I'm charging my 4GB Fuze for the first time now.)
Another tip, fyi, is to top off the battery by charging each night, but to let the battery run down TOTALLY once a month and then recharge.
Should you delete Temporary files in disk cleanup?
Yes, there is no harm in deleting these files. I delete mine all the time. When you perform a system maintenance, these files are deleted at that time as well.
Do you have to pay if you get your Windows xp reactivate?
If you have a valid license key to use Windows XP with, then, no, you do not have to pay to reactivate Windows. However, if you have lost your license key then you will have to pay Microsoft to obtain a new one.
If you bought Windows XP on its own then there should be either a card with your license key on it, or a sticker with your license key on it in the packaging. If your computer came with Windows XP then there should be a Microsoft sticker on it somewhere with your license key on it.
What is the definition of clusters in math?
a group of loosely coupled computers that work together closely
What is the file extension that indicates an Excel file?
Excel 2003:
.xls = Workbook
.xla = VBA Add-in
.xlb = Toolbar (where custom toolbar settings are stored)
.xlc = Chart
.xld = Dialog (from older versions of Excel)
.xlk = Archive (Excel spreadsheet backup)
.xll = DLL Add-in
.xlm = Macro
.xlt = Template
.xlv = VBA Module
.xlw = Workspace (collection of multiple Workbooks)
Excel 2007 and Excel 2010:
.xlsx = Workbook (XML format)
.xlsm = Macro-enabled Workbook
.xlsb = Excel Binary Workbook (instead of XML format)
.xltm = Macro-enabled Template
.xlam = Add-in (XML format)
What is the name of the bar at the very top of the Internet Explorer Window?
The address bar or search bar
This is a fault caused by the software that you were running at the time. If you started a program just before getting this error, that would be the suspect. If not it could be ANY program that was running at the time. It could also be caused by a driver conflict with some software.
To fix this kind of error, because we have very little info to go on, we need to use a Microsoft tool to read the dump file that Windows created for this problem. The Dump Check utility which is included with the debugging tools for XP will do that for you.
The link to the Debugging tools and a full explanation on how to use them can be found at the Microsoft site. They are listed under KB315263.
If you surf to support.microsoft.com and do a search for KB315263 you will get to the page that explains how to use the Dump Check utility as well as having the links for the free tool.
How do you convert a Text file to a DLL file?
Hi, Creating dll is pretty easy if you have Microsoft visula studio.. The basic concept is as follows: 1)Create new project and choose a win 32 - dll from the projects 2) Append the following line before every class declaration class _declspec ( dllexport ) Eg. class _declspec ( dllexport ) cComplex { public: cComplex(float a= 0.0, float b = 0.0); private: float real; float img; }; 3) Similarly if u are using any function just append _declspec ( dllexport ) before function. 4) for consuming or using that dll just mention dllimport in place of dllexport Thats all for now, anupamonu@gmail.com
ribbon
What version of Windows was the first retail version to provide a retail 64-bit edition at launch?
Windows 2000 was the first version of Windows to have a 64-bit edition. Windows 2000 was released on February 17, 2000, but the 64-bit editions were not released until August 29, 2001.
Pls read this Article carefully and act with additional care (at your own risk) :
WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
By default, RSL is 25 percent of the size of paged pool. Setting up the size of paged pool (see PagedPoolSize value of the Registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management) also affects the size of RSL.
You can also manually set the RSL:
1. Run the Registry Editor (REGEDT32.EXE).
2. Locate the key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control.
3. Modify the value RegistrySizeLimit (create it first it if it does not already exist) to reflect the desired size, in terms of bytes.
NOTE: RegistrySizeLimit must have a type of REG_DWORD, and a data length of 4 bytes, or it is ignored. If you set the value RegistrySizeLimit to less than 4 megabytes (MB), it is forced up to 4 MB. If you set it to greater than about 80 percent of the size of paged pool, it is set down to 80 percent of the size of paged pool (it is assumed that paged pool is always more than 5 MB). If you set it to 0xffffffff the maximum size allowable (or 80 percent of paged pool, up to 102 MB) is set.
4. Shut down and restart Windows NT for changes in RSL to take effect.
Note A system restart is required after the RSL has been increased either through the graphical user interface (GUI) or the registry, because this change does not happen dynamically. If you do not restart the system, you may experience the following event:
Event Type: Error
Event Source: Userenv
Event Category: None
Event ID: 1000
Date: date
Time: time
User: NT AUTHORITY\SYSTEM Computer: name
Description: RegLoadKey failed. Return value Insufficient system resources exist to complete the requested service for C:\Documents and Settings\ntuser.dat.
In Windows NT 4.0, and Windows NT 4.0, Terminal Server Edition, the maximum paged pool size is 192 MB, so RSL can be a maximum of 153.6 MB. For additional information, click the article number below to view the article in the Microsoft Knowledge Base: 142719 (http://support.microsoft.com/kb/142719/EN-US/) NT Reports Out of Resources Error When Memory is Available
In Windows 2000, the maximum paged pool size is approximately 370-400 MB, when you do not use the /3gb command-line switch (this makes the RSL greater than 296 MB). If you use the /3gb switch, these values remain unchanged from Windows NT 4.0.
Additional Notes on RSLRSL sets a maximum, not an allocation (unlike some other such limits in the system). Setting a large RSL will NOT cause the system to use that much space unless it is actually needed by the Registry. It also does NOT guarantee that that much space will be available for use in the Registry.In Windows NT version 3.1, paged pool defaults to 32 MB, so the default RSL is 8 MB (enough to support approximately 5000 user accounts). In Windows NT 3.5, paged pool can be set to a maximum of 128 MB, so RSL can be no larger than about 102 MB (enough to support approximately 80,000 users; however, other system limitations might keep this number of users considerably lower).
RSL includes space in the hives themselves, as well as some of the Registry's runtime structures. Other runtime structures are either billed against standard quota, or are protected by size limits and serialization.
To ensure that you can always at least boot and edit the Registry if you set RSL incorrectly, quota checking is not turned on until after the first successful loading of a hive (that is, loading a user profile).
For all but a few domain controllers, RSL never needs to be changed.
The limitations imposed by RSL are approximate.
Solution Provided by MICROSOFT CORP.
Addendum (provided by drzcmajul)
The page file needs to be overwritten as it has been corrupted. Follow the following steps:
1. Enter System in control panel (classic view)
2. Click on the Advanced tab
3. Click the settings button under "performance"
4. Click the Advanced tab in Performance Settings
5. Click Change virtual settings
6. Choose No paging file on the settings and click Set
7. Exit and restart the computer.
8. Repeat the first five steps of these instructions.
9. Choose System managed size on the settings and click Set
10. When you exit you will be asked if you want to overwrite the previous page file. Allow this action.
11. Restart your computer. You will be rid of the error message. Also, your programs may run better.
Who can you tell your password to?
No, you can't if you do, you will get ban and someone else will take it from you.
How do you add downloaded fonts into Sony Vegas 9.0 Pro?
into your font directory in the C:\Windows\Fonts directory , copy and paste than it will pick it up next time you load it up.
Is it possible to open the Start menu by pressing only one key?
Yes, press the Windows Logo key located on the keyboard.
Is a soft boot more stressful on computer than a hard boot?
Soft boot is less stressfull for your computer!! (Control-ALT- Delete) Hard boot is rough for your computer!! And it takes longer:( People argue all the time about which way is better to shut off your computer so I don't know if this is the truest answer!!
What type of server serves up IP addresses on a network?
It's called a DHCP server. DHCP stands for Dynamic Host Control Protocol.
You don't need a stand-alone server to provide that function. Almost all routers (wired or wireless) will provide the function or "service", as it's called. And most operating systems will provide some level of it built in. Sometimes it's part of the "internet sharing" function.