Quantcast
Channel: MSFN Technology Forum
Viewing all 4019 articles
Browse latest View live

Securing Windows 2008 / 2008 R2

$
0
0
Various brute force prevention methods for Windows servers – pros and cons
Posted on October 16, 2012 in Syspeace on Wordpress

Intro on brute force prevention tactics and some misconceptions

Protection from brute force attempts on Windows servers has always been a nightmare and would continue to be so if not .. Yes, I admit, I will come up with a solution further down.

Most system administrators with selfrespect start off with the best of intentions to actually keep track of brute force attempts but eventually give up because of the sheer number of attacks that occur daily.

Others, unfortunately, believe that a firewall takes care of the problem which it doesn’t or that an account lockout policy is the answer. Neither of them is and I’ll show you why.

The firewall approach:

Think about it. What does a firewall actually do ? The role of the firewall is to block traffic on unwanted ports and to drop portscans and variuos SYN FLOOD attacks. That’s about it. A firewall is basically a harsch doorman deciding who gets in to speak with the guys on the inside and who doesn’t.

If an attacker actually connects on a valid port , the traffic is redirected/port forwarded to the server in question let’s say the webmail interface of a Microsoft Exchange Server or a Microsoft Windows Terminal Server or a Citrix Server. Once the attacker is there, the actual logon request is handled by the server,not the firewall. The logon process is managed by the Windows Authentication process (which in turn may be validated against Active Directoy or a local user database using SAM). The firewall is already out of the picture really since it has no connection with the Windws server apart from the TCP connection and keeping it alive really. They don’t communicate the result of the logon process between eachother.

Also, a changing of from standard ports won’t help you much, will it ? The logon process is still managed by the Windows Server although you will get rid a of a lot of portscans and “lazy background, script kiddie attempts” if you’re using non standard ports. Basically you get rid of the script kiddies but the problem isn’t solved, the traffic is still redirected/port forwarded to the server that does the actual authentication.

Using for instance a Remote Desktop Gateway won’t handle the problem either. Using a RDP Gateway minimizes the attack surface, yes, but it is still reachable and the user logons still have to be validated. The problem is with any server that services logon request basically, regardless of on what ports and how they get there. That is Microsoft Windows server, Exchange Server, Citrix, Sharepoint, CRM , Terminal server and so on . The list can probably go on and on.

There’s also the risk of stuff stops working each time you apply some updates or patches to your Windows Servers if you start changing standard ports or standard configurations. It’s happened to me a few times and it’s not that amusing to be honest when you’ve got 1000 users not being able to log in beacuse you’ve just done your job and patched the servers to keep peolpe datas safe. Trust me, that’s not a good Monday morning.

The VPN approach:

Yes. That’s a safer approach but also here we do have some issues. First of all, it’s not that easy to keep track of VPN certificates, to set all of it up and manage all the licensing costs (that can be quite significant really ) and (sometimes costly) hardware you need to have in place. Historically there has also always been performance issues with most VPN solutions since all traffic is directed through one or a few VPN servers / connectors. Some of them also charge you for the bandwidth you want it to be able to use for VPN connections or charge you for the number of simultaneous VPN connections, A VPN solution can be quite costly as an initial investment and taking into account all of the administration involved in it.

You also probably won’t be demanding your users to have a VPN connection to the Microsoft Exchange OWA etiher snce the whole idea of the OWA i that it’s supposed to easy to reach from anywhere. I know there are some companies actually requiring VPN even for OWA and that’s just fine I guess but the more we’re moving our data and applications to cloud services, this hassle with different VPNs and stuff will eventually be fading into the dark corners of the Internet (that’s my personal belief anyways). The thing is that your users don’t want to be tied down by complicated VPN clients and stuff, users nowdays are used “stuff just working” and it has to be easy and intuititive for them. The days of the “System Administrators from Hell” implementing all kinds of complex solutions to keep stuff secure and forcing users to having very specific and complex ways of accessing data are over. They were good times, good times but they’re over. Deal with it.

The IDS/IPS approach:

