Thursday, 7 November 2013

How to hide Windows Account for--: windows 7 ,backtrack & all windows?





This technique is used as an back-track on any windows operating system.
It is very useful on those computers where only limited user
accounts are allowed by the owner,and each time to work on it,you have to ask him to fill password in the system.So let us go :

method 1:

Firstly create a new user account (as administrator,if you want )and then

< 1 >Go to run,type cmd and press
enter .
< 2 >Now type
" net localgroup users AccountName /delete " .

Congratulations now your account is hidden .
But how to login through it
when you boot your computer/laptop
next time,because windows will not show this account on the login screen

when you login next time.

< 1 > After booting the system,wait till
login screen appears.Now press
Control+Alt+Delete.Now in the user
enter your username and in pass enter
your password and press login.

THIS LITTLE TECHNIQUE IS OF GREAT
USE.


method 2:

#Another #method...for Windows

Tto hide additional user accounts on Windows & Logon Use Regedit, also works
for Vista
Hide User Accounts in windows Vista and
Windows 7

#1.at Run type regedit
Once in regedit go to
HKEY_LOCAL_MACHINE\Software\Microsoft
\WindowsNT\CurrentVersion\Winlogon


#2.In the left panel, right click on Winlogon and
click New and click Key.
Type SpecialAccounts and press Enter

#3.In the left panel, right click on SpecialAccounts and click New and click Key.
Type UserList and press Enter.
In right panel of UserList, right click on a
empty area and click New then click DWORD
(32bit) Value.

#4.Type in the name of the user account that
you want to hide and press Enter.eg:
Everyday Account.
In the right panel, right click on the user
account name and click Modify.

#5.To hide the user account – Type 0 and click
OK.
(number zero not the letter)
Whenever you want to use the account just
unhide the it by typing 1 instead of zero.

when you login next time.

< 1 > After booting the system,wait till
login screen appears.Now press
Control+Alt+Delete.Now in the user
enter your username and in pass enter
your password and press login.

join with us on facebook for more update AT's All Time Solutions.



Wednesday, 6 November 2013

Android operating system project


Android operating system project


Android operating system project is a final year computer science project which is one of the best option for students to implement it as a final year project. As we know Google had entered in to mobile market with android, developing search for mobile operating system will be a challenging for students.This project is developed in C++ language.

Android operating system is developed based on Linux kernel. Java is used as a programming language for developing this software. Android will provide easy compiling using ARM native code although software is implemented in any language. Google along with Open Handset Alliance had developed android system.Mobile search is implemented using C++ language.

Conclusion

By this project, a unique search engine was presented for effective searching Of information through mobile interface. The engine adopts three methods for retrieval: two autonomousand one combinational. The ontology-based method makes use of the semantic mark-up metadata accompanying each collection where an illustrative user interface is used for graphical query formulation. The content-based method makes use of the low-level visual characteristics of the multimedia material while the hybrid method, which is the main contribution of this work, makes a combined use of the previous two methods for offering a more complete result set to the user.


<?php

$host = "localhost";
$user = "root";
$pwd = "";
$db = "mobilesearch";

mysql_connect($host,$user,$pwd) or die (" connection error");

mysql_select_db($db) or die("db could not slectd");

//$query ="select * from manage_users where user_name=".$_POST['uname'].";
$query ="select * from users where name='".$_REQUEST['uname']."' and password='".$_REQUEST['password']."'";
$y=mysql_query($query);
$x=mysql_fetch_array($y);
if(is_array($x))
{
/*$file_name=$x['userid'].".xml";
$xml_file=fopen($file_name,'w');
$data='<?xml version="1.0" encoding="utf-8"?>';
$data.='<list>';
$data.='<user><userdetails>';
$data.='<name>'.$x['user_name'].'</name>';
$data.='<sessid>'.$x['userid'].'</sessid></userdetails></user>';
$data.='<buddies>';
$query1 ="select manage_users.user_name,friends.friend_id from friends,manage_users where friends.user_id=".$x['userid']." AND friends.friend_id=manage_users.userid";
$f=mysql_query($query1);
while($f_array=mysql_fetch_array($f))
{
$data.='<userdetails><name>'.$f_array['user_name'].'</name><sessid>'.$f_array['friend_id'].'</sessid></userdetails>';
}
$data.='</buddies></list>';
fwrite($xml_file,$data);*/
echo "success";
}
else
{
print "failed";
}


Easy access and portability of the system also helps to increase the performance of the system in a better manner.

Future work includes the extension of the hybrid search engine and the integration of additional cultural content. Finally we are investigating the addition of a semantic recommendation engine to be able to make additional query suggestions to the user in an automatic manner

Future Enhancements


Google is competing with iPhone to reach top place by 2012.

Open handset Alliance is confident in reaching there goal by making android a top brand in market by implementing new features in to android phones. Present there are many users who are developing android apps for fill the gap. Intel in collaboration with Google to implement android notebook. So with these collaborations developing apps like search engine for android phone will be a good sign.

With the help of Fujitsu android is moving step forward by implementing android on embedded hardware, with this collaboration Google can move forward in to markets like GPS devices,Cellphones,Mobile internet devices and media players,notebooks and set top boxes.

download (link soon......)Project Report,project code and paper presentation of CSE Android operating system project .