Jump to content

mitsukai

Member
  • Posts

    476
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

Posts posted by mitsukai

  1. net logon fixed it thanks.

    however i still cant open add hardware.

    and in device manager no hardware list..

    and explorer crashes on scanning for scanners and cameras...

    last session...

    [Components]
    ;# Applications #
    Accessibility Options
    Briefcase
    Defragmenter
    Games
    Internet Games
    NT Backup
    Pinball
    Screensavers
    ;# Multimedia #
    ActiveX for streaming video
    AOL ART Image Format Support
    Images and Backgrounds
    Intel Indeo codecs
    Luna desktop theme
    Media Center
    Mouse Cursors
    Movie Maker
    Music Samples
    Old CDPlayer and Sound Recorder
    Speech Support
    Tablet PC
    Windows Media Player
    Windows Media Player 6.4
    Windows Sounds
    ;# Network #
    Active Directory Services
    Client for Netware Networks
    Communication tools
    Comtrol Test Terminal Program
    Connection Manager
    Dial-up and VPN support
    FrontPage Extensions
    H323 MSP
    Internet Connection Wizard
    Internet Information Services (IIS)
    IP Conferencing
    MAC Bridge
    Map Network Drives/Network Places Wizard
    MSMail and MAPI
    MSN Explorer
    Netmeeting
    NetShell Cmd-Tool
    Network Monitor Driver and Tools
    Network Setup Wizard
    NWLink IPX/SPX/NetBIOS Protocol
    Outlook Express
    Peer-to-Peer
    Share Creation Wizard
    Synchronization Manager
    TAPI Application Support
    Vector Graphics Rendering (VML)
    Web Folders
    Windows Messenger
    ;# Operating System Options #
    .NET Framework
    16-bit support
    Administrative Templates
    Administrator VB scripts
    Application compatibility patch
    Auditing Resource Dlls
    Blaster/Nachi removal tool
    Certificate Management
    Color Schemes
    Desktop Cleanup Wizard
    Disk and Profile Quota
    Disk Cleanup
    Document Templates
    DR Watson
    Extensible Storage Engine (Esent97)
    Extra Fonts
    FAT to NTFS converter
    File and Settings Wizard
    File System Filter Manager
    Format drive support
    Group Policy Management Console
    Help and Support
    Help Engine
    IExpress Wizard
    Input Method Editor
    Logon Notifications
    Manual Install and Upgrade
    MS Agent
    MS XML 2.0
    Private Character Editor
    Remote Installation Services (RIS)
    Search Assistant
    Security Center
    Service Pack Messages
    Shell Media Handler
    Symbolic Debugger (NTSD)
    Tour
    User account pictures
    Visual Basic 5 runtime
    Visual Basic 6 runtime
    Visual Basic Scripting support
    Web View
    Zip Folders
    ;# Services #
    Alerter
    Application Layer Gateway
    Beep Driver
    COM+
    Distributed Link Tracking Client
    Distributed Transaction Coordinator (DTC)
    Error Reporting
    Fax Service
    HTTP SSL
    IMAPI CD-Burning COM Service
    Indexing Service
    Internet Authentication (IAS)
    IPSEC Policy Agent
    Kerberos Key Distribution Center
    Message Queuing (MSMQ)
    Messenger
    Network DDE
    Network Location Awareness (NLA)
    Network Provisioning
    Performance Logs and Alerts
    Protected Storage
    QoS RSVP
    Quality of Service (QoS)
    Remote Registry
    Removable Storage
    Route Listening Service
    RPC Locator
    Service Advertising Protocol
    Simple TCP/IP Services
    SNMP
    System Event Notification (SENS)
    System Monitor
    System Restore Service
    Task Scheduler
    TCP/IP NetBIOS Helper
    Telnet
    Terminal Services
    Text Services Framework
    Uninterruptible Power Supply
    Universal Plug and Play Device Host
    Volume Shadow Copy
    WebClient
    Windows Firewall/Internet Connection Sharing (ICS)
    Windows Time
    Wireless Configuration
    ;# Directories #
    DOCS
    SUPPORT
    VALUEADD
    ;# Compatibility #

  2. Hi all.

    When i try to install VMWare tools inside the VMWare system, network and svga drivers do not install.

    It tells me instructions on how to do this. Desktop properties->Settings->Advanced->Adapter->Properties

    this windows does not open...

    i probally removed some component that is requeried for this...

    here is the session

    below

  3. the problem with windows is, they out to much crap in it.

    the basics of windows are cool. but as i say to much crap.

    windows alone is spyware.... its bad... what if we start an anti- put crap in os - campaign with the whole world...

  4. this error means a pure virtual function wich is called

    a pure virtual function is a pointer to a function

    in this case it is not assigned to a function (i think)

    and then its called and gives error.

    i dont like errors like these(who doesnt hate Microsoft, CRT)

    instead of doing.

    if(v_ptr == 0) throw(exception);

    v_ptr();

    they could do

    if(v_ptr != 0) v_ptr();

    but its handy in debugging errors i geuss.

×
×
  • Create New...