Using a centralized IDS/IPS This is a more efficient method, yes. The downside is, most of these systems require you to change your infrastructure and get specific, costly hardware, licenses and costly consultants to get it up and running. And someone needs to monitor it, take care of it and so on. There are parllells to the VPN approach here although an IDS/IPS does a while lot more such as examines all the network traffic, examines it for malicious code and so on. I’m not sure actually if an IDS/IPS can communicate with the Windows Server Authentication Process so I’ll actually won’t say anything about that. I would presume they can, otherwise I fail to see the point (from the brute force logon prespective, that is) and you’d still need to handle the logon attempt on the Windows server.

The Account Lockout Policy approach:

The acccount lockout method is also flawed due to the fact that an attacker can quite easily cause a DOS (Denial of Service) simply by hammering your server with invalid logon request but with valid usernames, thus rendering the accounts unusable for the valid users. Basically, all he (or she) needs to know is the user logon name and in many system , it’s not tha hard to guess (try the companyname\username or the mail address for the user since it’s quite often also a valid logon name if you have a look at the properties of the user in Active Directory Users and Group snap-in)

The Cloud Computing approach

We are shifting more and more of our data and applications into various Cloud Services (like it or not but, it’s a fact and you know it). This way we do get rid of some of these problems on our own servers and hopefully, your Cloud Service provider actually has a plan for these scenarios and has the necessary surveillance software and systems in place. If you’re using a Cloud Computing platform based on Windows Servers, you should actually ask your provider how they handle brute force attempts on their servers. Most likely they will give you one or more of the scenarios described above and, as I’ve showed you, they are not adequate to handle the task at hand. They’re just not up for the job. Feel free to ask your own provider and see what answer you get. My guess is .. mumbo jumbo but basically , they don’t have anything in place really, more or less.
You could even try logging into you own account with your own username but the wrong password loads of times and see what happens. Will it be locked out? Will your machine be locked out? How does your Cloud Srvice Provider respond and are you informed in any way that an intrsuion attempt has been made using your account ? How many times can anypne try to access your account without you being notifed of it? And from where are they trying to get to your data and why?
Personally I know of only one Cloud Service Provider that has also taken these questions into account and that’s Red Cloud IT in Sweden.

Is there a solution then?

Yeah. I told you so in the beginning and even if choose not to use what I suggest, I highly recommend that you start thinking about these things properly because these problem will accelerate in the future. Just take a look at all the hacktivism witj DDOS attacks,going on out there. It’s just a start because the Internet is still young.

First of all, and this is extremely important you realize, , it doesn’t matter if you hosting your own servers or if you’re using VPS (Virtual Private Servers) hosted somewhere else or even if you’re a Cloud Service Provider. The basic principal stands: if you are providing any kind of service to users using the Windows Authentication mechanism you should be reading this and hopefully my point has come across.

If you’re having brute force attacks on your Windows systems today and I’m pretty sure you do (just turn on logon auditing and I’m sure you’ll see you have more than you actually thought you did, *for some odd reason this is NOT turned on by defaut in Windows*) there’s a few things you should be doing (that I’m guessing you’re not beacuse you’re not a cyborg and you need to sleep, meet your friends and family and actually be doing something productive during your work hours). On the other hand, if you are doing all of these things I’m guessing you have quite a large IT staff with a lot of time on their hands. Good for you. Call me and I’ll apply for a position.

First of all. Block the attack.

You need the attack to stop! Instantly. This is of course your first priority That’s basically blocking it in the firewall, either in the local Windows firewall or the external one, it’s actually up to you which way is the easiest one. The reason is that you don’t want to be wasting CPU and RAM and bandwidth on these people (or botnets) and of course, you don’t want them to actually succeed in logging on (should you have a lousy password policy in place ) or even them disguising a real intrusion attempt behind a DDOS attack to fill your logfiles and hide themselves in there. (Yes, it’s not an uncommon method). There’s also quite a few reports of DDOS attacks being used to disguise the actual reason for it which is to find out what security measures are in places for future reference. The “know your enemy principal”.

Second. Trace the attack. From where did it come?

Second , you need to find out from where the attack originated and what username was used. This is because you want to know if it is a competitor trying to hack you and access your corporate data or if you find yourself in the interesting position of your own username trying to login from sunny Brazil and you’re just not in Brazil (although you’d love to be) . You’re in Chicago looking at winter. Somethng’s up.
You also want to see if it’s a former employee trying to log on and so on .. This is stuff you need to know and keep track of since there may be legal issues involved further down the line.

