We've been testing out a new re-imaging process for our Apple macs specifically to re-image them with Windows 7. It means that the imaging process is the same for all Windows 7 machines.
The trouble we are having is that after about 10 mins or less, the windows 7 machine, both iMacs and Mac Pro's, blue screen.
Unfortunately, the blue screen itself does not provide any answers. I haven't had a good look at the dmp files.
I did a google search and found this and this. Both of these forums are looking at an AppleMNT.sys problem, associated with mounting HFS volumes. I shall give this a go.
A catalogue of 'stuff' which somehow will help me through life by helping me remember problems I've solved, how I solved them and thoughts which will be otherwise forgotten (some of which might be of use later on).
Showing posts with label windows 7. Show all posts
Showing posts with label windows 7. Show all posts
Friday, 6 December 2013
Friday, 11 October 2013
Windows 7 connecting to Xserver OS X 10.4 probs
Whenever I try to connect to the smb share on the xserver from a windows 7 computer I am unable to authenticate. But I can from Windows XP and Windows 8!
After a quick look I found this helpful post page, specifically the 'Setspn' command. Digging more into it, there is a link which I think is to this page (outdated links). Do a search on this page for "Setspn" and you'll find it detailed there.
It looks like an authentication issue with Kerberos, where it then looks at using NTLMv2 to authenticate.
To solve the problem looks like you need to change the protocol Windows vista and 7 use back to either Kerberos or NTLMv1. To do this, type from the machine:
After a quick look I found this helpful post page, specifically the 'Setspn' command. Digging more into it, there is a link which I think is to this page (outdated links). Do a search on this page for "Setspn" and you'll find it detailed there.
It looks like an authentication issue with Kerberos, where it then looks at using NTLMv2 to authenticate.
To solve the problem looks like you need to change the protocol Windows vista and 7 use back to either Kerberos or NTLMv1. To do this, type from the machine:
- Click Start.
- Type secpol.msc in the search box and press Enter.
- Windows Vista will display a warning message; click Continue.
- Windows Vista's Local Security Policy console will appear. Highlight Local Policies.
- Double-click Security Options.
- Scroll down to the Network Security: LAN Manager Authentication Level policy entry and double-click it.
- Change the value from the default setting of Send NTLMv2 Response Only to Send LM & NTLM -- Use NTLMv2 Session Security If Negotiated, then click OK. (Figure J).
- Close the Local Security Policy console.
I have yet to try this. But will do in the near future.
Or follow this:
C:\ setpn -L yourserver
This gets you a list of the service principals assigned to that computer record:
- xgrid/yourserver.example.com
- vpn/yourserver.example.com
- ipp/yourserver.example.com
- xmpp/yourserver.example.com
- cifs/yourserver.example.com
- host/yourserver.example.com
- smtp/yourserver.example.com
- HTTP/yourserver.example.com
- pop/yourserver.example.com
- imap/yourserver.example.com
- ftp/yourserver.example.com
- afpserver/yourserver.example.com
To add the appropriate record:
C:\setpn -A cifs/yourserver yourserver
This gets you:
- cifs/yourserver
- xgrid/yourserver.example.com
- vpn/yourserver.example.com
- ipp/yourserver.example.com
- xmpp/yourserver.example.com
- cifs/yourserver.example.com
- host/yourserver.example.com
- smtp/yourserver.example.com
- HTTP/yourserver.example.com
- pop/yourserver.example.com
- imap/yourserver.example.com
- ftp/yourserver.example.com
- afpserver/yourserver.example.com
Thursday, 15 August 2013
Apple Keyboard and Windows 7 @ and " characters swapped over
Since putting bootcamp on Apple Macs we've always had a problem where the keys on the Keyboard in windows were never 'quite' right. Almost, but not. The most annoying one was the old @ key being swapped with " key.
Even after installing bootcamp drivers this problem persisted. It did turn quite interesting though:
I went into keyboard language setup and added "United Kingdom (Apple)", and deleted the bog standard "United Kingdom". After this, in some dialogue boxes the keyboard was behaving correctly (" and @ not swapped) and in everything else the @ and " keys were swapped around!
After trauling through google search results, I searched for Keyboard Regedit as I was sure something could be done here. After finding this article about changing keyboard regions I did the following steps:
Even after installing bootcamp drivers this problem persisted. It did turn quite interesting though:
I went into keyboard language setup and added "United Kingdom (Apple)", and deleted the bog standard "United Kingdom". After this, in some dialogue boxes the keyboard was behaving correctly (" and @ not swapped) and in everything else the @ and " keys were swapped around!
After trauling through google search results, I searched for Keyboard Regedit as I was sure something could be done here. After finding this article about changing keyboard regions I did the following steps:
- Opened Regedit
- went to HKEY_CURRENT_USER\Keyboard Layout\Preload
- Took note of what was here
- there were two entries:
- 1. a0000809
- 1. 00000809
- I next went to HKEY_USERS\.DEFAULT\Keyboard Layout\Preload
- Took a note what was here
- there was only one entry
- 1. 00000809
- I thus deduced that the Apple keyboard was a0000809 and the normal (incorrect) keyboard was 00000809
- I deleted the HKEY_CURRENT_USER\Keyboard Layout\Preload\00000809 so there was only one entry here
- I edited the HKEY_USERS\.DEFAULT\Keyboard Layout\Preload entry so it read:
- 1. a0000809
- I rebooted and it all worked!!!!!
So, the problem was that Windows was using the Normal UK language layout for the keyboard, and when I added the Apple UK language layout it only used it at times because there was two entries for my login. But when the computer initially loads up the Apple version wasn't there. Now time for a cuppa.
Thursday, 1 August 2013
Re-imaging Windows 7 on Apple Macs
So, we are now trialing a newer system for deploying Windows 7 on to our Apple Macs. Previously we've used Deploystudio, but as our Apple Server is too old, it is no longer up to the task.
For the rest of the PC's we use the Microsoft Imaging technique (whatever this is), and we're trying it with our macs.
Here's a step by step of what to do with the installer disk:
For the rest of the PC's we use the Microsoft Imaging technique (whatever this is), and we're trying it with our macs.
Here's a step by step of what to do with the installer disk:
- insert disk
- set the default boot disk to be Windows (assuming Windows was previously installed)
- reboot and hold ALT
- select the CD
- Press ANY KEY
- log in with own credentials
- Select task sequence
- to determine which volume to boot from you need to run DISKPART. Type:
- SELECT DISK 0
- LIST VOLUMES
- SELECT VOLUME (type the volume number)
- LIST PARTITIONS
- Select to install BootCamp drivers
- Put name, domain details in
- Go!
Thursday, 30 August 2012
No Drives were found - installing Windows 7
So, just trying to fix a friends computer. There's just one SATA HD inside, and he wants it nice and fresh, so I just started the windows 7 install disk and, after booting off the disk and getting to the "Disk Selection" stage it came up with the information:
Ridiculous I thought. I had a quick look in BIOS and found it not listed in the HD's. I later found out that it was originally RAIDed with another (which broke) so I turned off RAID from BIOS so that it treated it as a normal HD again. It now appeared in the HD list in BIOS.
But still the same error in the Windows installer! So, now BIOS can see it, what is the problem. Well, I finally found this forum which suggested looking at this Microsoft Help Page, particularly Method 8.
Not only that, but SHIFT+F10?! Why not a button which says "Command Prompt"! Have they ever heard of of the word "Intuitive".
And now I've just got to step 7, typed "clean all" and it looks like it's frozen. No user feedback to say what is happening!
Microsoft, can you please design things, it'd make everyones jobs and home life much better. Instead you seem to have just patched things together. I guess at least you seem to have created a large job market for computer technicians, but you seem to make their lives pretty hard too.
After waiting 25 mins on a none-changing screen, it's finally popped up saying "Disk Part succeeded in cleaning the disk". A little long for a simple clean. It now appears in the list. But now another error!
It's now installing, I need a coffee.
No drives were found, Click Load Driver to install a Mass Storage Driver
Ridiculous I thought. I had a quick look in BIOS and found it not listed in the HD's. I later found out that it was originally RAIDed with another (which broke) so I turned off RAID from BIOS so that it treated it as a normal HD again. It now appeared in the HD list in BIOS.
But still the same error in the Windows installer! So, now BIOS can see it, what is the problem. Well, I finally found this forum which suggested looking at this Microsoft Help Page, particularly Method 8.
Firstly I couldn't believe the fact that you still need to use a Command Prompt for such a simple thing as cleaning a Hard Drive. Mac OS users have had a "Disk Utility" on the install disk since OS X came out, which was 2002, maybe even "Drive Setup" which came out in 1995! 12 years on and Microsoft still uses a command line utilities on it's install disk for disk formatting!
- Insert the DVD into the DVD drive.
- On the disk selection screen, press SHIFT+F10. A Command Prompt window opens.
- Type diskpart, and then press ENTER to open the diskpart tool.
- Type list disk, and then press ENTER. A list of available hard disks is displayed.
- Type sel disk number, and then press ENTER. number is the number of the hard disk that you want to clean. The hard disk is now selected.
- Type det disk, and then press ENTER. A list of partitions on the hard disk is displayed. Use this information to verify that the correct disk is selected.
- Make sure that the disk does not contain required data, type clean all, and then press ENTER to clean the disk. All the partitions and all the data on the disk is permanently removed.
- Type exit, and then press ENTER to close the diskpart tool.
- Close the Command Prompt window.
- Click the Refresh button to update the disk selection screen. This step lists the disk.
- Run Windows Setup to perform a clean installation of Windows.
Not only that, but SHIFT+F10?! Why not a button which says "Command Prompt"! Have they ever heard of of the word "Intuitive".
And now I've just got to step 7, typed "clean all" and it looks like it's frozen. No user feedback to say what is happening!
Microsoft, can you please design things, it'd make everyones jobs and home life much better. Instead you seem to have just patched things together. I guess at least you seem to have created a large job market for computer technicians, but you seem to make their lives pretty hard too.
After waiting 25 mins on a none-changing screen, it's finally popped up saying "Disk Part succeeded in cleaning the disk". A little long for a simple clean. It now appears in the list. But now another error!
Windows cannot be installed to this disk. This computers hardware may not support booting to this disk. Ensure that the disk's controller is enabled in the computers BIOS menu.So, after restarting the machine, it seemed to accept the disk.
It's now installing, I need a coffee.
Thursday, 5 July 2012
What to do if your windows computer is running ridiculously slow (only applies to Microsoft Windows)
So, I get a lot of people coming to me with Windows PC's and laptops which are running ridiculously slow. As I'm fixing one this very moment, I thought I'd document what I have found to be the easiest ways to get them running to their original speed (when they were first purchased).
I will run through it in a chronological order.
I will run through it in a chronological order.
- First things first, you need to be able to get the system to a 'usable' state, meaning you can click on stuff and something happens, and also you can install stuff. Here's how I do it in worst case scenarios:
- Boot up into safe mode (continuously press F8 when the computer is booting up)
- Enable the "Windows Installer" in safe mode.
- Heres a link to an article where I describe how to do this.
- A part from safe mode, you can always:
- open the task manager and end processes of anything which is taking up the CPU, but this is a little frustrating.
- delete startup items in the Start > Programs > Startup menu.
- Go to Start > Run -> msconfig and click "disable startups" described here
- If you're still having problems, run hijackthis
- It's a very good program and helps you delete entries in Windows linked with Malicious Programs. Here's the home page
- When you run it you can make a text file. Paste this text file on the home page and it'll analyse it and tell you which things you'll want to remove.
- Tick the right boxes and bingo.
- Install and run a free anti-virus.
- At the moment the top runners for free anti-virus are AVG and AntiVir
- I have found that in the past a lot of anti-virus programs are the things that actually slow your machine down. This is one of the reasons AVG and AntiVir have such good ratings.
- Install and run a free anti-malware application
- At the moment the top runner is MalwareBytes
- Install and run TuneUp Utilities 30 day free trial, currently on version 2012.
- You get a free 30 day trial, but I've found you really only need a 1 hour trial to fix all the problems. Luckily it doesn't "unfix" the problems once it has expired.
- The main part to run is "one-click-maintanance"
- It runs through your system and tells you how many things it can 'fix'.
- Click the fix button
- Keep running this program until it does not fix anything anymore.
If these basic steps aren't going to fix it, you're best option is to re-install Windows a-fresh and make a nice new start. Possibly consider installing the operating system it came with to begin with? Or even think about another operating system (i.e. not windows). Ubuntu, OS X?
At the end of the day, your computer will at best run at the speed it was running when you first bought it. If you upgrade the operating system you will notice a slow down.
Also, programs which run at startup are going to slow your machine down. I only have 3 running on my startup; DropBox, Carbonite and MAMP. I suggest you really think about how you want to use your computer. It's all about compromise.
Any suggestions are welcome, especially if it's easier than this list of 'things to do'.
Labels:
2012,
anti-virus,
antivir,
AVG,
hijackthis,
Install,
installer,
Malware,
malwarebytes,
Microsoft,
safe mode,
startup,
tuneup,
Tuneup utilities,
windows 7,
windows vista,
Windows XP
Thursday, 22 March 2012
Windows Vista Laptop dwmredir.dll error on login
A staff member brought their laptop in. Upon booting it up it auto logs in but before it can load the desktop or anything it comes up with the error:
"C:\Windows\system32\dwmredir.dll is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support.
Found this microsoft tech forum which suggests:
"C:\Windows\system32\dwmredir.dll is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support.
Found this microsoft tech forum which suggests:
- restore to just before this happened - unfortunately there is no restore points!!
- try a clean boot
- goto -> run -> msconfig
- disable startups
- disable non microsoft startups
- try and rule out which one is causing it
- tryed these to no avail. Still no desktop
Found this forum which says to run some error checking thing called "System File Checker". From command line type:
sfc /scannow
............
I've just found this post under "drafts". Looks like I didn't finish the post. From what I remember, I think I booted in Safe Mode, turned on the installation service (see previous post), installed Tune Up Utilities and ran "One Stop Maintenance". I think this is how I fixed it.
Simple.
Simple.
Thursday, 23 February 2012
Windows Installer Service under safe mode
Well, it's always been a great problem not being able to install things under safe mode. I think they're paranoid of viruses installing with no antivirus running. But I always need to install little 'fix it' programs to get the comptuer up and running.
Anyway, I looked into it and found a microsoft article (right down the bottom) on how to enable the Windows Installer Service, but it doesn't work in Safe Mode.
To get it running in Safe Mode, I found this good article
Basically, in the command line in safe mode (networked) type this:
Anyway, I looked into it and found a microsoft article (right down the bottom) on how to enable the Windows Installer Service, but it doesn't work in Safe Mode.
To get it running in Safe Mode, I found this good article
Basically, in the command line in safe mode (networked) type this:
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\MSIServer" /VE /T REG_SZ /F /D "Service"
net start msiserver
Labels:
Command Line,
Install,
safe mode,
windows 7,
windows vista,
Windows XP
Monday, 19 December 2011
CD and DVD drives "Device cannot start" error 10 in device manger - Windows
A member of staff brought in their PC today saying that the DVD drives (there are two) don't work.
Looking in Device manager I found that both DVD drives were down as CD drives and in the details it says something along the lines of:
The device cannot start error 10
My first idea was to do with Master and Slave jumper switches on the back of the DVD drives. Tried all the combinations. For some the drives came up as their actual names, but still came up with the error message.
After this I did a system restore to its' earliest point. Still no luck.
I finally thought it had to do with iTunes. I've experienced it before, when installing iTunes the CD drive stops working in Windows. I had a search around on google and found this forum. It seemed promising and pointed towards this Microsoft troubleshooting guide.
Also, another tutorial is here from Apple who admit the problem.
Although this was to do with Windows XP and error 31 I found other forums mentioning the registry and "Upper Filters" and "Lower Filters". I deleted the UpperFilter registry entry mentioned and it worked a treat.
Basically:
Looking in Device manager I found that both DVD drives were down as CD drives and in the details it says something along the lines of:
The device cannot start error 10
My first idea was to do with Master and Slave jumper switches on the back of the DVD drives. Tried all the combinations. For some the drives came up as their actual names, but still came up with the error message.
After this I did a system restore to its' earliest point. Still no luck.
I finally thought it had to do with iTunes. I've experienced it before, when installing iTunes the CD drive stops working in Windows. I had a search around on google and found this forum. It seemed promising and pointed towards this Microsoft troubleshooting guide.
Also, another tutorial is here from Apple who admit the problem.
Although this was to do with Windows XP and error 31 I found other forums mentioning the registry and "Upper Filters" and "Lower Filters". I deleted the UpperFilter registry entry mentioned and it worked a treat.
Basically:
- load up Regedit by going to Start > Run > Regedit
- go to:
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}
- delete the UpperFilter, usually at the bottom
- Reboot the machine
Done
Labels:
CD,
Device Manager,
dvd,
Error,
fixing,
regedit,
registry,
windows 7,
Windows XP
Sunday, 30 January 2011
Creatures - the game - fixes and docking station
Well, Jakeh has remembered the creatures game he played many years ago, and how much he enjoyed it. So I decided (he made me promise) to install the game on Windows 7. Doh! That was a mistake, doesn't seem to like Windows 7 as it was originally built for Windows 95. Even tried in compatibility mode!! Found this website which is the games development website involved in Creatures. They've got all the downloads. I tried one of the patches but something goes wrong with unzipping it.
I did find a free game download called "Creatures Docking Station" which looks like it'll work in newer versions. I installed it and it comes up with the game in the background, but in the foreground a username and password is required. The link for registering doesn't work. Only found out a day later the registration website has moved to this. But after filling in the form it doesn't let me log in! So I've emailed them to sort it out. I did find some fixes for this common problem here. Although someone does say in the forum that it does work!!! I've not tried the fixes yet. I've also found there is a patch (crack) for the docking station.
I shall add to this blog when I find out more
I did find a free game download called "Creatures Docking Station" which looks like it'll work in newer versions. I installed it and it comes up with the game in the background, but in the foreground a username and password is required. The link for registering doesn't work. Only found out a day later the registration website has moved to this. But after filling in the form it doesn't let me log in! So I've emailed them to sort it out. I did find some fixes for this common problem here. Although someone does say in the forum that it does work!!! I've not tried the fixes yet. I've also found there is a patch (crack) for the docking station.
I shall add to this blog when I find out more
Subscribe to:
Comments (Atom)