Imaging a dual boot system - Windows and Linux

Using Zenworks 7, I have tried several experiments and all of them seem to
fail. If I do any kind of Windows install, then make a image, then restore
the image, it works just fine. However, if I also install Linux, and use the
Linux multiboot menu, and save an image, when I restore the image, only
Windows can be accessed, the boot menu is gone. I also noticed that if I
try to make an image of Suse 10.2, when I re-image the system back to Suse
10.2, it constantly reboots or only gives me a GRUB prompt and nothing else.
Is there a parameter or switch someplace in Zenworks to make sure it
includes Sector 0, 1 ,5 ,6, etc. etc.?
Also, I noticed something else. If it is a windows only system, and I have a
second partition which is hidden that I keep a ghost image in, and I have a
ZEN image of this system; If I re-image via ZEN, all the data is there, but
for some reason, the second hidden partition is no longer hidden. Other
than that, it works fine.

It is ZFD. I'll take it over there..Thanks
"brunold" <[email protected]> wrote in message
news:[email protected]..
>
> Eric,
>
> do you use zen for desktops or zen linux management for imaging that
> dual boot machine ? It sounds like zfd so this topic might be covered
> better in that forum.
>
> Rainer
>
>
> --
> brunold
> ------------------------------------------------------------------------
> brunold's Profile: http://forums.novell.com/member.php?userid=562
> View this thread: http://forums.novell.com/showthread.php?t=323281
>