Points one and two , you want to be handled in real time. There’s no use for you to find out two days after the attack that something actually happened. You want it stopped, reported and handled as it happens.

The legal stuff.

Third, you need to decide what to do with your information. Should it be handed over to the legal departement, your boss, the police or is it just “nothing” and can be discarded ?

So. “What would you suggest as a solution then” ?

The easiest and most cost efficient way to handle brute force attacks on Windows server is to have an automated sysem to block, track and report each attack and that’s where Syspeace comes into play.

Syspeace is a locally installed Windows service, thus using a minimum of system resources, that monitors the server for unwanted logon attempts and blocks the intruders in real time in the local firewall based on the rules you’ve set up. For instance “if this IP address has failed logging on 20 times during the last 30 minutes then block it completely for 5 hours and send me an email about it”

This means that you can for instance set up a blocking rule that is you “Account lockout policy – 1″ in your rules and that way simply blocking the bruteforce attack but not locking your users accounts and causing them unecesseray disruption.

Since Syspeace monitors the Windows Authentication logon oprocess, it doesn’t matter what firewall your using or what ports you’re using, the monitoring and blocking is done where the actual login attempts is made and therefore caught and handled automatically.

Once the intruders IP address is blocked, it’s blocked on ALL ports from that server which means that if you have other services also running on it (like FTP or well.. anyhting really) those ports and services are also protected instantly from the attacker. Not giving them the chance to find other ways of gaining access to that server through exploits.

A few other features in Syspeace

A few other nice features with Syspeace is for instance the GBL (Global BlackLlist) where every Syspeace installation around the world , reports each attack to a databse where they are examined and weighed and , if deemed “meneace to Internet and all of mankind” the database is then propagated to all other Syspeace installations. In this way, you’re preemptively protected when the bad guys come knocking on your door. So far , there has been over 200 000 brute force attcks blocked by Syspeace worldwide (and that’s just since mid July 2012) and some of them have made it to the GBL. Lucky them.
Of course there are white lists and stuff, giving you the ability to have your customers or internal users keep hammering you servers all day long if they (and you) want without being blocked out.

There’s also the Attack Cintrol section that gives you the ability to sort out information about successful and failed logons, findind the ones that are trying to stay under the radar, viewing reports.
You get daily and weekly reports email to you and each attack is also mailed to you with detailed but easy to understand information from where the attack originated including country, what username was used and how many times they actually tried to hack or overload you. This gives you the ability to quickly see of it’s something you should be taking care of or just carry on with your working day and leave it be with a smile on your face.

The GUI is easy to use (and there’s an even easier coming up in the next version) so there’s no need to hire costly consultants to be up & running or start using various scripts and change parameters in them to suite you needs and hope for the best and hope they don’t hang your servers.

Syspeace also protects the Microsoft Exchange Server Connectors from being attacked.

There is a Windows 2003 version coming out and there will be more features added as we go. The roadmap and to-do list is ..well.. extensive to put it mildly.

The licensing is not steep, I’d even dare say cheap and it’s extremely flexible.

As an example. If you buy yourself a new server today (evereybody loves new toys ) , you install Syspeace on it and then you get yourself a second server in 4 months. You can easily align the licensing renewal dates for both servers , not having to keep track of licensing renewals scattered over the entire year. If you’re up for , you could even byt yourslef just a one months license. Or a week. I’s up to you and what needs you have.

Download a free trial and see for yourself.

Syspeace – bruteforce prevention for Windows servers

If youre up for I've also written a few other posts on securing server operations on Jufflan on Wordpress

Can't install IE6 vanilla or SP1 on Win2k sp4

$
0
0
Hi guys! I've been having issues while trying to install IE 6 vanilla or SP1 on normal 2k + sp4 and well.. as everybody knows, there's no better place than this to ask for help with win oses :)

Okay, I know this probably has been seen here many times but what happens is that windows opens the infamous 'digital signature not found' window, and if I click ok then setup closes with a 'Setup was unable to install all the components' error.



so... If you could give me a hand then I'd really appreciate it! Greetings

Refresh image with vbscript

$
0
0
How do I refresh the image if it fails to load in vbscript?

Internet Explorer 9

