Found out the problem. Turns out the INSTALL.WIM file on that disc was corrupt. Instead of burning a new disc, I just went to another PC, installed Windows Server 2008, set up Active Directory with a dot.tk domain, set up Windows Deployment Services (Very easy to use, if you know what you are doing)Read more
Found out the problem. Turns out the INSTALL.WIM file on that disc was corrupt. Instead of burning a new disc, I just went to another PC, installed Windows Server 2008, set up Active Directory with a dot.tk domain, set up Windows Deployment Services (Very easy to use, if you know what you are doing), and network booted the machine and began the installation.
You could run the following on the problem server: for /f %i in ('wmic service get name') do @echo %i >> bad.txt & sc sdshow %i >> bad.txt Run the same command on a working server (different output file) running the same OS version, service pack, updates, and applications (may not beRead more
You could run the following on the problem server:
for /f %i in (‘wmic service get name’) do @echo %i >> bad.txt & sc sdshow %i >> bad.txt
Run the same command on a working server (different output file) running the same OS version, service pack, updates, and applications (may not be identical but the closer the configurations the better):
for /f %i in (‘wmic service get name’) do @echo %i >> good.txt & sc sdshow %i >> good.txt
Then use your text compare tool of choice (Winmerge, WinDiff, Beyond Compare, etc.) to compare bad.txt to good.txt to find out which service has incorrect permissions.
Then you can use “sc sdset ” to change the security descriptor on the services you identify to be different than on the good server.
But keep in mind they could be different for a reason – something needs specific permissions set on a service to work properly. That is why the closer the configurations of the bad versus good servers, the less chance you are changing something that will
break something else.
There is a manual here for Asus A54c:http://www.manualowl.com/m/Asus/A54...Recovery information starts at A-13Always pop back and let us know the outcome - thanksmessage edited by Derek
See this:http://tekabhi.blogspot.co.uk/2007/...Note the unlock.bat file.Has anyone else had access to your computer?To show hidden files and folders in XP go to:Control Panel > Folder Options > View. Put the blob in "Show hidden files and folders". It might help in this situation to "temporariRead more
To show hidden files and folders in XP go to: Control Panel > Folder Options > View. Put the blob in “Show hidden files and folders”. It might help in this situation to “temporarily” allow protected files to show but it is not adviseable to leave the system permanently set that way.
Always pop back and let us know the outcome – thanks
You would have had immediate results if you have put your subject line into Google. Yes it is a scam.Even better in future to put that sort of line in Google before you download things. The internet is full of bogus rubbish that claims to provide magic fixes for computers. Avoid any such programs unRead more
You would have had immediate results if you have put your subject line into Google.
Yes it is a scam.
Even better in future to put that sort of line in Google before you download things. The internet is full of bogus rubbish that claims to provide magic fixes for computers. Avoid any such programs unless they have been suggested by a reliable source.
Always pop back and let us know the outcome – thanks
Am I confused about what you want to achieve? You stated I need to create a batch file that opens a random file from a text file from which I took it that you wanted to open any file at random from a list of files. The %random% variable is used to generate a random number within a range, that numberRead more
Am I confused about what you want to achieve?
You stated I need to create a batch file that opens a random file from a text file from which I took it that you wanted to open any file at random from a list of files. The %random% variable is used to generate a random number within a range, that number will be used to identify which line the filename to be opened exists on in the text file. The line number will change every time the script is run (almost) therefore a new random file will be opened each time.
The script produced can be used with any file which contains filenames where the extension is associated with a program which will open it.
Here’s a random number generator which will display random numbers in the range 1 thru’ 42 (as if 42 was the number of lines in the text file)
@echo off
setlocal
set lines=42
:loop
set /a file=%random% %% %lines%+1
if %file% lss 10 set file= %file%
echo The file shown on line %file% of the text file will be selected
set /a cnt+=1
if %cnt% gtr 20 (exit /b
) else (
goto loop
)
Obviously the script is incomplete and needs coding added to count the number of lines in the text file and to open the appropriate file.
Please come back & tell us if your problem is resolved.
Windows Server 2008 Hangs Before Starting Installer
Found out the problem. Turns out the INSTALL.WIM file on that disc was corrupt. Instead of burning a new disc, I just went to another PC, installed Windows Server 2008, set up Active Directory with a dot.tk domain, set up Windows Deployment Services (Very easy to use, if you know what you are doing)Read more
Found out the problem. Turns out the INSTALL.WIM file on that disc was corrupt. Instead of burning a new disc, I just went to another PC, installed Windows Server 2008, set up Active Directory with a dot.tk domain, set up Windows Deployment Services (Very easy to use, if you know what you are doing), and network booted the machine and began the installation.
See lessWindowsError: [Error 1338] The Security Descr
You could run the following on the problem server: for /f %i in ('wmic service get name') do @echo %i >> bad.txt & sc sdshow %i >> bad.txt Run the same command on a working server (different output file) running the same OS version, service pack, updates, and applications (may not beRead more
You could run the following on the problem server:
See lessfor /f %i in (‘wmic service get name’) do @echo %i >> bad.txt & sc sdshow %i >> bad.txt
Run the same command on a working server (different output file) running the same OS version, service pack, updates, and applications (may not be identical but the closer the configurations the better):
for /f %i in (‘wmic service get name’) do @echo %i >> good.txt & sc sdshow %i >> good.txt
Then use your text compare tool of choice (Winmerge, WinDiff, Beyond Compare, etc.) to compare bad.txt to good.txt to find out which service has incorrect permissions.
Then you can use “sc sdset ” to change the security descriptor on the services you identify to be different than on the good server.
But keep in mind they could be different for a reason – something needs specific permissions set on a service to work properly. That is why the closer the configurations of the bad versus good servers, the less chance you are changing something that will
break something else.
What Is The Name Of Norton’s Process On Task
norton 360 task managerhttp://tinyurl.com/42vblwdccsvchst.exehttp://community.norton.com/t5/Nort...
http://tinyurl.com/42vblwd
ccsvchst.exe
http://community.norton.com/t5/Nort…
WD Elements-Portable Hard Drive-Locking Folder’s
Encrypt or decrypt a folder or filehttp://windows.microsoft.com/en-au/...AxCrypthttp://www.softpedia.com/get/Securi...http://axcrypt.sourceforge.net/
http://windows.microsoft.com/en-au/…
AxCrypt
http://www.softpedia.com/get/Securi…
http://axcrypt.sourceforge.net/
Return Asus A54c Pc To Factory Settings
There is a manual here for Asus A54c:http://www.manualowl.com/m/Asus/A54...Recovery information starts at A-13Always pop back and let us know the outcome - thanksmessage edited by Derek
http://www.manualowl.com/m/Asus/A54…
Recovery information starts at A-13
Always pop back and let us know the outcome – thanks
message edited by Derek
Rapport Console Won’t Come Up
Check your settings & make sure it is running.Make sure you choose either 32 or 64bit.Manually Updating Rapporthttps://www.trusteer.com/support/us...
Make sure you choose either 32 or 64bit.
Manually Updating Rapport
https://www.trusteer.com/support/us…
Lock.Bat Missing Help Cannot Remember Where The Hidden Files
See this:http://tekabhi.blogspot.co.uk/2007/...Note the unlock.bat file.Has anyone else had access to your computer?To show hidden files and folders in XP go to:Control Panel > Folder Options > View. Put the blob in "Show hidden files and folders". It might help in this situation to "temporariRead more
http://tekabhi.blogspot.co.uk/2007/…
Note the unlock.bat file.
Has anyone else had access to your computer?
To show hidden files and folders in XP go to:
Control Panel > Folder Options > View. Put the blob in “Show hidden files and folders”.
It might help in this situation to “temporarily” allow protected files to show but it is not adviseable to leave the system permanently set that way.
Always pop back and let us know the outcome – thanks
Is PC Helper 360 A Scam?
You would have had immediate results if you have put your subject line into Google. Yes it is a scam.Even better in future to put that sort of line in Google before you download things. The internet is full of bogus rubbish that claims to provide magic fixes for computers. Avoid any such programs unRead more
Yes it is a scam.
Even better in future to put that sort of line in Google before you download things. The internet is full of bogus rubbish that claims to provide magic fixes for computers. Avoid any such programs unless they have been suggested by a reliable source.
Always pop back and let us know the outcome – thanks
message edited by Derek
MS-DOS Do While Loop
There is no GTR in DOS. LOL
There is no GTR in DOS.
See lessLOL
Create Batch File To Randomly Open File
Am I confused about what you want to achieve? You stated I need to create a batch file that opens a random file from a text file from which I took it that you wanted to open any file at random from a list of files. The %random% variable is used to generate a random number within a range, that numberRead more
Am I confused about what you want to achieve?
You stated I need to create a batch file that opens a random file from a text file from which I took it that you wanted to open any file at random from a list of files. The %random% variable is used to generate a random number within a range, that number will be used to identify which line the filename to be opened exists on in the text file. The line number will change every time the script is run (almost) therefore a new random file will be opened each time.
The script produced can be used with any file which contains filenames where the extension is associated with a program which will open it.
Here’s a random number generator which will display random numbers in the range 1 thru’ 42 (as if 42 was the number of lines in the text file)
@echo off setlocal set lines=42 :loop set /a file=%random% %% %lines%+1 if %file% lss 10 set file= %file% echo The file shown on line %file% of the text file will be selected set /a cnt+=1 if %cnt% gtr 20 (exit /b ) else ( goto loop )Obviously the script is incomplete and needs coding added to count the number of lines in the text file and to open the appropriate file.
Please come back & tell us if your problem is resolved.