Showing posts with label fix. Show all posts
Showing posts with label fix. Show all posts

Sunday, April 24, 2016

Dot Net Framework 3 5 Not Installing on Windows 8 Fix it Now!





You may face a common problem while using Windows 8. Microsoft .Net Framework 3.5 is not installed with Windows 8. And several programs may ask you install this. And you cant install this from your PC. It will ask you to connect to the net and use Windows Update. 

By default Windows 8 comes with .Net Framework 4.5 and it doesnt include 3.5. When you try to install .Net 3.5 that you previously downloaded from web the you will see the following message. 





And you will get the same message while installing some some programs that is developed using .Net 3.5 platform. And you will not able to run those programs on your PC! This is a very bad job by Microsoft. A great trouble for Windows 8 users. 

But today you will get the solution. Youve install this using command line. I mean you have to use Command Prompt. And surprisingly you Windows 8 DVD includes the .Net Framework 3.5! 


Method 1 (Offline Installation using cmd):
  1. Enter your Windows 8 Installation Disk on DVD Drive.
  2. Now run Command Prompt as Administrator. (Hint: Start > Type cmd > Now right click on Command Prompt and hit on Run as Administrator from the bottom)
  3. Now copy the following command and paste it in the command prompt window. Or type the following line in command prompt. Press Enter (To paste the command in command prompt, click the right button of mouse and select paste)
  4. Now .Net Framework will be installed within few minutes. 
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:h:sourcessxs


Remember: h is the drive letter of DVD drive. Change it with your DVD drive letter. 


Method 2 (Online Method using Windows Update): 

If you follow all the instructions of method 1 you will be able to install .net 3.5 properly. But if there is any problem for example- you dont have DVD drive, or your Windows DVD doesnt contain it then you can install it directly from Windows Update option. More or less youve to download 200 MB data from internet. 


Follow the instruction below: 

Control Panel > Programs and Features > Turn Windows Features on or off > Mark the option .NET Framework 3.5 (includes .NET 2.0 and 3.0) > OK. 
Now you will see a window like the image above. Hit on Install This Feature. And make sure youre connected to the net. Thats it.  


Secret Tips: If you upgrade to Windows 8 from Windows 7, then you get .Net Framework 3.5 automatically enabled !!


Installing a Windows language pack on Windows 8 before installing the .NET Framework 3.5 will cause the .NET Framework 3.5 installation to fail. Install the .NET Framework 3.5 before installing any Windows language packs.


Dont forget to share this troubleshooting tips with your friends. 

Stay with Marks PC Solution to get more interesting IT topics!




Read more »

Saturday, April 9, 2016

How to fix the No Disk c0000013 error

The Windows - No Disk c0000013 error message indicates that software is searching for data in an empty disk drive. You can neither close the error window nor shut down your PC. You can turn off your PC only by disconnecting its AC power.


The c0000013 Problem has various causes. For example, it can occur immediately after you insert an Ubuntu installation CD. It can also occur after you install new software, update your Windows operating system, or update security software. This problem also has multiple solutions, not all of which work for all people.

Simplest Solution
For most people, disabling all USB card readers is the simplest solution to the c0000013 problem. Of course, you can later temporarily enable any card reader as needed. For example, to download digital photos you can enable an appropriate card reader, and then disable again it after you have finished using it.

To fix the c0000013 problem by disabling all USB card readers, do the following:
  1. Click on the Start button, click on Settings, and then click on Control Panel to open it.
  2. Double-click on the System icon to display the "System Properties" window.
  3. Click on the Hardware tab to display its page, and the click on the Device Manager button to display its page.
  4. Click on the Disk drive plus sign (+) to list all disk drives.
  5. For each USB disk drive, such as the "Generic - Compact Flash USB Device," do the following:
         a. Right-click on the USB disk drive to display its menu.
         b. Click on Disable to display a confirmation window.
         c. Click on the Yes button to disable the USB card reader (disk drive).

Note: If you need to use any card reader frequently, you need not disable it; simply leave a card in its slot.

Other Solutions
If the above procedure does not fix your c0000013 error, you can try other solutions as detailed in the following websites:
  • Ubuntu Installation CD "Bug"
  • A Consuming Experience


Read more »

Thursday, February 18, 2016

Hidden Option Cant be Unchecked Fix it Now!





If you look at the above picture, youll notice the property of a hidden file. And carefully look at the attributes. The option Hidden is checked. And you will not be able to uncheck this. Because this option is disabled. 

In this situation you need to view the files by unchecking the protected operating system files from folder options. Which is very annoying. Because this option reveals many unnecessary files with your required files. 

Today Im gonna share a cmd command by which you can easily unhide all files and folders from a particular drive. 
  1. Press Windows Logo Key + R.
  2. Type cmd and press Enter and you will see command prompt window.
  3. Now type this command: attrib -s -h K:*.* /s /d
This will unhide all files and folders of the drive K. Remember K is name of the drive in which you wanna run the operations. If you wanna unhide the folders of any other drive ie. D, then type D instead of K.


To view all hidden files and folders of your PC, follow this instructions: 
Go to My Computer > View > Folder Options > Check Show Hidden Files and Folders > Uncheck Protected Operating System Files. 


Stay with Marks PC Solution to get more interesting IT topics!



Read more »

Saturday, January 23, 2016

Cant type Fix it Now by Adding US English !


at symbol


If youre using Windows you may face problem to type @. Specially when you are sending an email to someone. Because an email address essentially includes the symbol @. But all users of Windows 8 doesnt face this problem. Because they arent using UK English! 

Yes, this problem is only faced by the users of Windows 8 whose input method is UK English.  In that situation you can add another language. 


However you can easily add a language in Windows 8. Follow the procedure below: 

Adding English US language

  1. Go to Control Panel (Hint: Start + R > type Control > Enter
  2. Hit on Language option
  3. Click Add a Language button
  4. Choose your language from the list. ie. English
  5. Here you will see all the available variations of English
  6. Choose English and double click on it 
  7. Select English (United States) and hit on Add button
  8. Now you will see the list of added language. 
  9. To remove any language select it first, then click on Remove button. 
  10. Now look at the left of your clock in the Task Bar. You will see ENG. Hit on it and select English US Keyboard.
  11. You can switch language anytime by pressing Start + Space. Thats it! 



How to Change Language in Windows 8

Stay with Marks PC Solution to get more interesting IT topics!



Read more »