Jump to content

sudhi164

Member
  • Posts

    26
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Posts posted by sudhi164

  1. Hi,

    I have a XML file which contains some values with sapace for a node. When i am trying to read the valeu from VC++ i am getting tha values without space. How to read the copleted valure with out it getting trimed.

    Example of XML file:

    <Parameter>

    <ParameterName>UserOptions/OperatingSystemSettings/Password</ParameterName>

    <ParameterValue> sudhir </ParameterValue>

    </Parameter>

    In above xml observ space at the begining and end of sudhir value. Below is the code i have to read the value.

    hr = ((MSXML2::IXMLDOMElement*)objXmlNode)->getElementsByTagName(strParameterValueNode)->Getitem(0)->get_text(&strParameterValue);

    Please let me know if any one knwos how to read teh complet values

    Regards,

    Sudhir

  2. How to change inbuilt theme in Windows 7 with out showing any UI to the user.

    To answer the OP's question. (without railroading him)

    Try a group policy to push a theme silently.

    themec.png

    or try some of the other settings in the personalization folder (inside GPEDIT)

    FYI, if you are not on a domain, this can be done via the registry as well

    For me the system will not be in domain. Please let me know which registry i need to edit to change the theme

    does anyone know how to do this.

  3. How to change inbuilt theme in Windows 7 with out showing any UI to the user.

    To answer the OP's question. (without railroading him)

    Try a group policy to push a theme silently.

    themec.png

    or try some of the other settings in the personalization folder (inside GPEDIT)

    FYI, if you are not on a domain, this can be done via the registry as well

    For me the system will not be in domain. Please let me know which registry i need to edit to change the theme

  4. Win7 DOES NOT include the "Classic" look...

    IF you had bothered to read the thread nitro pointed you to you would see that you have to use a 3rd party method to include it.

    there is Windows Classic theme present in Win 7.

  5. I'm not very sure what you are asking for. A command-line only? The classic interface? Please be more specific.

    i want to change the theme to Classic on many systems. how can i do this. Is there any command by executing changes theme.

  6. Hi,

    I am trying to remove Media Player feature through cmd. I can use the command "DISM /online /disable-feature /featurename:WindowsMediaPlayer". but the problem is once the feature is removed it is asking to press Y or N for rebooting the machine. Is there any way to avoid this? I want to perform disable the Media Player unatteneded.

  7. hi,

    When i try to compail a c++ code in VC++ 2008 i am getting a error as mention below

    Error 2 error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format

    let me know what i need to do ot remove this error

×
×
  • Create New...