$
0
0
Hi guys!
OK! this is crazy......Internet Explorer 9 is a free choice upgrade, but some programs are stopping support for IE8, so the free choice becomes a necessity.......lol.
I helped a customer upgrade to IE9 and when we restarted there was an icon "The Internet" on the desktop....lol
I started IE and it was in fact English instead of Swedish?!
I removed the culprit and insalled it manually.... Now all is well with the world again...

My obvious question is why? I have looked after her computer for some time and there is nothing remotely English about any settings.....I get the feeling that Microsoft is losing the plot......

What is even worse I have my suppliers boasting about the new Windows 8...how good it is with all its new functions etc....Only idiots will buy it.....lol

bookie32

Drivers for new computers?

$
0
0
Hi everyone.

I was just wondering where you go to find XP drivers for new hardware. For exampel, I have an ATI mobility graphic driver in my computer. However, when I go to ATI:s website, I can't find any XP drivers, only Vista and 7.

So, do you reommend any websites or tools for finding XP drivers on new hardware?

Thanks in advance and sorry for my bad english!

Inf or reg file to setup a freshly installed win7

$
0
0
Hi there,

I'm looking for a complete .inf or .reg file with system settings that I always change when installing a fresh windows 7,
for example the settings in :

Taskbar and Start menu
System properties like system restore and everything in System Properties dialogue

I recently started a project to do it muself using RegShot to determine changed options in the registry
and making an .inf to install those settings, but it is a big project, I was wondering if there is a complete
version of what I am working to do so I can modify that to the settings I want.

I don't want a program, just an inf or reg file.

Batch Command Help

$
0
0
Hi Guys,

I would like to run fastq-dump software (it changes format of DNA sequencing data) and repeat it (when the last process is complete) until all the .sra files in a directory are reformatted to fastq.

I have downloaded a study and the sra files are organize in a series of folders: SRP*\SRS*\SRX*\SRR*\SRA*.sra

I can easily put all the sra files into one folder (if needed) but I can't make fastq-dump do anything more than one-at-time conversion.

For example, currently I am using for the file SRRXXXXX1.sra in the same folder as the fastq-dump app:

fastq-dump --split-files --gzip SRRXXXXX1.sra

I get SRRXXXX1.fastq.gzip but SRRXXXXX2.sra is left alone.

Please help me with batching the conversion!

I wish I could run: fastq-dump --split-files --gzip *.sra

or fastq-dump --split-files --gzip SRP*\SRS*\SRX*\SRR*\SRA*.sra

but it doesn't appear fastq-dump supports *.sra

I am inept at batching files. I just need simple code to run fastq-dump --split-files --gzip SRXXXXX1.sra

and repeat for every single .sra file when the last file is completed (can't do at the same time, it's 200G of data).

This is for windows 7 64 bit.

Thanks!!!

Facebook on W98 -SOLVED-

$
0
0
If you have troubles using Facebook on W98, try the Mobile version, with Javascript disabled:
http://m.facebook.com

No bells and whistles but the basic, and most important functions are there: Photos, messages, timeline etc.

Of course the normal Facebook may still work on some browsers of choice, but it will never be as fast as with Javascript disabled. And only Mobile Facebook supports Javascriptless browsing. Especialy if your computer is kind of old.

Go to path and read txt file in vbscript

$
0
0
I have a list full of directories and I want to loop through those directories and open the txt file. Then read the data inside that txt file and assign to a variable.

This is an example of the directory list looks like:
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[ Go! Go! Heaven!!]_____________25 -______ ___- [525067]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[12CUT] _____ (Gakkou no Kaidan) [518382]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[2____] _____!__CD__________ [521206]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Ability] _____________________ [514182]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Abo Manten] Kyuusho seme maniacs vol. 3 (Weak Spot Maniacs vol.3) [521993]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Afro] Futanari angel cg collection [521560]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Aim-ZERO] Case Vol.4 [519927]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Air Hike] ________CG_2 [525114]\test.txt


Now here's the code
Option Explicit

Dim objFSO, strTextFile, strData, strLine, arrLines
CONST ForReading = 1

'name of the text file
strTextFile = "C:\Documents and Settings\Administrator\Desktop\ArtistCG\folders.txt"

