Showing posts with label Win7. Show all posts
Showing posts with label Win7. Show all posts

Sunday, 8 January 2017

Fresh Windows7 installs failing to update?

Follow these instructions

https://www.youtube.com/watch?v=WFfc22x3I_s

Takeaways:

Get the two manual updates, but STOP the windows update service BEFORE you install them.
Restart in between.
Then let Windows update continue as normal. - Give it time.

Good luck

Tuesday, 15 March 2016

How to format a USB drive to EXT4 - so that it reliably writes more than once from a Readynas 

Get these tools:
to create an ext4 partition
http://download.cnet.com/MiniTool-Partition-Wizard-Home-Edition
(freeware)
to be able to read it on Windows
http://www.paragon-software.com/registration/extfs-windows.html
(requires registration)
Paragon can be loaded just as required (don't integrate unless needed.
No reboot was required to install these two and use them on Win7 Pro :)

(or use http://www.diskinternals.com/linux-reader/
or
http://sourceforge.net/projects/ext2read/files/latest/download
neither of which I have tried)
Photo

Thursday, 25 March 2010

Keeping a Win7 printer share shared to XP SOLVED

Just when I though Win7 was infallible - Vista-like inconsistencies appear where you least expect them...

I needed to share a printer off Win7Pro to an XP Home machine. Despite all the best efforts going both the old-fashioned way [create identical userid and password on both machines], and the new way every says it's done: http://www.howtogeek.com/howto/windows-7/share-files-and-printers-between-windows-7-and-xp/.

No cigar. I still got prompted for the userid and password after each restart. (As reported by lots of other posters.)

However, it occurred to me that by mapping a shared folder using a simple net use batch file, the user id and password if valid for the share, would eliminate the need for it again when reconnecting to the printer share.
Voila.
It worked.
net use z: \\win7pcname\foldershare /user:win7pcname\username passwordhere

Now put THAT in your pipe and smoke it win7 !