I want to implement more use of the intranet which would include time sheet and holiday request forms submission etc. This seems possible through sharepoint 2010 but not sharepoint 2007. Is there an easy and quick upgrade path or is there something else which is cheap (FREE) that would resolve the same?
snefmoo 0 Light Poster
there are two offices in our company, using a server running sbs 2008 in location A.
we have managed to be able to connect the computers in location B to the network via vpn but whenever we map the network drives on the vpn connected machines, once they have been restarted they automatically lose the network drives.
they dont seem to load with the login script used by the server and have to be manually mapped every morning.
is there a way around this or a cause for us to investigate?
surely if they are connected to the network, which they are (same ip range and can access the server through windows explorer) they should just load the log in script.
snefmoo 0 Light Poster
i work for an it company that supports a number of companies servers and was wondering if anyone could recommend software that would monitor all of the servers at once, so that we would be alerted if anything was to go down. at the moment all we do is remote desktop into each one once or twice a week and recieve emails about backup etc, but we dont really have the time to be doing this as there are about 20 that we cover, so one piece of software that would monitor them would be great.
snefmoo 0 Light Poster
the company server is failing intermittently and it is this same error code each time
Backup started at '{}' failed as Volume Shadow copy operation failed for backup volumes with following error code '2155348001'.
can someone tell me what this is and how i can resolve it, any help would be appreciated.
snefmoo 0 Light Poster
looking at my backups they are all exactly the same size. we use exchange for our emails and recieve/send alot in one day.
could anyone tell me why this is? surely they should be different sizes.
snefmoo 0 Light Poster
a client has microsoft office 2003 all fully updated, and adobe reader which is also updated, but when she opens the pdfs from her email in outlook, at first it only shown a line where something had be underlined, and now she only gets the first two lines of text. it also happens when she has forwarded them on to me, i had previously never had a problem with it, but i couldnt open them properly either.
what could this be? (ps the one she was trying to open was a pdf from her bank and not one that she created herself)
snefmoo 0 Light Poster
i have the above printer in a small office setup where there are 4 computers. 3 of them are windows 7 and the printer works fine with them, but 1 is on XP which is the one the printer is installed and connected to (and shared out across the network). the xp machine struggles to print from it and i cant even go on printer properties as it crashes each time.
i have uninstalled the driver and re-installed the latest version and the problem is still there. when installing it mentions something about not being verified to be compatible with xp, but the printer worked fine with the XP machne until last week, after having it for months. is there anything im missing or could do to rectify this?
snefmoo 0 Light Poster
i was at an office this morning trying to remove the anti virus and install avg and security essentials as well as installing SP3. three of the six machines worked fine but the other three came up with the error message you do not have permission to install this software even when run as administrator.
does anyone know what this is and how i can get round this?
snefmoo 0 Light Poster
doesnt matter its sorted :) doesnt help being a female in a guy only office where they try and take over all the manual work for me.
snefmoo 0 Light Poster
i have been given this machine to change the hard drive and once i managed to get to where the hard drive is and unclip the blue clasps, i cant remove the hard drive because there is a metal shelf on top (where floppy drive would go) which is screwed in, and competely unaccessible as the side to unscrew it is covered by the metal casing.
all of the dell documentation and other guides iv found online show that this shelf is absent in all cases, so why is it apparently in this one machine, and also is there any way possible around it?
snefmoo 0 Light Poster
iv been using a tutorial to creaete the script to show an enlarged version of an image float on the screen on mouse over.
the script and everything else works but i was wondering if someone could help me to make the floating image more central as it floats down and right.
03-20-2007, 11:32 PM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Caption Hover</title>
<script type="text/javascript">
function display(x,y,text,src) {
var c = document.getElementById("capt");
c.style.left = x + "px";
c.style.top = y + "px";
while (c.firstChild) c.removeChild(c.firstChild);
c.appendChild(document.createTextNode(text));
var img = document.createElement("img"),br = document.createElement("br");
img.src = src;
img.style.clear = "left";
img.style.marginTop = "25px"
img.border = "1"
c.appendChild(img);
}
function getimg() {
var img = document.getElementsByTagName("img");
for (var i = 0;i < img.length;i++) {
img[i].onmouseover = function() {
document.getElementById("capt").style.display = "block";
}
img[i].onmousemove = function(e) {
var ev = e || event,ox=20,oy=20;
display(ev.clientX+ox,ev.clientY+oy,this.getAttribute("alt"),this.getAttribute("src"));
return false;
}
img[i].onmouseout = function() {
document.getElementById("capt").style.display = "none";
}
}
}
window.onload = getimg;
</script>
<style type="text/css">
#capt {
width:118px;
height:58px;
position:absolute;
background:url('hv.png') no-repeat;
padding-top:17px;
padding-left:5px;
font:11pt verdana ref;
font-weight:bold;
display:none;
filter:alpha(Opacity=80);
opacity:0.8;
-moz-opacity:0.8;
-khtml-opacity:0.8;
}
</style>
</head>
<body>
<div id="capt"></div>
<img src="images/dirtbike.png" alt="My Dirtbike" width="100" height="100">
<img src="images/planet.jpg" alt="A planet" width="100" height="100">
</body>
</html>
snefmoo 0 Light Poster
yeah, weve tried multiple cd's as well and each one has got stuck at the same point.
snefmoo 0 Light Poster
yeah they were both detected.
snefmoo 0 Light Poster
i have been given a dell dimension 9100 to work on by my boss after he wiped the hard drive and im now trying to install windows xp home with sp3.
when i turn the computer on it starts to boot from the cd, but gets stuck at the blue screen with setup is starting windows. he left it on overnight to see if it was just taking a while as we had one with a similar prob a few weeks ago, but this one does not budge. after that he knew it would be a problem child hence why he has given me "the opportunity" to prove myself with this machine.
there are two hard drives and i have tried disconnecting one to see if the other will work on its own but it wont. the ram has been tested and is fine, and the only peripherals connected are the mouse, keyboard and monitor.
is there anything i can do to be able to install xp?
snefmoo 0 Light Poster
this is how it looks in design view
[IMG]http://i26.tinypic.com/2isro1.jpg[/IMG]
this is how it looks in live view
[IMG]http://i31.tinypic.com/64qxk6.jpg[/IMG]
snefmoo 0 Light Poster
the web site isnt live yet, its still in the design process and the client doesnt want us to publish it at all yet. iv checked it with my old computer and it still works fine on there, fine in design view on dreamweaver (new pc) and keeps all background settings etc just not div formatting. i have not used absolute/relative as when i did that also messed things up eg, some divs would be in the right hand side of the design in dreamweaver but centred in a browser.
this is how iv been doing the css for each div
#left
{
width: 350px;
margin-left: 100px;
margin-top: 20px;
margin-bottom: 100px;
background: url(layout%20images/home%20text.gif);
border: 2px solid #000000;
}
and this is where i have linked the stylesheet in the header, having tried both link and import.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Essential Security Solutions</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="/styles.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.style1 {
color: #FFFF00;
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>
snefmoo 0 Light Poster
iv just got a new computer at work and have transferred a web site over to the new computer. when i open it in dreamweaver the css styles are shown but when i go into live view or load it in a browser the css disappears. the layout is still the same but all of the divs are not in the right positions.
iv tried to re attach the style sheet but it doesnt work. does anyone have any ideas how to remedy this?
snefmoo 0 Light Poster
i repair pc's and have been given one from a customer who had attempted to change the ram themselves. yesterday i got it to boot up and could use it perfectly, with both the old (512mb) and new ram (2gb) together.
i tried both individually and it turned out that the new one they had bought was only for server pc's. today i went back and took the wrong ram out and put the old 512mb back in, and now it wont boot up and there are no beeps or anything, but everything else sounds like they are working.
i tried resetting the cmos and that hasnt helped either.
after looking at a few forums i even took the ram out and tried to boot up to see if i could hear any error beeps and there were none.
does anyone know how i could fix this. it doesnt help that the customer is a friend of my mother in law and was recommended to my company, and i dont exactly see eye to eye with the MIL anyway.
snefmoo 0 Light Poster
i have server 2008 installed on a clients network and there is one particular computer that when IE loads up, the company web takes a long ime to load up. none of the others really have this problem is there anything i can do to speed it up.
snefmoo 0 Light Poster
i am trying to get my drop down navigation to centre within the div but nothing i try will work. here is the css and html for it, if anyone could help i would be extremely grateful.
html
<div id="topmenu">
<ul id="menu">
<li>
<a href="">Home</a></li>
<li>
<a href="">About Us</a>
<ul>
<li><a href="">The Team</a></li>
<li><a href="">History</a></li>
<li><a href="">Vision</a></li>
</ul>
</li>
<li>
<a href="">Products</a>
<ul>
<li><a href="">Cozy Couch</a></li>
<li><a href="">Great Table</a></li>
<li><a href="">Small Chair</a></li>
<li><a href="">Shiny Shelf</a></li>
<li><a href="">Invisible Nothing</a></li>
</ul>
</li>
<li>
<a href="">Contact</a>
<ul>
<li><a href="">Online</a></li>
<li><a href="">Right Here</a></li>
<li><a href="">Somewhere Else</a></li>
</ul>
</li>
</ul>
</div>
css
#topmenu ul {
font-family: Arial, Verdana;
font-size: 14px;
margin: 0;
padding: inherit;
list-style: none;
}
ul li {
display: block;
position: relative;
float: left;
}
li ul { display: none; }
ul li a {
display: block;
left: 200px;
text-decoration: none;
color: #ffffff;
border-top: 1px solid #ffffff;
padding: 5px 15px 5px 15px;
background: none;)
margin-left: 1px;
white-space: nowrap;
}
ul li a:hover { background: f2f2f2; }
li:hover ul {
display: block;
position: absolute;
}
li:hover li {
float: none;
font-size: 11px;
}
li:hover a { background: #F2F2F2 }
li:hover li a:hover { background: #f2f2f2; }
snefmoo 0 Light Poster
i am trying to create a simple guestbook to include in a web site. i cant get the form to add the data to the database nevermind post the entries. there are 3 files guestbook, addguestbook and view guestbook. im using server2go and dont know whether there is something in the config file that i have not changed properly. all the pages are stored in htdocs. heres the coding for the pages.
guestbook
<table width="400" border="0" align="center" cellpadding="3" cellspacing="0">
<tr>
<td><strong>Test Sign Guestbook </strong></td>
</tr>
</table>
<table width="400" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<form id="form1" name="form1" method="post" action="addguestbook.php">
<td>
<table width="400" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td width="117">Name</td>
<td width="14">:</td>
<td width="357"><input name="name" type="text" id="name" size="40" /></td>
</tr>
<tr>
<td>Email</td>
<td>:</td>
<td><input name="email" type="text" id="email" size="40" /></td>
</tr>
<tr>
<td valign="top">Comment</td>
<td valign="top">:</td>
<td><textarea name="comment" cols="40" rows="3" id="comment"></textarea></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><input type="submit" name="Submit" value="Submit" /> <input type="reset" name="Submit2" value="Reset" /></td>
</tr>
</table>
</td>
</form>
</tr>
</table>
<table width="400" border="0" align="center" cellpadding="3" cellspacing="0">
<tr>
<td><strong><a href="viewguestbook.php">View Guestbook</a> </strong></td>
</tr>
</table>
addguestbook
<?php
$host="localhost"; // Host name
$username="root"; // Mysql username
$password=""; // Mysql password
$db_name="mywebsite"; // Database name
$tbl_name="guestbook"; // Table name
mysql_connect("$host", "$username", "$password")or die("cannot connect server ");
mysql_select_db("$db_name")or die("cannot select DB");
$datetime=date("y-m-d h:i:s"); //date time
$sql="INSERT INTO $tbl_name(name, email, comment, datetime)VALUES('$name', '$email', '$comment', '$datetime')";
$result=mysql_query($sql);
//check if query successful
if($result){
echo "Successful";
echo "<BR>";
echo "<a href='viewguestbook.php'>View guestbook</a>";
else {
echo "ERROR";
}
mysql_close();
?>
view guestbook
<table width="400" border="0" align="center" cellpadding="3" …
snefmoo 0 Light Poster
im trying to create a feedback form that allows the user to select a recipent from a drop down menu so that once the send button is hit, the email is sent to the persons email address in the list. i have thelist created and have attempted the php handler but it doesnt seem to work. the page loads correctly as if the form has worked (i get the thankyou message) but the email does not send. could anyone please help me?
this is my form code:
<form id="form1" method="post" action="sendmail.php">
<label>
<div align="left"><span class="style1">Councillor:
<select name="emailler" id="councillor">
<option value="cllrckavanagh@sthelens.gov.uk">Carole</option>
<option value="cllrferry@sthelens.gov.uk">Richard</option>
<option value="cllraheyes@sthelens.gov.uk">Anne</option>
<option value="snefmoo@hotmail.com">Stef</option>
</select>
</span></div>
</label>
<p align="left" class="style1">
Your Name:
<input name="Name" type="text" value="" />
</p>
<p align="left" class="style1">Your Email Address:
<input name="Name2" type="text" value="" />
</p>
<p>
<span class="style1">
<label>
Message:
<textarea name="msg" id="msg" cols="45" rows="5"></textarea>
<br />
<br />
<input type="submit" name="send" id="send" value="Submit" />
<input type="reset" name="delete" id="delete" value="Delete" />
</label>
</span>
</form>
and this is my attempt at the php:
<?php
if (isset($_REQUEST['emailler']))
{
$councillor = $_REQUEST['councillor'] ;
$name = $_REQUEST['Name'] ;
$email = $_REQUEST['Name2'] ;
$message = $_REQUEST['msg'] ;
mail( "someone@example.com", "Name: $name",
$message, "From: $email" );
echo "Thank you for using our mail form";
}
else
{
echo "<form method='post' action='sendmail.php'>
Name: <input name='email' type='text' /><br />
Email: <input name='subject' type='text' /><br />
Message:<br />
<textarea name='message' rows='15' cols='40'>
</textarea><br />
<input type='submit' />
</form>";
}
?>
it may be something simple that iv missed but iv been …
snefmoo 0 Light Poster
yeah i know how to create the drop down menu just not sure how to get the send button to send it to the selected one. sorry i should have mentioned that.
snefmoo 0 Light Poster
im trying to create a form as part of a web site, and i have an idea to list the 3 email addresses that are needed in a drop down menu and when the form is submitted the email goes to the selected person. any ideas how i would do this and whether or not i can, forms have never been my strong point.
snefmoo 0 Light Poster
my dad has the above laptop and there is problem with the screen. there is a bar on the right hand side of the screen almost 2 inches in width and the full height of the screen which makes everything on that part of the screen lighter than the rest.
as its his laptop i have no idea whether hes been messing with it although i dont think he has because it is the same when windows is loading. could anyone give me an idea what the problem could be?
snefmoo 0 Light Poster
when i enter text into google and try to select one of the links from the results, every page is redirected. does anyone know how i can solve this?
heres my hijackthis report
R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Page = http://go.microsoft.com/fwlink/?LinkId=54896
R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Start Page = http://www.google.co.uk/
R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = http://go.microsoft.com/fwlink/?LinkId=69157
R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Search_URL = http://go.microsoft.com/fwlink/?LinkId=54896
R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Search Page = http://go.microsoft.com/fwlink/?LinkId=54896
R0 - HKLM\Software\Microsoft\Internet Explorer\Main,Start Page = http://go.microsoft.com/fwlink/?LinkId=69157
R0 - HKLM\Software\Microsoft\Internet Explorer\Search,SearchAssistant =
R0 - HKLM\Software\Microsoft\Internet Explorer\Search,CustomizeSearch =
R1 - HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings,ProxyOverride = *.local
R0 - HKCU\Software\Microsoft\Internet Explorer\Toolbar,LinksFolderName =
O1 - Hosts: ::1 localhost
O2 - BHO: (no name) - {0AFA5AA6-67A4-45D9-9394-676C2D2A3DB4} - (no file)
O2 - BHO: IEVkbdBHO - {59273AB4-E7D3-40F9-A1A8-6FA9CCA1862C} - C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 2009\ievkbd.dll
O2 - BHO: SSVHelper Class - {761497BB-D6F0-462C-B6EB-D4DAF1D92D43} - C:\Program Files\Java\jre1.6.0_07\bin\ssv.dll
O2 - BHO: Windows Live Sign-in Helper - {9030D464-4C02-4ABF-8ECC-5164760863C6} - C:\Program Files\Common Files\Microsoft Shared\Windows Live\WindowsLiveLogin.dll
O2 - BHO: Google Toolbar Helper - {AA58ED58-01DD-4d91-8333-CF10577473F7} - c:\program files\google\googletoolbar1.dll
O3 - Toolbar: &Google - {2318C2B1-4965-11d4-9B18-009027A5CD4F} - c:\program files\google\googletoolbar1.dll
O4 - HKLM\..\Run: [Windows Defender] %ProgramFiles%\Windows Defender\MSASCui.exe -hide
O4 - HKLM\..\Run: [RtHDVCpl] RtHDVCpl.exe
O4 - HKLM\..\Run: [Skytel] Skytel.exe
O4 - HKLM\..\Run: [SynTPStart] C:\Program Files\Synaptics\SynTP\SynTPStart.exe
O4 - HKLM\..\Run: [IgfxTray] C:\Windows\system32\igfxtray.exe
O4 - HKLM\..\Run: [HotKeysCmds] C:\Windows\system32\hkcmd.exe
O4 - HKLM\..\Run: [Persistence] C:\Windows\system32\igfxpers.exe
O4 - HKLM\..\Run: [toolbar_eula_launcher] C:\Program Files\Packard Bell\GOOGLE_EULA\EULALauncher.exe
snefmoo 0 Light Poster
when i load the laptop it takes me to my documents.
i cant even access the task manager when i try it says that the administrator has disabled it.
also i have lost the full control over folders so i can no longer edit the access properties.
when i load it in safe mode it does the exact same, black screen and my documents.
snefmoo 0 Light Poster
ive been having a few problems with vista for the last week due to trojans, but only problems like the system running slow, software disruption and constant pop ups.
a friend installed kaspersky and the problems seemd to go away until the next scan where kaspersky prompted me that an operation required a reboot. after the reboot, vista loads normally to the login screen. once i have logged in all i get a a black screen (no toolbar, desktop icons - nothing) apart from a windows explorer box which has allowed me to access the internet.
does anyone know anything i can do to solve this?
any suggestions would be greatly appreciated.
snefmoo 0 Light Poster
when i load explorer, a message appears saying:
Insecure Internet activity. Threat of virus attack
Due to insecure Internet browsing your PC can easily get infected with viruses, worms and trojans without your knowledge, and that can lead to system slowdown, freezes and crashes.
Also insecure Internet activity can result in revealing your personal information.
To get full advanced real-time protection for PC and Internet activity, register KvmSecure.
We recommend you to protect your PC now and continue safe Internet browsing.
Click here to get full advanced real-time protection and continue browsing.
Continue to this website unprotected (not recommended).
both links lead to either a download page (which i didnt do) or dont work.
i have run numerous scans, virus checks, looked at the registry editor, and nothing will stop it, and on the registry editor there is no sub file containing the words kvmsecure which i was told to look for and delete.
im at my wits end with it. please help.
snefmoo 0 Light Poster
whenever i use ie or firefox, a lot of the time it keeps coming up with an error message saying there is a problem and the program needs to close.
but when it doesnt do that when i try to close the browser, it freezes so i then have to ctrl alt and delete to terminate the program as none responsive.
both browsers have been re-installed to see if that would help but it hasnt, we also have norton 360 which is not showing any viruses etc. i even wiped everything off the computer and started the system again from scratch but that hasnt helped either. its just becoming a big problem now. any ideas?
snefmoo 0 Light Poster
i couldnt get the newer version of hijack this because the download kept freezing. i found the items on the list that you gave and fixed them and here is the new report:
Logfile of HijackThis v1.99.1
Scan saved at 09:57:28, on 26/11/2007
Platform: Windows XP SP2 (WinNT 5.01.2600)
MSIE: Internet Explorer v7.00 (7.00.6000.16544)
Running processes:
C:\WINDOWS\System32\smss.exe
C:\WINDOWS\system32\winlogon.exe
C:\WINDOWS\system32\services.exe
C:\WINDOWS\system32\lsass.exe
C:\WINDOWS\system32\svchost.exe
C:\WINDOWS\System32\svchost.exe
C:\WINDOWS\system32\ZoneLabs\vsmon.exe
C:\WINDOWS\Explorer.EXE
c:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe
c:\Program Files\Common Files\Symantec Shared\ccEvtMgr.exe
c:\Program Files\Common Files\Symantec Shared\ccProxy.exe
c:\Program Files\Common Files\Symantec Shared\SNDSrvc.exe
c:\Program Files\Common Files\Symantec Shared\SPBBC\SPBBCSvc.exe
C:\Program Files\Common Files\Symantec Shared\CCPD-LC\symlcsvc.exe
C:\WINDOWS\system32\spoolsv.exe
C:\Program Files\Common Files\Apple\Mobile Device Support\bin\AppleMobileDeviceService.exe
C:\Program Files\Symantec\LiveUpdate\ALUSchedulerSvc.exe
C:\Program Files\Grisoft\AVG Anti-Spyware 7.5\guard.exe
C:\Program Files\Common Files\LightScribe\LSSrvc.exe
c:\Program Files\Norton Internet Security\Norton AntiVirus\navapsvc.exe
C:\WINDOWS\system32\nvsvc32.exe
C:\Program Files\Sunbelt Software\CounterSpy\SBCSSvc.exe
C:\Program Files\Hijackthis\HijackThis.exe
C:\WINDOWS\RTHDCPL.EXE
C:\Program Files\Common Files\Symantec Shared\ccApp.exe
C:\Program Files\Hewlett-Packard\HP Boot Optimizer\HPBootOp.exe
C:\WINDOWS\system32\rundll32.exe
C:\Program Files\HP\HP Software Update\HPwuSchd2.exe
C:\Program Files\Sunbelt Software\CounterSpy\SBCSTray.exe
C:\WINDOWS\system32\wuauclt.exe
C:\Program Files\Zone Labs\ZoneAlarm\zlclient.exe
C:\Program Files\Common Files\Real\Update_OB\realsched.exe
C:\WINDOWS\system32\rundll32.exe
C:\Program Files\Nokia\Nokia Software Launcher\NSLauncher.exe
C:\Program Files\Messenger\msmsgs.exe
C:\Program Files\Grisoft\AVG Anti-Spyware 7.5\avgas.exe
C:\Program Files\Google\GoogleToolbarNotifier\GoogleToolbarNotifier.exe
C:\WINDOWS\system32\wuauclt.exe
C:\Program Files\Windows Live\Messenger\MsnMsgr.Exe
C:\WINDOWS\system32\ctfmon.exe
C:\Program Files\Adobe\Acrobat 7.0\Reader\reader_sl.exe
C:\PROGRA~1\ZONELA~1\ZONEAL~1\MAILFR~1\mantispm.exe
R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Start Page = http://www.google.co.uk/
R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Search_URL = http://go.microsoft.com/fwlink/?LinkId=54896
R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Search Page = http://go.microsoft.com/fwlink/?LinkId=54896
R0 - HKLM\Software\Microsoft\Internet Explorer\Main,Start Page = http://ie.redirect.hp.com/svs/rdr?TYPE=3&tp=iehome&locale=EN_GB&c=63&bd=PRESARIO&pf=desktop
O2 …
snefmoo 0 Light Poster
all the links to the control panel have delted from all windows eg my computer and the start menu. iv done various scans but nothing has been found. also it says that i have a limited account on the computer but i only have the one user account and it should be the administrator. i ran hijack this and this is the report:
Logfile of HijackThis v1.99.1
Scan saved at 23:12:33, on 25/11/2007
Platform: Windows XP SP2 (WinNT 5.01.2600)
MSIE: Internet Explorer v7.00 (7.00.6000.16544)
Running processes:
C:\WINDOWS\System32\smss.exe
C:\WINDOWS\system32\winlogon.exe
C:\WINDOWS\system32\services.exe
C:\WINDOWS\system32\lsass.exe
C:\WINDOWS\system32\svchost.exe
C:\WINDOWS\System32\svchost.exe
C:\WINDOWS\system32\ZoneLabs\vsmon.exe
C:\WINDOWS\Explorer.EXE
c:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe
c:\Program Files\Common Files\Symantec Shared\ccEvtMgr.exe
c:\Program Files\Common Files\Symantec Shared\ccProxy.exe
c:\Program Files\Common Files\Symantec Shared\SNDSrvc.exe
c:\Program Files\Common Files\Symantec Shared\SPBBC\SPBBCSvc.exe
C:\Program Files\Common Files\Symantec Shared\CCPD-LC\symlcsvc.exe
C:\WINDOWS\system32\spoolsv.exe
C:\Program Files\Symantec\LiveUpdate\ALUSchedulerSvc.exe
C:\Program Files\Common Files\LightScribe\LSSrvc.exe
c:\Program Files\Norton Internet Security\Norton AntiVirus\navapsvc.exe
C:\Program Files\Sunbelt Software\CounterSpy\SBCSSvc.exe
C:\WINDOWS\RTHDCPL.EXE
C:\Program Files\Common Files\Symantec Shared\ccApp.exe
C:\WINDOWS\system32\rundll32.exe
C:\Program Files\HP\HP Software Update\HPwuSchd2.exe
C:\Program Files\Sunbelt Software\CounterSpy\SBCSTray.exe
C:\Program Files\Zone Labs\ZoneAlarm\zlclient.exe
C:\Program Files\Google\GoogleToolbarNotifier\GoogleToolbarNotifier.exe
C:\Program Files\Windows Live\Messenger\MsnMsgr.Exe
C:\WINDOWS\system32\ctfmon.exe
C:\PROGRA~1\ZONELA~1\ZONEAL~1\MAILFR~1\mantispm.exe
c:\Program Files\Common Files\Symantec Shared\Security Console\NSCSRVCE.EXE
C:\WINDOWS\system32\wuauclt.exe
C:\HP\KBD\KBD.EXE
c:\windows\system\hpsysdrv.exe
C:\Program Files\Java\jre1.5.0_05\bin\jusched.exe
C:\Program Files\Windows Live\Messenger\usnsvc.exe
C:\Program Files\Internet Explorer\iexplore.exe
C:\WINDOWS\system32\rundll32.exe
C:\Program Files\Common Files\Real\Update_OB\realsched.exe
C:\Program Files\Internet Explorer\iexplore.exe
C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLLoginProxy.exe
C:\Program Files\Nokia\Nokia Software Launcher\NSLauncher.exe
C:\Program Files\Common Files\Apple\Mobile Device Support\bin\AppleMobileDeviceService.exe
C:\Program Files\iPod\bin\iPodService.exe
C:\Program Files\iTunes\iTunes.exe
C:\Program Files\iTunes\iTunesHelper.exe
C:\WINDOWS\system32\msiexec.exe
snefmoo 0 Light Poster
i have windows xp, and about a week ago i lost all links to the control panel and when i do try to access it through run, it tells me that the account is limited, but it is the only account on the computer and should be the administrator account. i have no idea what to do. any help would be appreciated.