'Create a File System Object
Set objFSO = CreateObject("Scripting.FileSystemObject")

'Open the text file - strData now contains the whole file
strData = objFSO.OpenTextFile(strTextFile,ForReading).ReadAll

'Split the text file into lines
arrLines = Split(strData,vbCrLf)

'Step through the lines
For Each strLine in arrLines
wscript.echo strLine
Next

'Cleanup
Set objFSO = Nothing


Now the problem with the code is it reads the contents of folders.txt instead of going to the directory and read the test.txt file. Can anyone help me fix this?

Guide to build XP/SP3 setup drivers included and more;

[Solved] Go to path and read txt file in vbscript

$
0
0
I have a list full of directories and I want to loop through those directories and open the txt file. Then read the data inside that txt file and assign to a variable.

This is an example of the directory list looks like:
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[ Go! Go! Heaven!!]_____________25 -______ ___- [525067]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[12CUT] _____ (Gakkou no Kaidan) [518382]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[2____] _____!__CD__________ [521206]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Ability] _____________________ [514182]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Abo Manten] Kyuusho seme maniacs vol. 3 (Weak Spot Maniacs vol.3) [521993]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Afro] Futanari angel cg collection [521560]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Aim-ZERO] Case Vol.4 [519927]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Air Hike] ________CG_2 [525114]\test.txt


Now here's the code
Option Explicit

Dim objFSO, strTextFile, strData, strLine, arrLines
CONST ForReading = 1

'name of the text file
strTextFile = "C:\Documents and Settings\Administrator\Desktop\ArtistCG\folders.txt"

'Create a File System Object
Set objFSO = CreateObject("Scripting.FileSystemObject")

'Open the text file - strData now contains the whole file
strData = objFSO.OpenTextFile(strTextFile,ForReading).ReadAll

'Split the text file into lines
arrLines = Split(strData,vbCrLf)

'Step through the lines
For Each strLine in arrLines
wscript.echo strLine
Next

'Cleanup
Set objFSO = Nothing


Now the problem with the code is it reads the contents of folders.txt instead of going to the directory and read the test.txt file. Can anyone help me fix this?

Read txt file line by line (vbscript)

$
0
0
I am having trouble of making the vbscript to read the text line by line. This is the steps the code should do:

Read folder.txt
Open the file listed in folder.txt
Echo the contents inside of test.txt
Read folder-list.txt
Open the file listed in folder-list.txt
Open dirlist.txt and echo line by line

An example of what folder.txt contains:
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[ Go! Go! Heaven!!]_____________25 -______ ___- [525067]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[12CUT] _____ (Gakkou no Kaidan) [518382]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[2____] _____!__CD__________ [521206]\test.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Ability] _____________________ [514182]\test.txt


An example of what folder-list.txt contains:
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[ Go! Go! Heaven!!]_____________25 -______ ___- [525067]\dirlist.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[12CUT] _____ (Gakkou no Kaidan) [518382]\dirlist.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[2____] _____!__CD__________ [521206]\dirlist.txt
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Ability] _____________________ [514182]\dirlist.txt


An example of what each dirlist.txt contains
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[ Go! Go! Heaven!!]_____________25 -______ ___- [525067]\00.jpg
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[ Go! Go! Heaven!!]_____________25 -______ ___- [525067]\a_01.jpg
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[ Go! Go! Heaven!!]_____________25 -______ ___- [525067]\a_02.jpg
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[ Go! Go! Heaven!!]_____________25 -______ ___- [525067]\a_03.jpg


And this is the vbscript code
Option Explicit

Dim objFSO, strTextFile, strData, strLine, arrLines, aniTextFile, aniData, aniLines, meLine, objTextFile, fso, inputFileList, sFolderName, fname
Dim iim1, iret, iret2, iret3, i
CONST ForReading = 1

strTextFile = "C:\Documents and Settings\Administrator\Desktop\ArtistCG\folder.txt"
Set objFSO = CreateObject("Scripting.FileSystemObject")
strData = objFSO.OpenTextFile(strTextFile,ForReading).ReadAll
arrLines = Split(strData,vbCrLf)

For Each strLine in arrLines
  strData = objFSO.OpenTextFile(strLine,ForReading).ReadAll
WScript.Echo strData

