Showing posts with label Windows 7. Show all posts
Showing posts with label Windows 7. Show all posts

Monday, September 9, 2013

Script to find files in size greater than desired size

Very useful when you need to find large size files on your system. This command can be run locally or on remote system as long as you have admin rights to remote system.


Get-ChildItem \\servername\c$ -Recurse -ErrorAction "SilentlyContinue" | Where-Object {$_.Length -gt 100MB} | Export-Csv c:\temp\myLargeFilesOnC_Report1.csv

Friday, April 27, 2012

Windows 7 winsxs folder is huge!!!

So I have my desktop set up with "whooping" 50GB c:drive space and 600GB on my data drive and I'm thinking that I will have plenty of space for OS. Well 2 years later I end up with this folder called winsxs in c:\windows. And I'm like whaaaaaat!!! This folder was 13GB on my c: drive and this needed to be fixed asap!. So here I go Gooooogling again to figure out what is this folder all about. It happens to be you do not want to manually delete stuff from this folder as you could seriously mess up your system and various applications might decide not to run properly any more.

So what did I do to fix it?
Open cmd line as administrator and run following from c:\windows\system32 directory: "dism /online /cleanup-image /spsuperseded"

By running this I was able to free up 4GB of space. If you have a better solution please share I would love to hear it.

NOTE: If you tun this you might not be able to uninstall some win updates or service packs any more...

Friday, November 6, 2009

Should you consider Windows 7?

In short, answer is YES.

After Vista I thought I would not be excited about another windows client OS for a while. Fortunately I think Microsoft realized mistakes made with Vista and so far my experience with Windows 7 is great.

Why did I even decide to go with Windows 7 while my desktop that was running Windows XP was just fine? Well one day my perfect XP install decided to give out. For no apparent reason it would not boot any more and after numerous attempts to fix an issue I decided reinstall of OS would be quicker and more productive.

I thought about it for a day and decided to take Windows 7 for a ride. I installed it in no time. I should stress that this was clean install as I had my data backed up on external drive already. I have to admit I was very pleasantly surprised with how good windows 7 performed on my box. Do keep in mind, however, that my box runs Intel quad CPU q6600 on decent ASUS motherboard with 2GB RAM. I was not worried as much on how will my CPU perform, but rather about lack of RAM my box had. But so far 10 days into my Windows 7 experience my box has been outperforming my expectation. Even after installing Virtual XP machine and running it, performance did not degrade. My RAM usage stays below 1GB during cassual use such as surfing web, watching pics and video.

How does Windows 7 perform as VM on ESXi 3.5?

It's to early for me to say much on that topic but I did install it and I noticed that VM has trouble starting if it has less than 2GB RAM assigned to it. It actually would not boot with 512MB or 1GB at all.

I will keep you informed if my experience with Windows 7 goes sour any time soon.