Jump to content

Octopuss

Member
  • Posts

    1,212
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Czech Republic

Everything posted by Octopuss

  1. Is there a way to set WU not to download and install updates, but rather just check for them and let the user know? I absolutely HATE the default behavior. I install most drivers during the setup, and if I am not quick enough the bloody piece of s... downloads drivers from WU and overwrites the newer ones with the crippled outdated versions from there. That sucks horribly.
  2. I was fairly sure the disk was root of the problem because I saw similar symptoms tens of times in past: weird system "lags" and temporary freezes, unresponsive programs without any obvious reason, constant hdd activity. That's what bad or reallocated sectors do. Usually just one is enough to RMA a disk, btw (or I am lucky to buy from really got stores).
  3. No sh** you are getting weird lags, your hard disk is pretty much dead already. Immediatelly backup and get new one, and don't look for problems where there are none
  4. doesn't help
  5. 1) no, only had <NetworkLocation>Home</NetworkLocation> in my answer file 2) no, it's a home PC 3) nope 4) x64 Pro I googled it up and it's not rare it seems, I got several results where people had exactly the same problem. Unfortunately most of them couldn't solve it. Some had problem with firewall rules, but that's not my case.
  6. I have really weird problem here. No matter what I set in Advanced network and sharing options, it switches back to previous values. to be more specific, I cannot change Network discovery, File and printer sharing, Public folder sharing. I thought it could be firewall problem, so I resetted it to defaults despite I didn't touch it at all. I am also on pretty much clean installation. Any ideas what's going on? Some observations: if I disable firewall, the first two options switch to enabled, but public folder sharing remains off (still unchangeable). When I switch either of the first two options off, firewall automatically enables itself. It's a mystery and it sucks.
  7. I still believe Google translate doesn't produce all caps results On top of that, native language should have nothing to do with some basic common internets sense
  8. I translated the text with google. I did not understand your message. I wanted that you did. I Modify what exactly? Seems like you're crap out of luck then since you obviously fail at using common sense and having manners.
  9. And I wasted couple hours trying to figure out wtf did I do wrong. Oh well. The whole thing behaves weirdly anyway. You would expect that setting a search scope in the way I posted here would change things accordingly, but no. It SEEMS that if you capture such installation where you actually run IE, but cancel the configuration wizard and only change couple different things, the scopes just cannot be set the way you want anyway. After installing with such image the default scope would still be Bing, and Google would be another in the list, which is totally not what I expected. This really baffles me because I need (wan) to set a couple things like opening tabs in the same window, removing few items from the menu bar etc. Grr! Any ideas?
  10. Oh FFS!!!! Just accidentally managed to find an answer! http://support.microsoft.com/kb/2444193 Shame on you MS, this is just ridiculous! Of course I bet they will not bother fixing it at all.
  11. Anyone has any idea why am I getting this error popup? (see attachment) I do the same for processorArchitecture="wow64" btw, just in case both versions of IE are being used. I even tried with untouched default Win7 image, just adding the answer file. Boom. Something is clearly wrong but I have no idea what <settings pass="specialize"> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableAccelerators>true</DisableAccelerators> <DisableFirstRunWizard>true</DisableFirstRunWizard> <DisableWelcomePage>true</DisableWelcomePage> <DisableOOBAccelerators>true</DisableOOBAccelerators> <EnableLinksBar>false</EnableLinksBar> <FavoritesDelete>true</FavoritesDelete> <Home_Page>http://www.google.com</Home_Page> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> <ShowInformationBar>true</ShowInformationBar> <SearchScopes> <Scope wcm:action="add"> <DisplayQuickPick>false</DisplayQuickPick> <ScopeKey>Search1</ScopeKey> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeUrl>http://www.google.com/search?q={searchTerms}</ScopeUrl> <ScopeDefault>true</ScopeDefault> <FaviconURL>http://www.google.com/favicon.ico</FaviconURL> <ShowSearchSuggestions>false</ShowSearchSuggestions> </Scope> </SearchScopes> <DisableDevTools>true</DisableDevTools> </component> </settings>
  12. I am stunned by the fact people are so stubborn and just won't let go off this outdated tool. If you still insist on deleting parts of the OS, which is ten levels above pointless and useless btw, learn how to do it properly yourself.
  13. Nah, the syntax is perfectly fine, but something else stinks. It works if I disable the GPU processing
  14. Yup, that sort of things. Are there more? When I configured Action center manually and then generalized and captured the image, those settings did not carry over at all
  15. The crark thing looks interesting, but sadly no multicore support, and it doesn't even seem to work. I looked at the syntax of the configuration file and it still can't look for anything over one char long password. I guess I will not waste time with this
  16. Hm, that's promising I HOPE the password is less than 7 chars. Other than that... Well I have 8core machine available all the way until next weekenend, so I will give it a shot Thanks.
  17. Could anyone recommend preferrably free tool for this task? Preferrably multi-core optimized.
  18. I would like to see the Action Center settings. I never managed to find any, and I don't think these are saved upon generalizing anyway.
  19. Jesus. If all this is where Windows is heading to, maybe it's time to start learning linux. Bleh!!
  20. Good, I will spend money on buying WinRAR and donating to Imgburn and similar free USEFUL programs instead.
  21. Win8=the WinME of 21st century?
  22. Does the order of the lines matter? This works like a charm for me: <DiskConfiguration> <Disk wcm:action="add"> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Type>Primary</Type> <Size>100</Size> </CreatePartition> <CreatePartition wcm:action="add"> <Order>2</Order> <Type>Primary</Type> <Size>100000</Size> </CreatePartition> <CreatePartition wcm:action="add"> <Order>3</Order> <Type>Primary</Type> <Extend>true</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Order>1</Order> <PartitionID>1</PartitionID> <Active>true</Active> <Format>NTFS</Format> <Label>Boot</Label> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>2</Order> <PartitionID>2</PartitionID> <Format>NTFS</Format> <Letter>C</Letter> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>3</Order> <PartitionID>3</PartitionID> <Format>NTFS</Format> <Letter>D</Letter> </ModifyPartition> </ModifyPartitions> </Disk> </DiskConfiguration>
  23. The level of his english lessons I assume...
  24. I would just buy ESET. You can't get anything better these days - if you are willing to pay that is
×
×
  • Create New...