aniTextFile = "C:\Documents and Settings\Administrator\Desktop\ArtistCG\folder-list.txt"

Set objFSO = CreateObject("Scripting.FileSystemObject")
aniData = objFSO.OpenTextFile(aniTextFile,ForReading).ReadAll
aniLines = Split(aniData,vbCrLf)

Set fso = CreateObject("Scripting.FileSystemObject")
Set listFile = fso.OpenTextFile(aniLines).ReadAll
do while not listFile.AtEndOfStream 
    fName =  listFile.ReadLine()
    WScript.Echo fName
    Loop
Next

So far I only got steps 1 to 4 working but I can't get it to read dirlist.txt. Any solutions here?

How to build an add-on for IE8 and some hotfixes problems.

$
0
0
I'm here to ask you all a favor: I want to learn how to build an add-on for IE8 because I can't use the original package with nLite. I succesfully added an add-on I downloaded in these forums, but I need it in portuguese, so I have to make my own add-on. I founded some portuguese add-on links but they were really poor quality or outdated.

And I want to know if someone knows how to integrate the updates below. I can't find them at Mcrosoft website, but they appear in the Windows Update. It's kinda strange. o.O

  • KB892130
  • KB898461
  • KB2544521
  • KB2510531
  • KB963093
  • KB2632503
  • KB928416
  • KB2656370
  • KB2656353
  • KB951847
  • KB2538243


I really thank those who're trying to help me and I apologize for bad english.

Cordiously,
Skulldiggers.

Windows 95 AC'97 Drivers

$
0
0
Hello!

I have a question, and since I didn't find any answer for that I decided to ask here. As far as I know there are some AC'97 sound drivers for Windows 95. They have in common that they emulate the SB 16 sound. Does anybody know if there are any "normal" AC97 drivers for Windows 95, that do no not emulate SB16 but produce/support direct AC97 sound just like Windows 98 or Windows Millenium do? Thank you! :)

Windows Live Messenger loads when I check inbox in Hotmail

$
0
0
Very self explanatory, whenever I login to hotmail, the built in web Windows Live Messenger auto logs in. How can I turn this off?
I'm using Firefox but didn't find anything on the web on how to do this.

Opera v10.6 <audio> playback doesn't work on 9x?

$
0
0
Does anyone get Opera v10.6 to play <audio> tags correctly? I can see the player controls, but it doesn't play. I think it may be a problem with its playback libraries (gstreamer), as audio.canPlayType() returns empty for standard MIME types (like "audio/ogg" or "audio/wav") instead of "maybe" or "probably". Anyone get it to play audio?

Windows Update on Windows 2000

$
0
0
If you had the chance to do a fresh re-installation of Windows 2000, here's the story.

I did a clean installation of Windows 2000 under Virtual PC 2004, applied Service Pack 4 and installed Internet Explorer 6 SP1.

The problem is that when I attempted to access v6 of the Windows Update website, it attempts to download an updated version of the Windows Update Agent 7.6.7600.256. When this happens, Windows Update causes IE6 to crash: http://twitpic.com/b97jqq/full :(

Here's the following error information regarding the crash:

Quote

Error Signature
AppName: iexplore.exe
AppVersion: 6.0.2800.1106
ModName: wuweb.dll
ModVersion: 7.6.7600.257
Offset: 0001afca


Technical information about the error is as follows:

Quote

Exceptional Information
Code: 0xc0000005
Flags: 0x00000000
Record: 0x0000000000000000
Address: 0x0000000050e1afca


Here's a snippet on why installing Windows Update failed: Attached File  WindowsUpdate.txt (19.09K)
Number of downloads: 0

Is there any way to get around this without having Windows Update force an update of the wuweb.dll file?

WMIC uninstall help

$
0
0
Is there any way to suppress a reboot after using WMIC to uninstall a product?

What shall I do with this old laptop?

$
0
0
Hi all. I have a old laptop which had Windows 98 on it, but it doesn't have a OS anymore. It has a 233 MHz processor, 144MB RAM, and a 2.6GB HDD.

I'm trying to install Windows 98 on it but it doesn't work. I can't get it to boot to the CD. I selected CD to be the boot priority, and even did it manually, but it just says 'Operating system not found'. And yes, my installation CD works (I tried it on several other PCs).

