Results 1 to 2 of 2

Thread: Win Xp Questions Answered...

  1. #1

    Default Win Xp Questions Answered...

    Most of you already know this, but
    for those who do not...
    If you go to Windows update be prepared
    to deal with WGA...Windows Genuine Advantage...
    MSFT will check your xp installed version to see
    if it is genuine...if it is not, they will not allow you
    to update;
    however, The easiest way around this is to set
    up your computer for automatic updates...
    then you will be notified when new critical updates
    are ready to be installed.
    This is far easier than trying to use some unknown
    software to out smart the techies at MSFT...
    Happy and safe computers


    To enable Automatic MSFT updates on your windows xp pro, Right click my computer, left click properties, left click automatic updates...NOTE: i have it tell me when updates are ready before downloading so I can read the knowledge base article at MSFT to see if I REALLY need this update or not...
    ALSO, go to start>>>programs>>>administrative tools>>>services>>>automatic updates>>>and set to automatic...You now will be notified by a task bar icon near the clock when updates are available...I highly recommend that you read the MSFT knowledge base articles before installing updates because history shows us that some xp updates do more damage than they prevent...safety first...Best regards



    A NOTE TO USERS OF WINDOWS XP SERVICE PACK 2:
    If you experience problems installing your software after
    installing XP SP2,
    The reason is explained by Microsoft below:


    /NOEXECUTE
    This option is only available on 32-bit versions of Windows when running on processors supporting no-execute protection. It enables no-execute protection (also known as Data Execution Protection - DEP), which results in the Memory Manager marking pages containing data as no-execute so that they cannot be executed as code. This can be useful for preventing malicious code from exploiting buffer overflow bugs with unexpected program input in order to execute arbitrary code. No-execute protection is always enabled on 64-bit versions of Windows on processors that support no-execute protection. There are several options you can specify with this switch:

    /NOEXECUTE=OPTIN Enables DEP for core system images and those specified in the DEP configuration dialog.
    /NOEXECUTE=OPTOUT Enables DEP for all images except those specified in the DEP configuration dialog.
    /NOEXECUTE=ALWAYSON Enables DEP on all images.
    /NOEXECUTE=ALWAYSOFF Disables DEP.

    WARNING: YOU MUST USE CAPITOL LETTERS:

    /NOEXECUTE=ALWAYSOFF

    AN EXAMPLE IS FOUND BELOW:
    In the boot.ini file edit line {WITH NOTEPAD} "optin" to "AlwaysOff":

    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional" /NOEXECUTE=ALWAYSOFF /fastdetect

    SOURCE:
    Code:
    http://support.microsoft.com/kb/875352#5
    :000a3:

  2.    Advertissements


  3. #2

    Default

    Great job man . very useful for beginner

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219