Friday, April 25, 2014
Tuesday, April 15, 2014
Friday, April 11, 2014
"Wmvcore.dll was not found" error in windows 8 solved
I had to download the media player for windows 8 64 bit and installed it,and then everything went normal
Here is the link
http://download.microsoft.com/download/7/A/D/7AD12930-3AA6-4040-81CF-350BF1E99076/Windows6.2-KB2703761-x64.msu
Friday, April 4, 2014
Compile C on Windows 8
I have installed vs 2012 express on windows 8
Run VS 2012 X64 Cross Tools Command Prompt
create a folder
cd to get inside of the folder
create a sample c program named sample.c
#include
int main()
{
printf("This is a native C program.\n\a");
return 0;
}
save the file in the folder
type
cl sample.c
sample.exe and sample.obj will be created inside the folder
type
sample
press enter
Wednesday, April 2, 2014
A required privilege is not held by the client ,can not copy data to a drive,WINDOWS 8 - Error 0x80070522 solved
So faced this issue on windows 8
this is how it got solved for me,I tried to take ownership and use icacls(see http://wowmoron.blogspot.in/2014/02/access-denied-error-in-windows-8.html),but it didn't work,I wasn't surprised because that drive contained some os files from previous installation,
Then I tried
Press Windows key + X, select Run
Type “msconfig” and press enter
Select the tools tab
Select “change UAC settings” and click launch
Select the UAC control to “never notify me”
but it didn't work for me
so then I tried
Run->secpol.msc
Local Policies->Security Options.
Set "User Account Control: Run all administrators in Admin Approval Mode" to Disable.
Restart the PC ! and voila I can even copy to c drive on my windows 8
just for the information it's 4.22 in the night,geek's night out eh!!!
this is how it got solved for me,I tried to take ownership and use icacls(see http://wowmoron.blogspot.in/2014/02/access-denied-error-in-windows-8.html),but it didn't work,I wasn't surprised because that drive contained some os files from previous installation,
Then I tried
Press Windows key + X, select Run
Type “msconfig” and press enter
Select the tools tab
Select “change UAC settings” and click launch
Select the UAC control to “never notify me”
but it didn't work for me
so then I tried
Run->secpol.msc
Local Policies->Security Options.
Set "User Account Control: Run all administrators in Admin Approval Mode" to Disable.
Restart the PC ! and voila I can even copy to c drive on my windows 8
just for the information it's 4.22 in the night,geek's night out eh!!!
Subscribe to:
Posts (Atom)