04 June 2014
Windows Easy Transfer issues from Windows 8 to Windows 8.1
I didn't really have any option, so I accepted this and it promptly restored all the files to the new installation. Many objects worked, others didn't, but the worst part was, there were now some legacy files stashed away in my computer that caused fresh installations of these programs to not work.
Not only is this highly irritating but it's also left me with anything else but a fresh install of Windows 8.1.
The next couple of posts will be outlining how I remedied particular programs that were not behaving since my standard uninstall options were not available to me with a fresh Windows.
19 June 2012
MSExchangeIS service not starting in Exchange 2010 on VM
Unable to initialize the Information Store service because the clocks on the client and server are skewed. This may be caused by a time change either in the client or the server, and may require a reboot of that computer. Verify that your domain is properly configured and is currently online.
The first thing I tried was a command line "net time \\dc-name.domain /set" to resync the times but this didn't make a difference, even though it did a resync.
After some more digging I came across this site that suggested the problem of time synchronisation is not with the VM itself but rather with the VMware host. To set up time sync in VMware it's these simple steps:
- Select the VMware host
- Configuration
- Under Software select Time Configuration
- Click on Properties (top right)
- Do the necessary
- Done!
19 August 2011
Remove "Could not reconnect all network drives" message
- START
- Run --> CMD
- net use * /delete /y
14 April 2011
Windows Live Essentials offline installer
If you want to download it you can either go the online download route which can be a pain and really slow if you're in South Africa on 384kbps (sigh - does anyone else besides me think this is far far far way behind the times?) and / or have to do it to multiple household machines. The best route is to grab the offline installer, which can be found here.
Alternatively, you can start the online download from the Live Essentials download page and then cancel it, which will then give you more options to download again - one of which should be an offline installer option.
Information obtained for this post was from here and here.
[ UPDATE 2013-05-26: doesn't look like the original link works any more. Found a pointer to these links, from this page ]
Windows Live Essentials 2011 Offline Installer [English]
31 August 2010
AutoExNT: Running a batch file before logging into WINDOWS
- Copy the Autoexnt.bat file you just created, in addition to the Autoexnt.exe, Servmess.dll, and Instexnt.exe files located in the Resource Kit CD-ROM to the %SystemRoot%\System32 folder on your computer.
- At a command prompt, type instexnt install, and then press ENTER.
26 August 2010
WINDOWS Force Automatic Updates on WSUS
Visit http://msmvps.com/blogs/athif/pages/66375.aspx for all the low-down, but for quick reference, copy everything below the line into a TXT file and rename to .BAT or .CMD:
29 June 2010
Windows Maximum Addressable Memory Reference
| Windows Versions (and their maximum addressable physical memory/RAM (GB)) | 32-bit Editions | 64-bit Editions |
| Windows 2000 Professional, Server | 4 | N/A |
| Windows 2000 Advanced Server | 8 | N/A |
| Windows 2000 Datacenter | 32 | N/A |
| Windows XP Starter | 0.5 | N/A |
| 4 | N/A | |
| Windows XP Professional | 4 | 128 |
| 2 | N/A | |
| Windows Server 2003 Small Business, Home, Storage | 4 | N/A |
| 8 | N/A | |
| Windows Server 2003 Standard (SP1/SP2/R2) | 4 | 32 |
| 64 | 2048 | |
| Windows Server 2003 Datacenter (SP2) | 128 | 2048 |
| Windows Vista Starter | 1 | N/A |
| Windows Vista Home Basic | 4 | 8 |
| Windows Vista Home Premium | 4 | 16 |
| 4 | 128 | |
| Windows Server 2008 Standard, Web | 4 | 32 |
| 64 | 2048 | |
| Windows 7 Starter | 2 | N/A |
| Windows 7 Home Basic | 4 | 8 |
| Windows 7 Home Premium | 4 | 16 |
| 4 | 192 | |
| Windows Server 2008 R2 Foundation | N/A | 8 |
| Windows Server 2008 R2 Standard | N/A | 32 |
| N/A | 2048 | |
| | | |
07 June 2010
How to activate VISTA, Windows 7, Windows Server 2008
Activation fails with error code 0x8004FE33
After doing some digging here I discovered that there's a problem activating Windows when you're behind a PROXY and the PROXY authentication is BASIC. In order to bypass this, the simplest (and possibly quickest) solution is to just do activation via telephone.
If you can't find the Windows Activation number, then go to START --> RUN --> "SLUI 04" [without the ""'s] and then OK. You'll be given an option of numbers to phone, and then Robert's your uncle (not in the furniture business, mind).
Thanks to http://support.microsoft.com/kb/921471/en-us.
28 May 2010
Download MS Office 2007 Media Kit
Okay, so it's not quite as straightforward as just downloading it - you need to have a valid key to get to it, but if you do, here's where you need to go:
http://www.microsoft.com/office/backup/en-us/default.mspx
10 December 2009
Windows Server 2008 R2 complex passwords
To find out a bit more about what sort of complexity you need to have in your passwords (so you can just darned well log in for the first time to change it), check out this link:
http://thebackroomtech.com/2008/03/10/windows-server-2008-password-complexity-requirements/
To find out how to fix it once you're logged in, check out this link:
http://stevepietrek.com/2007/05/08/change-active-directory-strong-password-policies/
07 August 2009
ASP.NET and AUTORUN.INF et al trojan
The first telltale signs of a trojan-infected USB drive is when you try to open the drive using MS Windows - if you double-click, it won't actually open, but rather prompt you to select an application to OPEN WITH.
To fix this problem is quite straightforward, and here's the concept:
- The USB drive has had an AUTORUN trojan infiltrate it, so it won't allow you to open it normally.
- The trojan is hidden, sometimes read-only, and sometimes marked as a system file.
- The trojan can take many forms, but will usually replicate itself on the drive and if it's the AUTORUN.INF variant, you can see that it will be hidden somewhere else, and activated by the AUTORUN.INF.
- You will need to unhide, unread, unsystem the file attributes, and then delete the file. Remove the USB flashdrive, and reinsert. That should be Robert being your uncle.
Here are the steps, in more detail (click here for the screenshot document):
- First discover that you have the trojan (either an antivirus will pick it up, or you will experience difficulty when you try to explore the flashdrive)
- Then open up a COMMAND window (start-->RUN-->CMD)
- Type (flashdrive letter)
: where (flashdrive letter) is replaced by the letter of your flashdrive (so if it's E: then type "E:" without the ""'s).
E: - Look for any hidden files on the flashdrive ("dir /ah" without the ""'s)
dir /ah
If you find too many files listed, then try dir /ah /p - After spotting any hidden files, look for ones that look like ASP.NET or AUTORUN.INF or some funny *.COM files, etc.
autorun.inf
asp.net
d.com
6phx.com - Find out those files' attributes (attrib xxx.yyy; e.g. attrib asp.net)
attrib autorun.inf
attrib asp.net
attrib d.com
etc. - Next, remove the attributes that are present (e.g. if it reports HR E:\asp.net then you would say attrib -h -r asp.net)
attrib -h -r autorun.inf
attrib -h -r asp.net
attrib -h -r d.com
etc. - Then delete the file
del autorun.inf
del asp.net
del d.com
etc. - Verify there are no more such files on the flashdrive by searching recursively for hidden files (e.g. dir /ah /s /o /p) and repeat the above.
dir /ah /s /o /p
(You should still see some hidden files, but look out for AUTORUN.INF, ASP.NET, D.COM, 6PHX.COM, etc.)
22 July 2009
You must be a member of the Administrators group on this computer to install this hardware (USB flashdrive)
If anyone else out there has to manage a locked down LAN, you'll know how frustrating it is when a little thing becomes a big problem. A little thing like inserting a USB flash drive and XP says you need to be an administrator to install it. Sigh. This shouldn't be so complicated.
After digging around for a host of options, I've narrowed down my particular solution for my particular problem in our student LABs, and here it is, in all of its documented glory!
Platform: HP DX7400, XP Pro
Event: Plugging in a USB flashdrive to the desktop lockdown image
Brief:
This occurs on a DX7400 after we’ve done the windows repair of a DX2000 image. The DX2000 image works fine, but USB flashdrives won’t work on the DX7400.
Solution:
Replace the USBSTOR.* files with older versions (i.e. from the DX2000 image) and it works fine.
Details:
As administrator, copy the files below into the appropriate directories. We keep older copies of these files on the NAS (\\nas.cs.ukzn.ac.za\SSCUWVL\Documentation\Sorted (as of May 2009)\SSCU LABs (notes, checklists, etc.)\Windows-related notes (lockdown, tweaks, etc.)\Windows bugs\USB Flashdrive Administrator bug), but otherwise copy them from another machine that works with USB.
Copy USBSTOR.INF (ours is august 23 2001) to C:\WINDOWS\INF
Copy USBSTOR.PNF (ours is july 5 2007) to C:\WINDOWS\INF
Copy USBSTOR.SYS (ours is august 3 2004) to C:\WINDOWS\SYSTEM32\DRIVERS
Log off. Unplug USB. Log on. Insert USB. Job done :)
If we want users to be able to eject or unplug the USB with limited rights, then this is a GP edit, which is the subject for another post.
UPDATE:
Here is a list of some links that may also prove helpful in troubleshooting the administrators group problem if the solution I've mentioned doesn't work for you...
- Windows Requires Administrator Rights to Install USB Flash Drives - the most in-depth one I've found so far.
- http://www.edugeek.net/forums/windows/12659-usb-drives-require-administrator-access-install.html
- And the typical good ol' GOOGLE search which will no doubt pull up one of these links above anyway.
17 July 2009
Removing intel graphics tray context options
Thankfully, Intel has given us an option to remove this context-menu, even though I'd prefer it even more that they didn't default install the darned thing. Check out this page (or google for the title above) and you should find the REG file to update the registry and stop those kiddies from messing with your screens.
17 February 2009
Windows cannot copy file ...
Windows cannot copy file c:\windows\system32\profiles\student\Local Settings\Temp\Temporary Internet Files\Content.IE5\C1Y7S1IV\!fcHandoff%2CSW2%3A!fc
After running my desktop lockdown solution for the UKZN LABs, I get this bug cropping up every once in a while:
Windows cannot copy file c:\windows\system32\profiles\student\Local Settings\Temp\Temporary Internet Files\Content.IE5\C1Y7S1IV\!fcHandoff%2CSW2%3A!fcHandoff%2CSW3%3A!fcHandoff%26f%3D150550152%26p%3Dmail_candygram%26id%3D1%26cbk%3DfcLoaded%26bg%3Dtransparent%26tgt%3D_blank%26hs%3D2%26en%3Diso-8859-1%2&r=0 to location C:\Documents and Settings\student\Local Settings\Temp\Temporary Internet Files\Content.IE5\C1Y7S1IV\!fcHandoff%2CSW2%3A!fcHandoff%2CSW3%3A!fcHandoff%26f%3D150550152%26p%3Dmail_candygram%26id%3D1%26cbk%3DfcLoaded%26bg%3Dtransparent%26tgt%3D_blank%26hs%3D2%26en%3Diso-8859-1%2&r=0. Possible causes of this error include network problems or insufficient security rights. If this problem persists, contact your network administrator.
DETAIL - The filename or extension is too long.
And then:
Windows cannot log you on because your profile cannot be loaded. Check that you are connected to the network, or that your network is functioning correctly. If this problem persists, contact your network administrator.
DETAIL - The operation completed successfully.
Here are some places that are "helping" me to fix the problem...
UPDATE: This seems to help the problem, but I still get the occasional bug out as I did before... still working on a complete solution.
http://social.microsoft.com/forums/en-US/windowssteadystate/thread/2186fd6f-4ce9-420d-a44b-0de9fa5e431c/
- this forum works on the Windows Steady State stuff but same principle should apply here. The most interesting solution offered so far is that it's a permissions issue, or a long file name issue (really?? gosh), and the one dude's solution is to set up a script to run on logoff (if it's graceful) or startup (if it's been ungraceful). I'll try the startup solution, but must make a note at this point:
Deleting the temporary user profile in C:\DOCUMENTS AND SETTINGS\ when logged in as Administrator does also remedy the problem, but it means manually intervening. We don't want that with 300 PCs - it's far too time consuming. I've also attempted to avoid this problem by reducing the temp Internet Files capacity to 1MB (minimum), but that didn't fix the problem either.
Another comment: C:\Documents and Settings\student\Local Settings\Temp\Temporary Internet Files\Content.IE5\C1Y7S1IV exists, but there's no corresponding LOCAL SETTINGS folder in c:\windows\system32\profiles\student ...
My solution / code:
rd /s /q "c:\Documents and Settings\student\Local Settings\temp"
I'm thinking of just removing LOCAL SETTINGS completely and seeing if that fixes the problem. Not much grace with this solution, but it works, so we're 3 steps ahead. Of course if there were something as useful as UPHCLEAN for this, it would help :)