1. I want to make it a useful laptop, so which OS shall I install? Windows XP and 2000 is probably not a good choice considering the small HDD and low CPU clock speed. BTW I don't mind if the OS is old - I'm even OK with W 95
2. Maybe installing a Linux will be more useful?? (I have zero experience with Linux though!)
3. Well, I already have a W 98 installation disc as stated earlier (that's actually the main thing I want to do), but I can't get it to boot to the CD. What to do now?
4. The laptop does however successfully boot to the floppy disk drive (I tried it), so maybe is there any way to use a floppy instead of a CD to do a clean install of a OS? (BTW, I don't have a empty floppy!)

Please help me!

Windows 2000 on Intel I Series Chipset: And not a sigle boot up was gi

$
0
0
Hello MSFN!

I'm a long time user of the forum yet I haven't sign up until today, as I've always found the answers here about installing outdated software on modern machines. But this time, I'm lost... Thing is I'm trying to install Windows 2000SP4 on my PC, just for old time's sake - I've done that many times before but now with my new setup things have gone south... And I can't seem to find a solution. The specs are:

ASUS P8H67-V | Intel 6-Series Chipset H67 (B3)
Intel Core i3 2100 | 2C-4T 3.1 Ghz
2x2Gb DDR3 1333Mhz CL7 Gskill RAM.
WD5000AAKX SATA 6 Gb/s 500GB HDD
and an ol' Geforce 9800GT.

I've tried everything to work around the 0x0000007b error that's been plaguing my setup every time I try to install or boot the OS, and since that error is probably the HDD incompatibility i've put my attention over that, but it looks like the problem goes beyond the hard drive.
When I boot the OS, to minimize incompatibilities I set the hardware to:

>Processor: Hyperthreading disabled.
>RAM: Just one module installed, 2GB total.
>HDD: IDE Mode, "Compatibility" option. <- yet I still get the error every time!

It might look desperate, but I plan on enabling everything after setup. By the way, I don't have a Floppy drive nor a CD drive so I install everything form USB, as I've always done before. I know, I sould get both and try, though that might not be the answer... You see, I've tried:

"Regular" setup: Boot the installation after using the latest version of WinSetupFromUSB (beta8) to create the bootable USB - regular Win2kSP4 iso or 'Nlite-ed' iso with drivers slipstereamed. Also tried other "bootable USB"-creating software.
It looks like it still can't recognize my HDD (either in AHCI or in IDE Compatibility mode) cause even if it loads the driver I still get the BSOD in text mode. It could be that every driver I've found doesn't work for this one. I've tried adding the official chipset drivers, and/or official AHCI drivers (all WinXP), and/or the modded drivers from BlackWingCat that he had been using for a 5 or 6 Series chipset setup as I saw in another post at the forum. (iata76_cd2kd)

"Workaround" setups: Virtual machines. I've tried doing the text mode on a virtual machine, then copying everything to the harddrive and keep on with the Graphical installation. Nice little Win2k splash screen, 7b error on IDE mode all the same. So after that I completed the installation on a VM, enabled LBA so it could 'see' the 500bg of my HDD, copied the chipset and AHCI drivers to the WINNT/System32/drivers folder, and finally uninstalled the current drivers so it would check for new ones on boot. Copied to HDD partition and set to boot from there. A long shot, hoped for the best.. 7B error.

What am I missing? Is it that this HDD can't correctly emulate legacy IDE mode (pretty odd) or is the problem something else than my HDD?
Not long ago, I've setup Win2k on ICH9, ICH10 chipsets, SATA ACHI drives of 80 and 160 gb respectively. Hyperthreading, DDR3 ram haven't been an issue, always installing from USB only. Official and modded drivers for those chipsets are around the web so it was easier.. Heck, I've even installed Win98 correctly on both those PCs!

And there is one more little issue now... I use to tweak and fomat/re-install OS a lot on all my PCs as it is not only my hobbie but what im studying at college - but Microsoft isn't really comfortable that I go activating my OSes after a week or days from the last time when I mess up, so I'd rather not have to format my current Windows installation in the process... That explains the Virtual machines as workarounds!

So, what do you say? Should I just give up or is there still hope? :)
Viewing all 4019 articles
Browse latest View live