Jump to content

Nepali

Member
  • Posts

    517
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Nepal

Posts posted by Nepali

  1. Hello I currently have Windows PRO Sp2 can i install Windows Vista seperatly? I mean that i don't want to upgrade Windows XP but i want 2 Operating systems ?

    the question is upgrade..

    nothing to worry abt..ready to go..

    free up a primary partition abt 15 GB (NTFS or unallocated)

    yes it has its own boot manager and installer.. different then XP.

    thanks

  2. One of my friend's office has 6 pcs in an accounting network, totally isolated from the outside world. These are located in a separate room. No floppies nor CDs are allowed in that room except for the accounting package updates/upgrades. No internet either.

    thats the situation.. what to do with the them and their needs.

    .. and to my knowledge.. they aren't also allowded to R & D the operation system

    so is it worthy to those situation over here..

    specially installing OS or automating the OS or troubleshooting..

    Accourding to ur situation, troubleshooting is done in ur fren office is done either by third person or by one of them but they will certainly have to bypass those limitation.

    PS. Please don't double post..

    instead edit the previos one..

    :)

  3. now you can take ownership with the registry file

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\*\shell\runas]

    @="Gain Ownership"

    "Extended"=""

    "NoWorkingDirectory"=""

    [HKEY_CLASSES_ROOT\*\shell\runas\command]

    @="cmd.exe /c takeown /A /f \"%1\" && icacls \"%1\" /grant administrators:F"

    "IsolatedCommand"="cmd.exe /c takeown /A /f \"%1\" && icacls \"%1\" /grant administrators:F"

    [HKEY_CLASSES_ROOT\Directory\shell\runas]

    @="Gain Ownership"

    "Extended"=""

    "NoWorkingDirectory"=""

    [HKEY_CLASSES_ROOT\Directory\shell\runas\command]

    @="cmd.exe /c takeown /A /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

    "IsolatedCommand"="cmd.exe /c takeown /A /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

    SHIFT + Right Click = Gain Ownership context menu

    ownership.reg

  4. You don't need to hack the registry, a setting is in the Power Options control panel.

    so that you can collect your favourite flexible windows settings registry and save them to a single reg file

    Incase of reinstallation and distribution of your OS u can simply merge the REG file you created collecting registry entries and the best thing all you setting are set back intact without manually editing one by one.

    ISN'T this great....

    thats why i prefer registry entries.... :cheers

  5. As for me.. i have many time confuse and click powerbutton on vista start menu resulting VISTA to go on sleep mode.

    so here is the reg tweak to act power button to shutdown

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\A7066653-8D6C-40A8-910E-A1F54B84C7E5]

    "ACSettingIndex"=dword:00000002

    "DCSettingIndex"=dword:00000002

    Change the value as per ur setting

    (0 = Sleep, 1 = Hibernate, 2 = Shutdown)

  6. For Windows Vista Ultimate/Business/Enterprise:

    1- Execute secpol.msc

    2- In the left list, choose "Local Policies", then "Security Options"

    3- Set "Accounts: Administrator account status" to Enabled.

    4- Set "User Account Control: Admin Approval Mode for the Built-in Administrator account" to Disabled.

    Windows Vista Home Basic/Home Premium:

    1- Type "cmd" in the search area, right click on "Command Prompt" and select 'Run as

    Administrator".

    2- In prompt type "net users Administrator /active'" (Case sensitive), you will get a confirmation as "The command completed successfully".

    3- Click Start, and type "regedit" in the search area and click Enter, locate to:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]

    Double click on "FilterAdministratorToken" and set it to "0"

    Logoff or restart

  7. actually what i have noticed is

    The VBS script works on the files directly in system32 directory Eg: sysdm.cpl, syssteup.dll

    but it didn't work for program files directory or files Eg: iexplore.exe

    But the batch script works for both directory, what could be the problem

    if i copy the same iexplore.exe to the desktop, it loss the ownership by default, it doesn't need to take the ownership of the file.

    So ownership should be taken from the default folder where the actual file reside.

  8. heres the slightly changed Script ...

    ECHO Taking ownership of the file uxtheme.dll

    takeown /A /f %systemroot%\System32\uxtheme.dll

    icacls %systemroot%\System32\uxtheme.dll /grant administrators:F

    Echo Renaming file to uxtheme.old

    ren %systemroot%\System32\uxtheme.dll uxtheme.old

    Echo copying patched uxtheme.dll

    xcopy /y X:\uxtheme.dll "%systemroot%\System32\"

    but this didn't work

    Dim Act : Set Act = CreateObject("Wscript.Shell")

    Dim File1

    For Each File1 in Wscript.Arguments

    Act.Run("takeown /A /f " & File1),1,True

    Act.Run("icacls " & File1 & " /grant administrators:F"),1,True

    Next

    this screen popuped once while executing VBS script, does this have any meaning. I only changed the text with BOLD

    errorfg8.th.jpg

  9. yeah, internet explorer 7 is really wired..

    have anyone checked it RAM consumption of iexplore.exe

    its more then 30 - 40 MB

    Also

    most of the third party program which ran on VISTA is consuming approx 9 MB RAM

    but the same app. is consuming just 3 - 4 MB RAM on XP.

    Eg: msn messenger : 10 MB on vista------------> 2 MB on XP

    yahoo messenger: 23 MB------------>1 - 2 MB on XP

    Even a idle systray icons are consuming 9 - 10 MB

    ramhw5.th.jpg

    I must say this is what called a proper memory management

  10. then don't get worried

    vista original format is UDF, so u need to creat a UDF format ISO image with the help of cdimage or oscdimg

    Here i am going with oscdimg { coz i already got success with this method, and i am sure u will get too..}

    i assume ur Vista sorce is inside E:\vistaDVD

    then ur command line to build ur original vistaDVD will be

    oscdimg -bE:\vistaDVD\boot\etfsboot.com -h -u2 -m -lVISTA_EN_DVD E:\vistaDVD\ D:\VistaDVD.iso

    Download oscdimg

    Here,

    boot info is given by =E:\vistaDVD\boot\etfsboot.com

    Vol label = VISTA_EN_DVD

    source = E:\vistaDVD

    Output ISO = D:\vistaDVD.iso

    Output image can be burn on DVD

    PS: if u want ur additional softwares/tweaks/updates to be included on the DVD, simply create folder inside ur vistaDVD folder source eg. [e:\vistaDVD\myupdates]. It will be included while compiling the ISO.

    cheers

    :thumbup

    Edited: typos

  11. If you look at the memory counters in perfmon, or the private bytes column in Task manager, you should get an idea of where the memory usage is going.

    i have gone through my processes..

    only 100 MB Approx is used accourding to task manager

    but system is using approx 320 MB RAM

    untitledul1.th.jpg

  12. I'll admit that I haven't read all the posts fully but to me some of you seem to be missing the point. Hardware is getting better and better and 4Gb of RAM will at some point become standard. If you benchmark 4Gb RAM XP against 4Gb Vista, you'll see that Vista IS way BETTER. And that's the thing, Vista WASN'T designed for the computer of yesterday. It WAS designed for the computer of tomorrow. SuperFetch is by design made to hogg all your RAM and ReadyBoost will speed up system load times with the right hardware in the right situations. I recently read an article on engadget where a guy tested out Vista on a new macbook pro. He said that vista was faster and more responsive then os x on that same machine.

    currently my VISTA is consuming 50% of RAM of 768 MB, then i disabled my un-necessary services including readyboost and superfetch as you beleive it will hogg all RAM

    startuphk6.th.jpg

    but on the next reboot there isn't any difference still the same usage of RAM. 50 %. this is what the meaning of proper memory management ?

    Now the performance of vista on macbook, initial installation of any OS will obviously be faster. even XP on 128 MB or vista on 512 MB machine will be faster but with the period of time and third party software installation it will become slower. and you will face the same with your vista installation too. then again u have to apply some tweaks to boostup .

  13. PS: Stop whining, Vista is not an OS to stick on your current Win2000/XP box, it's a new OS for new boxes. Just like how Win2000/XP cannot run on the same box as your98/ME setup, the requirements have simply changed. Upgrade and grow up, or keep using XP. Nothing is new here, MS has always been on a 2 step OS plan. A first OS comes out (95, 2000, Vista) and it usually requires a new box to run efficiently because of massive improvements. Then a 2nd stage OS comes (98, XP, Win2009) out fairly quickly that will work on your same hardware.
    I understand that people don't want to upgrade from XP and that, but... Keep in mind, Microsoft is extending support for Windows XP to 2014.

    If so then i will wait for win2009 (if it will get released on time) :P

    MS isn't punctual on time as vista was scheduled to be released on initial 2006 and delayed a year..

×
×
  • Create New...