Posts tagged operating system
Scan your system using external anti-virus
Jun 14th
Hi,
Is your computer is full with viruses, and your anti-virus is just watching them playing around? If so, you may consider changing it and use a better one.
The problem is when you cannot do such a thing since viruses are controlling your system. I believe you do not want More >
Recover your files from dead operating system
May 9th
Hi all,
How do you feel when computer refuse to start, especially when it says that your operating system is infected or corrupted so it will not work until further notice.
If I am the one to answer this question, then I will say no problem at all. I am not a More >
Create configuration file for your application
May 9th
Posted by AL YAMANI in Programming
Hi all,
Today I am going about making a configuration file for your application. Such file can enhance your product quality.
First we need the definition of a configuration file. As its name says, a configuration file is a file used to store configuration of programs. Simple example is your desktop More >
get your computer name using c++, windows only
May 1st
Posted by AL YAMANI in Programming
hi all,
you can get your computer name, which use windows operating system by using this code:
/*********/ #include <iostream> #include <windows.h> using namespace std;
int main(){
char name[100]; DWORD length=100; GetComputerName(name, &length);
cout<<name<<endl; return 0; } /*********/
My ways to by pass censorship
Feb 9th
Hi there,
Today I am going to talk about a very sensitive topic. They call it censorship and I am calling it “protection set”.
Censorship is a tool with high desirable advantages, such as family surfing protection. Although, it has an awful unwanted disadvantages, such as closing very valuable sites like softwares More >
