I have an HP ProLiant DL320 G2, with 640MB of RAM, and an Intel Pentium 4 3.06GHz processor. I am trying to install Windows Server 2008 on this system, however I can’t seem to get into the install portion. After ...
Computing.net: Question & Answers Forum Latest Questions
WindowsError: [Error 1338] The security descriptor structure is invalid. This error message comes up when I open services.msc. I am able to open Compmgmt.msc, Eventvwr.msc. Problem occurs only while opening services.msc. I have tried all the ways to open services.msc ...
I have norton 360 but it has run out and I’m using a different virus protection software and want to know how to get rid of it. At the moment I want to temporarily take it off my processes but ...
Western Digital Hard Drive Model: WDBUZG0010BBK-PESN I’M AWARE FROM WHAT I’VE READ IT IS POSSIBLE TO PASSWORD PROTECT THIS UNIT.. WHAT I’D LIKE TO KNOW IS, IS IT POSSIBLE TO LOCK INDIVIDUAL FOLDER’S WITHIN THE UNIT & NOT THE UNIT IT’S ...
I bought a 2nd hand pc and want to reset it because it is full of rubbish and really slow. ive tried resetting with no joy
Hi, my Rapport Console won’t come up. I get an icon on the tool bar at the bottom of my screen. But when I click on it, all I get is an arrow. When I click on the arrow, nothing. ...
how to retrieve or show the hidden folders when lock.bat missing. i do not remember where the hidden folders were
It surely looked legitimate and I downloaded it. But, while running it, I became suspicious, had difficulty stopping it and uninstalled it. Have I been scammed AGAIN?!!!
here is a solution to produce a Do While Loop in DOS Batch: @REM initialize test value to be “true” @SET intCounter=1 :while @REM test condition @IF %intCounter% GTR 10 (GOTO wend) @REM procedure where condition is “true” @echo %intCounter% @REM set new test value
I need to create a batch file that opens a random file from a text file containing numerous filepaths. The list reads as following: C:/Pictures/asda.jpg C:/Music/adsf.wav C:/Documents/sdgafg.txt etc…. Can anyone help me figure this out please?