Similar Messages

  • Dual booting in Windows and Linux, but only Linux has calendar, TB 31.0

    I'm dual booting using Linux Mint and Windows 7. I have TB 31.0 installed in each OS. TB in Linux has calendar capability; in Windows, there's nothing (by nothing, I mean no calendars - I can't see their properties, for instance, nor access them in any way).
    I should add that both Windows and Linux TB programs are sharing the same profile folder (located on a separate partition), hence, all the same add-ons, passwords, etc.
    The error console logs the following:
    Timestamp: 14/08/2014 6:41:33 PM
    Error: Components.classes[cid] is undefined
    Source File: resource://calendar/modules/calUtils.jsm -> file:///P:/PortableApps/ThunderbirdPortable/Data/profile/extensions/%7Be2fda1a4-762b-4020-b5ad-a41df1933103%7D/calendar-js/calUtils.js
    Line: 17
    There are a variety of flow on errors, related to this.
    My apologies for posting this in this way; I had intended to submit this via the crashreporter, but I'm having trouble getting the program to crash with this error just now.

    A reply to my own question: it turns out that while sharing a profile works pretty well for most purposes, with Lightning it does not, as the extension has different Linux and Windows versions. The problem is solved quite simply: by not using the same profile for each version.
    Glad to see that no one wasted time on this one (except me, of course).

  • Separately encrypt dual-boot system: Windows+Arch

    Hey guys, I want to use a dual-boot system: Windows 7 + Arch (windows being first on hdd). I would also want to encrypt them, but make it so I could access them with different passwords, like if I enter arch, i woudn't be able to see contents of windows, and vice-versa. I need arch to be on LVM, ext4 filesystem(the latter not so important, if it's trouble).
    I've come accross this guide: https://aprescott.com/posts/dual-bootin … encryption which describes windows 7 encrypted with truecrypt + arch(on lvm) encrypted with dm-crypt+luks, grub legacy is put inside MBR, truecrypt bootloader resides on linux /boot, copied from MBR after truecrypt installed it there and then replaced with GRUB. With described approach there is windows boot partition and linux boot partition which remain unencrypted.
    1) The question is, is it possible to do something similar but make those boot partitions encrypted too? so the only thing unencrypted would be MBR? I've read that people used Disc cryptor and with it easily encrypted windows boot partition with no trouble. What about linux boot partition? Maybe there is a way not to make separate /boot for linux, and encrypt the whole lvm partition with truecrypt(so truecrypt would install it's bootloader into MBR and i could save it and use just like in the link i gave above)?
    2)Another question is for people using truecrypt for whole disk encryption. When you do full disk encryption or system encryption(for example Windows), the only thing left unencrypted is MBR? Is the boot sector of windows partition encrypted too? So in this case it maybe possible to keep MBR(at least the bootloader, without partition table) on separate media.
    3)Also, in case of full disk encryption, is partition table encrypted too?
    and please, I don't want questions as "Why do you need it this way?". I just want to have full disk encryption, so if the MBR is the only thing unencrypted I could keep it on separate media and boot from it(Disc Cryptor allows such feature), but I also need the system to be split into windows and linux parts, accessible by different passwords. And I dont think the idea of using truecrypt hidden partition and hidden os is good in here.
    Thanks in advance.
    Last edited by Kape (2013-01-24 13:58:41)

    hiciu wrote:
    /dev/sda
    +--------------------------------------+
    |(mbr and partition table) |
    | +----------------------------------+ |
    | |(truecrypt) windows boot partition| |
    | |----------------------------------| |
    | |(truecrypt) windows 7 | |
    | |----------------------------------| |
    | |linux boot partition | |
    | |----------------------------------| |
    | |(lvm on luks) | |
    | | +------------------------------+ | |
    | | |rootfs | | |
    | | |------------------------------| | |
    | | |home | | |
    | | |------------------------------| | |
    | | |swap | | |
    | | +------------------------------+ | |
    | +----------------------------------+ |
    +--------------------------------------+
    3)Also, in case of full disk encryption, is partition table encrypted too?
    Take a look at diagram #1 . Mbr and partition table will be not encrypted. You don't want that: there are no sensitive data in there; both windows and linux need to access partition table to know where are partitions on disk; mbr must contain some not encrypted code that will be loaded by bios, since that code can't be encrypted it can be modified (potentially in such a way to hide the modifications from the system), as long as you boot from this device there is no way around it without "secure boot" and mbr singing.
    I believe windows boot partition and windows partition can be encrypted with truecrypt (you need to check that, I don't know truecrypt). There still will be some minimal not encrypted bootloader in order to ask you for for key / passphrase, so it is not 100% secure (someone could replace it; search for "evil maid" attack by Joanna Rutkowska).
    Linux bootloader (I forgot about it on diagram) and linux boot partition can't be encrypted (again, unless you do: truecrypt -> grub2 / syslinux -> linux, and there still will be not encrypted minimal bootloader).
    You see, the problem is always the same: you can't boot from encrypted device. You need something that will decrypt it first.
    I just want to have full disk encryption, so if the MBR is the only thing unencrypted I could keep it on separate media and boot from it(Disc Cryptor allows such feature), but I also need the system to be split into windows and linux parts, accessible by different passwords.
    In order to secure boot partitions / bootloaders one could separate encryption and bootloaders, keep data on encrypted disk and keep bootloaders code at secure location (i.e. on pen drive attached to key chain). Take a look at diagram #2:
    /dev/sda /dev/usb-stick
    +--------------------------------------+ +--------------------------+
    |(mbr and partitions table) | |(mbr and partitions table)|
    | +----------------------------------+ | | +----------------------+ |
    | |other data / partitions | | | |linux boot partition | |
    | +----------------------------------+ | | | +------------------+ | |
    | |(lvm on luks) | | | | |grub / syslinux | | |
    | | +------------------------------+ | | | | |kernel | | |
    | | |rootfs | | | | | |initramfs | | |
    | | |------------------------------| | | | | +------------------+ | |
    | | |home | | | | +----------------------+ |
    | | |------------------------------| | | +--------------------------+
    | | |swap | | |
    | | +------------------------------+ | |
    | +----------------------------------+ |
    +--------------------------------------+
    In this setup you boot your system from usb stick. Bios will load and execute mbr and bootloader from usb stick (and you know its good since you have it physically secured), it should decrypt luks and boot system. You still can run windows with truecrypt using /dev/sda as boot device. I know I didn't exactly answered your questions.
    1)so this way i can leave mbr(including partition table) empty on hdd, while having them on usb stick? good. I can put copy of mbr with truecrypt loader on that usb stick too along with /boot partition just like in the link i gave above? So there would be NOTHING left unencrypted on my hdd? i like it.
    2)My main goal is that hdd would look like blank if someone would want to check its contents. I've heard using Luks leaves some traces in the volume header?(it's not possible to use truecrypt for full linux system encryption too, right?)
    3)How do i properly put /boot on usb stick? Also will there be any troubles updating arch with /boot being on separate media?
    thanks!

  • How can I dual-boot Mac OSX and Linux Mint?

    Hey guys, I was wondering if it is possible to dual-boot both OS's similar to OS X and Windows 7/8...but first I'm wondering if it will void my MacBook Air Warranty (w/ AppleCare) as ultimately it wouldn't be worth it then!
    Thanks!
    -Stu

    Which CD are you trying to use?
    Mac OS X 10.4 (Tiger) originally came on DVD.
    A media exchange program initially was available:
    http://images.apple.com/macosx/pdf/TigerMediaExchangeFormv5.pdf
    So maybe you did an exchange for CDs?
    You may find this article helpful:
    http://weblog.techdad.net/2006/11/12/dual-boot-mac-osx-and-ubuntu/

  • G780: dual boot Win 7 and Linux

    I have a G780 with win7 pre-installed. When I tried to get GNU/Linux Mint Dual-booting, the wifi-driver didn't work and most importantly, I wasn't able to make a new partition because there were already four: the boot-partition, the windows-partition, one labeled "Lenovo" and one "Lenovo2" (or something like this). The hard-disk is formatted in a way so that only four partitions are allowed.
    Does anyone have an idea how to solve those problems?
    Moderator note:  off-topic post moved to its own thread.  Subject edited to match content.  Was:  Re: Dual booting pre-installed Windows 8 and Linux?

    Hi Zoltan.
    You'll need to operate on the partitions with gparted. It uses its own partition table type, gpt, instead of the DOS partition type, which limits the number of primary partions to four.
    I believe that Mint comes with gparted, but you can boot gparted from a live cd or usb.  With it you can shrink the Windoze partition to create root, swap and home partitions.
    Regards,
    KD

  • Dual Boot OS X and Linux

    I'm currently using OS X 10.3.9 on my G4 Mac Mini and have around 20gb of free space left. I would like to split off 15gb or so to install Debian Linux and have a dual boot setup.
    Does anyone know of any software that I can use to create a new partition without affecting the OS X partition? Something similar to partition magic, that will leave the current OS alone?
    Thnx.

    There are several commercial utilities available such as SpeedTools, iPartition, etc. Look for them at VersionTracker or MacUpdate.

  • I have a dual boot system. Windows xp and Windows 7. Photoshop elements 7 would not run on Windows 7, so I purchased Elements 13. Slow as christmas. Not worth using at the speed it takes to do work on photos

    I have a dual boot system, xp pro and 7 pro. Photoshop elements 7 runs fine on xp, but would not run on windows 7. Bought elements 13, Very, Very slow. To slow to work on photographs. I have bought new ram and done every other optimize ideas I have found online.
    Any ideas.  Asus anthlon 64 x 2, 4g ram, m2n e motherboard, NVidia video card, 2+ g processor

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

  • What do i need to do to share TB and Lightning files between W7 and Ubuntu 14.04 on a dual boot system?

    I recently installed Ubuntu 14.04 alongside W7. Since I'm not comfortable dropping Windows completely yet, I want my W7 Thunderbird and my Ubuntu TB to have access to the same data file holding current messages, so I don't have to get out of one to use TB on the other. I rely on Lightning and also want my reminders to be consistent from either OS. I have a separate NTFS data partition which, I understand, can be used to house the profile directory (though I've not seen that as a solution for Lightning).
    In trying to set it up, I've run into questions that I can't find a good answer for -- want sources that address the problem and are recent. I'm pretty patient, and I can stumble through a lot of things (like learningn about partitions). But I'm not a programmer, and this start-stop-sort-through-dozens-of-old-incomplete-and-irrelevant-answers process is frustrating. (Nor do I lift the hood and tune my own car engine.) I also recognize that some things I want to do aren't necessarily common, so they're not at the top of anyone's "tell the world how to do this" list.
    1. My profiles directory has 6 *.default files. I assume the current one is the most recent. Do I need the older ones? How did I get them, since I've never knowingly created a new one? I'm the only user of my machine and thus the only user for TB.
    2. I saw the following before setting up the dual boot system, so it's likely not related -- but if someone who knows TB well can comment I'll appreciate it: when I view All folders, I see 58(!) folders with names nstmp-##. The contents overlap with normally-named folders, but the sets of messages are not identical. Do these indicate a problem and/or should I change something? Does this have to do with compacting or archiving, neither of which I do? Never saw the need, and never saw an article saying that they're important. I just want to use mail and reminders. And BTW I've been using TB/Lightning for years and am Very happy with them, so I want to keep using them.
    3. Is there a way to set up Lightning to hit the same data file(s) on my data partition? Or somewhere? Where are Lightning's files? I remember one source mentioned linking to "storage.sdb", but (1) I can't find the reference again, and (2) links to some of my files don't always work. Broken links aren't Mozilla's problem, but someone might know how to geet around the problem for the sake of Lightning. Also, storage.sdb and calendar* directories exist inside my *.default profile directory -- so why would I need to link anything? Are these not where calendar data is stored? If not, where?
    I'd rather understand the reasons behind recommended procedures ("do A because Y is how Lightning/TB works" -- vs "do A, then B, then C...and it will/should(!) work."). But if you can point me to a clear procedure that will get me where I want to go, that will be enough.
    Last, the following two URLs looked like they would help but don't -- so you don't need to point me to them again:
    http://kb.mozillazine.org/Sharing_a_profile_between_Windows_and_Linux -- this is only 2 years old but:
    (1) it only says that "settings" specify file locations, without saying which settings. Stumbling around, I found "Local directories" under Server Settings. For more detail the page refers to an article that's 10 years old. Neither source says which subdirectory under *.default should be the target. The older one references ".../mail", but when I enter that value in Local Directories under Ubuntu, nothing shows up. When I went down one more level to "/Local Folders", the folders appear and the new-message counts seem(!) ok. But I also got a couple "folder missing...will adjust filters" messages. I never got those under Windows. So am I good to go, or am I missing messages?
    (2) The above page only says that Lightning is a "potential problem", with no suggestion of a solution or link to a discussion. Searching results in many hits, but I haven't found anything helpful.
    http://ubuntuforums.org/showthread.php?t=1624973 -- this looked promising, but the comments are dated 2009-2010, deal with ubuntu 10 and XP, and don't seem to address my problem -- unless I'm not savvy enough to recognize it, which is entirely possible.
    Thanks for any insights.

    Lightning is a problem for you because it hooks into Thunderbird at a low level and you need a version compiled for the platform Thunderbird is running on. So you can't do the preferred solution, which is to put your whole profile in a shared folder and have both instances of Thunderbird reference the same profile. (Ditto for Enigmail). Lightning may become an integral part of Thunderbird in an upcoming release, at which point this limitation due to Lightning should disappear.
    And if you can't use a shared profile, you can't set your Lightning, or your Address Book, to share a common set of files. Put another way, the linkage from Thunderbird to its address book files and calendar data is hard-coded, and not exposed where we can adjust it. :-(
    The halfway house is to place your mail stores in a shared place, and use the Local Directory setting in each account's settings to connect to it. They don't need to be in the profile; what's more important in your case is that they are in a folder accessible to both operating systems.
    Look in your profile; everything under Mail and ImapMail needs to be moved out to a shared folder. Note the entries in Thunderbird under Local Directory before you do this, and reconstruct those pathnames in Thunderbird, but adjusted to suit their new locations.
    (You can see here that you need to make many adjustments, one per account, in each instance of Thunderbird, so it's a high-maintenance solution and this is why we don't recommend it when the alternative, moving the whole profile, is possible.)
    I share address books and calendars between Thunderbirds on various computers (and my phone and tablet) by syncing to something in the cloud; Google Contacts and Google Calendar are my choices, using gContactSync and CalDav.
    Having made the break myself some years ago, I'd recommend you break away from Windows. ;-)

  • Making a Windows 7 Toshiba laptop a dual boot system (w/ XP)

    I am looking to probably get a Toshiba laptop here in the next month. Most likely it will be one that will include WIndows 7. While I have another desktop with Windows 7 installed on it and like it for the most part, there are a few pieces of hardware I have that aren't running correctly right now under W7 due to drivers not being availble for it. Therefore, I made this custom desktop a dual boot system with XP & W7 on it.This way I have XP on it for when I might have to use these pieces of hardware.
    I would like to possibly do the same thing for this new Toshiba laptop as well. Have XP on it in case I need it for incompatible hardware & compatibility issues that may arise. Can I easily put XP on a Toshiba laptop with W7 already installed? I would have to create a separate partition to possibly put XP on as this is the way I prefer to have it when making a dual boot system. However, I have several concerns if trying to do this. They include the following:
    If I create/add another hard drive partition for XP, will I essentially make the recovery partition/software useless?
    When I have made dual boot systems in the past, I usually have to start with the older OS. Then add the newer OS and it will do it automatically. Take care of everything for the dual boot menu. I have experienced problems when going backwards (like this) though. Will that happen as well & I'll then have problems getting back into W7?
    If this is the case for both, do most Toshiba Laptops come with recovery software on CDs? This way I can maybe wipe the drive out, install XP and then install W7 (w/ the CDs) in order to make a correct dual boot system. Or does the recovery software/CDs need to be speically ordered directly from Toshiba & that is generally why they just put it on a recovery partition instead?
    Solved!
    Go to Solution.

    Wise of you to investigate in advance.
    Your best bet by far nowadays is to get a laptop with hardware virtualization and either the Professional or Ultimate versions of Windows 7 installed. That way, you can use XP Mode.
       Windows XP Mode (Toshiba)
       Windows XP Mode (Microsoft)
    You can even open an XP program directly from a shortcut in Windows 7.
    For current models suitable to run XP Mode, I suggest you call ToshibaDirect at 888-520-3926.
    -Jerry

  • [SOLVED] RTC and dual booting with Windows 8/8.1

    I am planning ahead of installing Arch on a windows 8.1 laptop, and need to understand whether or not the known Windows registry hack to get windows to use UTC for the RTC is still valid for Windows 8/8.1?  I have been searching via google and the usual sources of information, but it is not clear to me if there are problems doing this, specifically if arch is dual booted with Windows 8/8.1 rather than older versions of the MS OS. Certainly I have used the technique without any problem in the past when dual booting Windows XP with Arch on several different machines.
    Does anyone have personal experience with doing this on a Windows 8 or 8.1 machine and can report here on whether it works successfully or not?
    Thanks for any advice.
    Last edited by mcloaked (2014-02-11 21:16:21)

    Since there were no replies at this point I thought I would just go ahead and implement the registry hack on the Windows 8.1 O/S in the laptop and see if Windows behaves.  It appears to be OK, with the displayed time being correct after reboot, and time synchronisation remaining fine with no problems seen in the displayed time, although I won't be able to read the RTC directly until I have completed the Arch install in the coming week or two.  I now don't foresee any issues with the time synchronisation between booting Arch and Windows 8.1 so I will mark this as solved.
    Since the RTC is now in UTC then normal clock config in Arch using chrony should perform normally once the install is done and the new system set up.
    Last edited by mcloaked (2014-02-11 21:17:11)

  • About to move from Windows to Mac. Considering purchasing retina display MBP 15" with dual boot system as I need some of my programs. How is the display in windows for photoshop?

    Has anyone got any thoughts or have you yourself purchased the MBP with Retina display and added the dual boot system with windows?
    I desperately need to update my gear and want a MBP.
    I'm a full time photographer at my local paper and freelance photographer - use computers A LOT, and only use windows. I've experienced mac and know I prefer it, the way it runs pleases me a whole lot more and for the amount i'm processing/working I need something that will keep up.
    With 12 years of photoshop gear loaded up for all my photo processing etc, I'm wanting to add Windows and have use of both. Windows would run photoshop that I had already purchased some time ago - question is, how will it run?  what will the display be like running Windows on Mac with the retina display?
    I use CS4 at the moment and can't afford to upgrade to CS6 just yet, plus i'd waste a lot of what I already have by starting again on Mac. I'd use Mac for everything else, need the use of Windows for portions of what I do.
    About to head to Canada and want to get set up for the road. Any help is much appreciated.
    Thanks heaps!

    There are some drawbacks, running Windows 7 (only) on a Mac via Bootcamp yields less than stellar results, especially with the Retina display.
    And of your traveling, the Mac's high power needs (especially the Retina display) and lack of removable battery are going to be a serious issue. The Retina display is glossy, not ideal for viewing on the road and in varied environments.
    CS4 won't run on the OS X version that comes with a Mac, so your looking at purchasing CS6.
    Support for Windows is more widespread than for Mac's, also if you ever need to redownload OS X to fix a issue, requires a fast reliable Internet connection of the broadband kind.
    If your running Windows on your Mac, you can expect to be on your own and not get support as easily as if you were running it on a regular PC.
    If you can't afford to keep up with CS upgrades, then you shouldn't be considering a Mac because there are more paid upgrades on that than on Windows 7, it's like a annual nightmare.
    IMMO your still better off on a decent,  1920 x 1080 res, matte screen, removable battery (with extras), Win 7 Pro i7 machine (Pro+ runs XP programs) which will stay like it is and get security updates until 2020.
    OS X changes every year and if you don't upgrade, + all your third party software, then about 3 years later your left behind for updates.
    Also you will have to buy Win 7 to run on your Mac, the OEM disks won't work.
    If your trying to budget, then a Mac is certainly not for you.

  • Creating a dual boot HD Windows 7 32 and Windows 7 64 bit OS

    I have a 750 GB HD with one bootable partition of Windows 7 32 bit OS using 320 GB space. Was cloned from a HD that was physically 320 GB. Still have 400 GB unallocated space on the HD. HD is currently in a ultrabay and I can boot from either the internal 320 GB HD or the 320 GB partition on the 750 GB HD. Can put the Ultrabay in either a T61 or T61P laptop. Have the 64 bit install DVD for Windows 7 and would like to install it on the unpartitioned space on my 750 GB HD using some or all of the 400 GB unpartitioned space. How do I create the dual boot system on the Ultrabay 750 GB harddrive?

    All you have to do is install the windows, it will install a boot manager so you can select among the operating systems.
    Also understand that the drive installed in your ultrabay will run slower, so you're best to use the boot drives as your primary drive and use an ultrabay drive only for storage.
    ThinkPad W-510 i7-820QM(1.73-3.06GHz) Quad Core... ThinkPad T500, T9900, 8gb SSD...FrankNpad T-60p/61p (X9000 2.8ghz) 8gb SSD ips FlexView...ThinkPad T-61p (T9300 2.5ghz) 8gb ram...Thinkpad X-61 Tablet 4gb ram...ThinkPad A-31 (1.9ghz P4 1.5gb ram)

  • I have a macbook and it is a dual boot system, I would like to be able to see the mac side of the system on a larger monitor.  I can hook to a hdmi cable and see the pc side, but not the mac side, any suggestions?

    I have a macbook that I bought second hand.  The mac has a dual boot system with bootcamp on one side and snow leopard on the other.  I would like to be able to hook to a larger hdmi monitor so that in both systems I could see better since on the leopard side the computer has PS4.  I have purchased the dvi to HDMI accessory and purchased the HDMI to DVI cable, and can see fine on the bootcamp side, but nothing on the leopard side.  Could somebody help me with configuring things so that it will see both side? 
    Also on a minor note, I need to purchase a new battery for this item and don't know which one to purchase.  Any help would be greatly appreciated, especially with the display/monitor issue.
    Thanks Sue
    ps sorry but the operating system is OS X

    When you try to use the Mac side on your external monitor do you get a blank screen or do you see the aurora background?
    It would help to know which one of the 9 different models of MacBook you have. To see which model you have go to the Apple in the upper left corner and select About This Mac, then click on More Info. When System Profiler comes up check the Model Identifier and post it back here.

  • HT3986 i made a dual boot of windows 7 and mac os x lion in my macbook pro .i installed microsoft support software also. now, can i install windows updates? do i turn on the automatic updating of updates?

    i made a dual boot of windows 7 and mac os x lion in my macbook pro .i installed m icrosoft support software also. now, can i install windows updates? do i turn on the automatic updating of updates?

    yes you need the updates and patches.
    Only some of the drivers that Windows will automatically install at times
    and always make sure to insure it is using restore points
    do all the maintenance andsuch as normal
    use MS Security Essentials for AV is really top notch
    Clean disk space
    Use WinClone new program to inisure you have a restore image

  • I kept a dual boot of windows 7 and mac os x lion in macbook pro. so, should i keep antivirus for windows 7? which is prescribable between bit defender(bd) and microsoft security essentials(mse)?does bd and mse un-installs easily?

    i kept a dual boot of windows 7 and mac os x lion in macbook pro. so, should i keep antivirus for windows 7? which is prescribable between bit defender(bd) and microsoft security essentials(mse)?does bd and mse un-installs easily?

    lower your font size unless you have difficulty
    MS Security Essentials is excellent
    Then again maybe time to investigate Windows 8 RP (which uses Defender)

Maybe you are looking for

  • How to authenticate userid and password of b2b user in a b2c portal

    I am having a reqirement in B2C web portal , where in i have to create two input text fields which will accept userid and password ( the userid and password will be of b2b users)and button to logon and if i click on the logon button, it should take i

  • Service desk---not able to assign employee and user to a position

    As i click on employee or user one popup comes and doesn't open. Therefore i am not able to assign a employee or user to a position. Friends please help me out. regards Rajneesh

  • Dying to understand what my issue is here!

    I was given an iMac, and was told if I could fix it, I could have it. iMac/iSight G5 17" w/ 10.4.11. I was told the machine had a few bad capacitors. He said he was using the machine and it restarted, and never would load again. When I got the machin

  • Downloaded iOS7 but cannot get find my iphone to work

    my find my iphone will not find anything since the download iOS7. passwords are in, cant even find the iphone that I am using.  It can only find the iphone with iOS6 in it. worked this morning before the release  what am i doing wrong?

  • Influence of condition type "never" on the rest of the page

    Hi all, I have a question concerning the 'never'-Condition Type of a process. I thought when setting this attribute, this process doesn't influence my page. But it isn't that way (as described below). Is this a bug, or when does it influence the page