Jump to content

BuRak2677

Üye
  • Posts

    776
  • Joined

  • Last visited

Posts posted by BuRak2677

  1. aşağıdakileri bir not defterine kopyalayıp msbatch.inf şeklinde farklı kaydedersen katılımsız olur. uzantısı "inf" olacak. ardından win98 kurulum dosyalarının olduğu yere kopyala. 

     

    [spoiler]; WINDOWS 98
    ; msbatch.inf for Intel Network Adapters
    ; Version 1.1
    ;
    ; Answer File Parameters
    ; ----------------------
    ; You must include the sections below in any answer file you
    ; create, even if the only information in the section is the
    ; section name. Otherwise, the Setup program will wait for
    ; user input.
    ;
    ; For new installations, you must specify all the parameters
    ; in the answer file because the system doesn't have existing
    ; information for the Setup program to use.
    ;
    ; For more information on msbatch.inf consult the Windows98
    ; resource kit
    ;

    [BatchSetup]
    Version=3.0 (32-bit)
    SaveDate=10/17/2000

    [Version]
    Signature = "$CHICAGO$"

    [Setup]

    ; Express specifies whether or not the
    ; user can give input during setup. The default
    ; value is 0.
    ;
    ; 0 = setup will ask the user for input.
    ; 1 = setup will not ask the user for input and
    ; will use only the settings specified in this
    ; answer file or built-in defaults.
    ;
    Express=1

    ; InstallType specifies how to install Windows95.
    ;
    ; 0 = Compact
    ; 1 = Typical
    ; 2 = Portable
    ; 3 = Custom
    ;
    InstallType=3

    ; The value of the parameter "InstallDir" is the directory
    ; where Windows95 is to be installed. The default value
    ; is the current windows directory, if it is present on
    ; the computer.
    ;
    InstallDir="C:\WINDOWS"

    ; This specifies the Product ID for your site, which is printed on the
    ; Win98 compact disc or your Certification of Authenticity
    ;
    Productid=DR66Y-73977-BG3KV-CPJPQ-F2KTB
    Productkey=DR66Y-73977-BG3KV-CPJPQ-F2KTB

    ; EBD (Emergency Boot Disk) specifies if a startup disk is
    ; to be created during setup.
    ;
    ; 0 = Setup will not create a startup disk.
    ; 1 = Setup will create a startup disk. This is
    ; also the default.
    ;
    EBD=0

    ; DevicePath specifies if Windows95 should check some
    ; path to find INF files, in addition to the
    ; Windows95 INF directory. If the value is set to
    ; check a path, INF files can be added to a single
    ; location (the path). Only specify a path if the
    ; installation source files are on a network directory.
    ;
    ; 0 = Do not add a path for INFs.
    ; 1 = Add the path for finding additional INF files.
    ;
    DevicePath=0

    ; VRC specifies if setup should overwrite
    ; existing files during setup, regardless of the
    ; dates of all files.
    ;
    ; 0 = If a file on the computer that is to be overwritten
    ; is more recent than its replacement, the user will
    ; be prompted to confirm the operation.
    ; 1 = Files are overwritten regardless of the date.
    ;
    VRC=0

    ; Listed are some common strings you can use to set the TimeZone
    ;
    ; Pacific Hawaiian Atina
    ; Central Atlantic
    ; US Eastern W.Europe
    ; US Mountain GMT
    ;
    TimeZone="Istanbul"

    ; Uninstall specifies if a pre-existing version of
    ; Windows and MS-DOS should be compressed into a
    ; backup version to be used to automatically uninstall
    ; Windows98.
    ;
    ; 0 = The user is not allowed to speciy uninstall
    ; options and the compressed backup files are not
    ; created.
    ; 1 = Display the uninstall options for the user to
    ; select.
    ; 5 = The unistall options are not displayed and the
    ; pre-existing version of Windows and MS-DOS are
    ; compressed into a backup version to be used to
    ; automatically uninstall Windows95.
    ;
    Uninstall=0

    ; SaveSuBoot specifies whether to save the SUBOOT directory
    ; for server based setup
    ;
    ; 0 = Delete SUBoot Directory
    ; 1 = Save SUBoot Directory
    ;
    SaveSuBoot=0

    ; PenWinWarning specifies if a warning is to be displayed
    ; if an unknown version of Pen Windows is installed.
    ;
    ; 0 = Do not display warning.
    ; 1 = Display warning.
    ;
    PenWinWarning=0

    ; Other Values
    ;
    ShowEula=0
    ChangeDir=0
    OptionalComponents=1
    Network=1
    System=0
    CCP=0
    CleanBoot=0
    Display=0
    NoDirWarn=1
    NoPrompt2Boot=1

    [System]

    ; An INF section name from LOCALE.INF
    ;
    Locale=L041F

    ; SelectedKeyboard is any value from the
    ; [Keyboard List] section of MULTILNG.INF
    ;
    SelectedKeyboard=KEYBOARD_0000041F

    ; DisplChar sets the initial display characteristics
    ;
    ; Values ,,
    ;
    ; Common Values:
    ; 4,640,480 (Default)
    ; 16,640,480
    ; 24,640,480
    ; 4,800,600
    ; 16,800,600
    ; 24,800,600
    ;
    DisplChar=4,640,480

    [NameAndOrg]

    ; Name is a string that is the name
    ; of the user of Windows98.
    ;
    Name="."

    ; Org is a string that is the of the organization to
    ; which this license of Windows98 belongs.
    ;
    Org="."

    ; Display specifies if the dialog box with Name and
    ; Organization appears during setup.
    ;
    ; 0 = The dialog box is not displayed.
    ; 1 = The dialog box is displayed.
    ;
    Display=0

    [Network]

    ; ComputerName is a string which specifies the
    ; computer's network name.
    ;
    ; It is important to not have two computers with the same network
    ; name on the network at the same time, or being installed at the
    ; same time. Consequently you can not use this file by itself to
    ; deploy Windows98 on multiple computers, without manually changing
    ; this value.
    ;
    ; Different configuration managers exist to overcome
    ; this hurdle in enterprise OS deployments. For more information
    ; on deploying Windows 98 in an enterprise network consult the
    ; Windows 98 resource kit
    ;
    ComputerName="Bilgisayar"

    ; Workgroup is a string which specifes the
    ; workgroup name for the computer on which Windows98 is
    ; being installed.
    ;
    Workgroup="Workgroup"

    ; Description is a string which is a description
    ; for the computer. The string is a maximum of 48
    ; characters with no commas.
    ;
    Description=""

    ; Display specifies if the network configuration dialog
    ; boxes are to appear in custom setup.
    ;
    ; 0 = Do not display the network configuration dialog boxes.
    ; 1 = Display the network configuration dialog boxes.
    ;
    Display=0

    ; Clients specifies which network clients are to be
    ; installed during setup. The value for this parameter is a
    ; comma separated list of devices ids used in the INF files.
    ; The first client in a comma separated list will be the
    ; first to start.
    ;
    ; Two values that may be used in this answer file are:
    ; VREDIR - Client for Microsoft Windows
    ; NWREDIR - Microsoft Client* for NetWare*
    ;
    Clients=VREDIR

    ; PrimaryLogon sets the default network client
    ; be sure to set this to one of the above values
    ;
    PrimaryLogon=VREDIR

    ; This parameter specifies which network protocols are to
    ; be installed during setup. The value for this parameter is
    ; a comma separated list of protocol device ids used
    ; in the INF files.
    ;
    ; Standard values used in this answer file are:
    ;
    ; NETBEUI - Microsoft NETBEUI
    ; NWLINK - IPX/SPX
    ; NWNBLINK - NetBIOS support for IPX/SPX
    ; MSTCP - Mircosoft TCP/IP
    ;
    ; Other values possible:
    ;
    ; DEC40 - DECnet 4.1 Ethernet*
    ; DEC40t - DECnet 4.1 Token Ring*
    ; DEC50 - DECnet 5.0A Ethernet*
    ; DEC50t - DECnet 5.0A Ethernet*
    ; NFSLINK - Sun PC NFS*
    ; NDTOKBAN - Banyan VINES NDIS Token Ring*
    ; NDISBAN - Banyan VINES NDIS Ethernet*
    ; MSDLC - Microsoft DLC*
    ; IPXODI - Novell IPXODI*
    ;
    Protocols=MSTCP


    ; DefaultProtocol specifies the default protocol. The value
    ; of this parameter can be a protocol with an associated
    ; network card OR just a protocol. If a protocol is
    ; listed with a network card, then that protocol is
    ; bound to that network card. The protocol must be
    ; a protocol device id that is listed in the "Protocol" parameter
    ; of the [Network] section of this answer file. The network
    ; card must be a network card device id that is listed in
    ; the "Netcard" (which is not used in this default answer file)
    ; parameter of the [Network] section of this answer file.
    ;
    ; For example:
    ; DefaultProtocol = MSTCP
    ; specifies Microsoft TCP/IP* as the default protocol.
    ;
    ; For example:
    ; DefaultProtocol = MSTCP,
    ; would cause an instance of MSTCP to be bound to that adapter.
    ;
    ;DefaultProtocol=MSTCP

    ; Services defines which network services are to
    ; be installed. The value is a comma separated list
    ; of device ids used in the INF files.
    ;
    ; The default values used in this answer file are:
    ;
    ; VSERVER - File/Printer sharing for Microsoft Networks*
    ;
    ; Other values possible:
    ;
    ; BKUPAGNT - Arcada Backup Exec* agent
    ; CHEYAGNT - Cheyenne ARCserve* agent
    ; JADM - HP Network Printer for Microsoft*
    ; JANW - HP Network Printer for NetWare*
    ; NMAGENT - Microsoft Network Monitor Agent*
    ; NWSERVER - File and Printer Shaing for NetWare Networks*
    ; PSERVER - Microsoft Print Service for NetWare Networks*
    ; REMOVEREG - Microsoft Remote Registry* service
    ; SNMP - Microsoft SNMP* agent
    ;
    Services=VSERVER

    ; Security specifies what kind of security model is
    ; to be used and the type of pass-through agent for
    ; user level security. The client must be installed with
    ; a security provider in order for this parameter to have the
    ; desired effect.
    ;
    ; SHARE = share level security.
    ; NWSERVER = user level security by a NetWare server.
    ; DOMAIN = user level security by a Windows NT domain.
    ; MSSERVER = user level security by a Windows NT Workstation.
    ;
    Security=SHARE

    ; IgnoreDetectedNetCards specifies if setup uses detected
    ; information to configure network cards. If detected information
    ; is not used, then the value of the parameter "netcards" (which
    ; is not used in this default answer file) will
    ; be used to configure network cards.
    ;
    ; 0 = Use detected information to configure network cards.
    ; 1 = Do not use detected information to configure
    ; network cards.
    ;
    IgnoreDetectedNetCards=0

    ; ValidateNetCardResources determines if a dialog box is to
    ; be displayed to have the user respond to resource conflicts.
    ; Resource conflicts include a partial configuration is
    ; found or there is an IRQ conflict involving the network card.
    ;
    ; 0 = The dialog box is not displayed.
    ; 1 = The dialog box is displayed.
    ;
    ValidateNetCardResources=1

    [MSTCP]

    ; The DHCP option specifies if TCP/IP should be configured
    ; to use DHCP.
    ;
    ; 0 = Do not use DHCP.
    ; 1 = Use DHCP.
    ;
    DHCP=1

    ; IPAddress sets the IP address if DHCP is disabled.
    ;
    ;IPAddress=128.128.128.128


    ; This parameter sets the IP subnet mask if DHCP is disabled.
    ;
    ;IPMask=255.255.255.0

    ; DNS specifies if DNS name resolution is to
    ; be used.
    ;
    ; 0 = Do not use DNS name resolution.
    ; 1 = Use DNS name resoluiton.
    ;
    DNS=0

    ; WINS specifies if WINS for NetBIOS name
    ; resolution is to be used.
    ;
    ; 0 = Do not use WINS for NetBIOS name resolution.
    ; 1 = Use WINS for NetBIOS name resolution.
    ;
    ;WINS=1

    ; DNSServers specifies a comma separated list of DNS
    ; servers to use. The servers are tried in order.
    ;
    ;DNSServers=128.128.128.128

    ; Domain specifies the internet domain the computer is in.
    ;
    ;Domain=DomainName

    ; Hostname specifies the DNS hostname for the computer.
    ;
    ;Hostname=ComputerName

    ; Gateways specifies a comma separated list of IP gateways.
    ; The IP gateways are tried in order.
    ;
    ;Gateways=128.128.128.128

    ; PrimaryWINS specifies ip address of the primary WINS name server.
    ;
    ;PrimaryWINS=128.128.128.128

    ; SecondaryWINS specifies the secondary WINS name server.
    ;
    ;SecondaryWINS=128.128.128.128

    LMHOSTS=1
    LMHOSTPath="C:\WINDOWS\lmhosts"

    [NWSERVER]

    ; BrowseMaster specifies if the computer has File and
    ; Printer Sharing for NetWare networks can be elected
    ; browse master.
    ;
    ; 0 = The computer with File and
    ; Printer Sharing for NetWare networks can not
    ; be elected browse master.
    ; 1 = The computer with File and
    ; Printer Sharing for NetWare networks can
    ; be a browse master.
    ; 2 = The computer with File and
    ; Printer Sharing for NetWare networks is
    ; the preferred browse master.
    ;
    ;BrowseMaster=1

    ; Use_SAP specifies if the computer with File and
    ; Printer Sharing for NetWare networks will use
    ; Server Advertising Protocol browsing. If Server
    ; Advertising Protocol is used, the computer with
    ; File and Printer Sharing for NetWare networks can
    ; be seen by a NetWare client but the computer will
    ; not appear in the Network Neighborhood.
    ;
    ; 0 = Do not use Server Advertising Protocol browsing.
    ; 1 = Use Server Advertising Protocol browsing.
    ;
    ;Use_SAP=0

    [VREDIR]

    ; ValidatedLogon specifies whether logons are validated
    ; on a Windows NT Domain.
    ;
    ; 0 = Don't validate logons
    ; 1 = Validate logon
    ValidatedLogon=0

    ; LogonDomain is a string that specifies the Windows NT Domain
    ;
    LogonDomain=""

    [VSERVER]

    ; LMAnnounce specifies that if the computer has Microsoft
    ; File and Printer Sharing, the computer will
    ; announce itself to LAN Manager computers that are
    ; present on the network.
    ;
    ; 0 = The computer will not announce itself to the
    ; LAN Manager computers present on the network.
    ; 1 = The computer will announce itself to the
    ; LAN Manager computers present on the network.
    ;
    LMAnnounce=0

    ; MaintainServerList specifies the behavior of the computer
    ; in a browse master electon if that if the computer has
    ; Microsoft File and Printer sharing.
    ;
    ; 0 = The computer with Microsoft File and Printer sharing
    ; can not be browse master.
    ; 1 = The computer with Microsoft File and Printer sharing
    ; is the browse master.
    ; 2 = The computer with Microsoft File and Printer sharing
    ; can be the browse master if required.
    ;
    MaintainServerList=2

    [OptionalComponents]

    ; This section contains the optional components that
    ; can be installed on Windows95. The optional
    ; components dialog box that appears in Windows95
    ; during setup has the same parameters that are
    ; in this section. The value for each parameter in
    ; this section is 0 or 1.
    ;
    ; 0 = Informs setup NOT to install this option.
    ; 1 = Informs setup TO install this option.
    ;

    "Accessibility Options"=0
    "Enhanced Accessibility"=0
    "Briefcase"=0
    "Calculator"=1
    "Desktop Wallpaper"=0
    "Document Templates"=0
    "Games"=1
    "Imaging"=0
    "Mouse Pointers"=0
    "Paint"=1
    "Quick View"=0
    "Windows Scripting Host"=1
    "WordPad"=1
    "Dial-Up Networking"=1
    "Dial-Up Server"=0
    "Direct Cable Connection"=0
    "HyperTerminal"=0
    "Infrared"=0
    "Microsoft Chat 2.0"=0
    "Microsoft NetMeeting"=0
    "Phone Dialer"=0
    "Virtual Private Networking"=0
    "Baseball"=0
    "Dangerous Creatures"=0
    "Inside your Computer"=0
    "Jungle"=0
    "Leonardo de Vinci"=0
    "More Windows"=1
    "Mystery"=0
    "Nature"=0
    "Science"=0
    "Space"=0
    "Sports"=0
    "The 60's USA"=0
    "The Golden Era"=0
    "Travel"=0
    "Underwater"=1
    "Windows 95"=0
    "Desktop Themes Support"=1
    "Microsoft FrontPage Express"=1
    "Microsoft VRML 2.0 Viewer"=1
    "Microsoft Wallet"=0
    "Personal Web Server"=0
    "Web Publishing Wizard"=0
    "Web-Based Enterprise Mgmt"=0
    "Microsoft Outlook Express"=1
    "Baltic"1
    "Central European"=1
    "Cyrillic"=0
    "Greek"=0
    "Turkish"=1
    "Audio Compression"=1
    "CD Player"=1
    "DVD Player"=1
    "Macromedia Shockwave Director"=1
    "Macromedia Shockwave Flash"=1
    "Media Player"=1
    "Microsoft NetShow Player 2.0"=1
    "Multimedia Sound Schemes"=1
    "Sample Sounds"=0
    "Sound Recorder"=1
    "Video Compression"=1
    "Volume Control"=1
    "AOL"=0
    "AT&T WorldNet Service"=0
    "CompuServe"=0
    "Prodigy Internet"=0
    "The Microsoft Network"=0
    "Additional Screen Savers"=0
    "Flying Windows"=0
    "OpenGL Screen Savers"=0
    "Backup"=0
    "Character Map"=0
    "Clipboard Viewer"=0
    "Disk compression tools"=0
    "Drive Converter (FAT32)"=0
    "Group policies"=0
    "Net Watcher"=0
    "System Monitor"=0
    "System Resource Meter"=0
    "WinPopup"=0
    "TV Viewer"=0

    [Printers]
    ; This section is used to install one or more printers.
    ; If this section is left blank, the user is not
    ; asked to select a printer the first time that
    ; Windows95 is run.
    ; To install a printer, follow the following format:
    ;
    ; = ,
    ;
    ; = a string in quotes that does not contain \ , ; =
    ; = a string in quotes that is the driver name under Windows95.
    ; = the port the printer is connected
    ; to the computer or the unc path
    ; to a network printer.
    ;
    ; Example : A printer to be called "myprinter" whose
    ; driver model is "myprinter driver" and
    ; is connected to LPT1.

    "HP" = "HP DeskJet Plus",LPT1
    ;
    ; "myprinter" = "myprinter driver",LPT1
    ; * OTHER PRODUCT AND CORPORATE NAMES MAY BE TRADEMARKS
    ; OF OTHER COMPANIES AND ARE USED ONLY FOR EXPLANATION
    ; AND TO THE OWNERS' BENEFIT, WITHOUT INTENT TO INFRINGE.
    ;

    ; ----------------------------------------------------------------
    ; The remainder of this file contains more options relating to the
    ; registry, installing the intel network card, and making sure the
    ; setup is as unattended as possible. All values after this point
    ; will not be commented.
    ; ----------------------------------------------------------------

    [InstallLocationsMRU]

    [Install]
    AddReg=RunOnce.BatchDelay, Skip.PCMCIA.Wizard
    CopyFiles=Inf.Copy

    [RunOnce.BatchDelay]
    HKLM,%KEY_RUNONCE%,BatchRun1,,"%25%\rundll.exe setupx.dll,InstallHinfSection Delete.MSN.Icon 4 %10%\msbatch.inf"
    HKLM,%KEY_RUNONCE%,BatchRun2,,"%25%\rundll.exe setupx.dll,InstallHinfSection Delete.OLS.Icons 4 %10%\msbatch.inf"
    HKLM,%KEY_RUNONCE%,BatchRun3,,"%25%\rundll.exe setupx.dll,InstallHinfSection Delete.Welcome 4 %10%\msbatch.inf"
    HKLM,%KEY_RUNONCE%,BatchRun4,,"%25%\rundll.exe setupx.dll,InstallHinfSection Delete.Regwiz 4 %10%\msbatch.inf"

    [Delete.MSN.Icon]
    DelReg=MSN.Icon

    [MSN.Icon]
    HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\{4B876A40-4EE8-11D1-811E-00C04FB98EEC},,,

    [Delete.OLS.Icons]
    DelFiles=OLS.Icons
    DelDirs=OLS.Folder

    [OLS.Icons]
    aol.lnk
    at&two~1.lnk
    compus~1.lnk
    prodig~1.lnk
    themic~1.lnk
    aboutt~1.txt

    [OLS.Folder]
    %25%\Desktop\Online~1

    [Delete.Welcome]
    DelReg=Registry.Welcome

    [Registry.Welcome]
    HKLM,Software\Microsoft\Windows\CurrentVersion\Run,Welcome,,

    [Delete.Regwiz]
    AddReg=Registry.Regwiz

    [Registry.Regwiz]
    HKLM,Software\Microsoft\Windows\CurrentVersion\Welcome\Regwiz,@,1,01,00,00,00
    HKLM,Software\Microsoft\Windows\CurrentVersion,RegDone,1,01,00,00,00

    [Skip.PCMCIA.Wizard]
    HKLM,System\CurrentControlSet\Services\Class\PCMCIA,SkipWizardForBatchSetup,,1

    [Inf.Copy]


    [DestinationDirs]
    OLS.Icons=25,Desktop\Online~1
    Inf.Copy=17

    [load_inf]


    [Strings]
    KEY_RUNONCE="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
    ZZ[/spoiler]

    Mesajın için teşekkür ederim, bir şey soracağım bu inf ile o disket sorma ekranı görünecek mi yine yoksa kapanacak mı? Ben sadece key sormasın ve o disket ekranı çıkmasın istiyorum diğer ayarlar kullanıcıya kalsın istiyorum ama sanırsam bu infde tüm ayarlar oto yanılıyor muyum?

     

    Windows  98 günümüzde neye yarıyor?

    Yarıyor ya da yaramıyor sen kullanma arkadaşım  ilk mesajda belirttim okumadınsa ben ne edeyim? Arşivlik bir çalışma yapmak istiyorum da ondan.
    Kullanan kullanır kullanmayan kullanmaz yardımcı olmayacaksan lütfen geveleme.

    Bu arada yanıt veren tüm arkadaşlara teşekkür ederim.

     

    Arkadaşlar kurmaya çalışıyorum fakat kurulmuyor sistem neden olabilir acabA?

    1. Kur yazıp setupu çalıştırıyorum.
    ss1d1df.jpg
    2.entera basıp devam ediyorum.
    ss21a1c.jpg
    3. harddisk 10 gb olmasına rağmen bu hatayı veriyor kurmuyor
    SS3d345.jpg

    Nasıl çözerim bu sorunu?

  2. Yanıt veren arkadaşlar çok teşekkür ederim öncelikle..

     

     

     

    Microsoft Batch 98 programini kullanabilirsin windows 98 icin

     

    Program hakkinda bilgi istiyorsan

     

    https://support.microsoft.com/tr-tr/kb/214727

     

     

     

    Microsoft Batch 98 aracı yüklemek için:

    1. Windows 98 CD-ROM'unu CD-ROM sürücünüze takın. Hoş Geldiniz ekranı görüntülenirse, Bu CD'ye Gözat'ıtıklatın ve sonra 2. adıma atlayın. Hoş Geldiniz ekranı görünmezse, Bilgisayarım' ı çift tıklatın, CD-ROM sürücünüzü sağ tıklatın ve Araştır' ı tıklatın.
    2. Araçlar klasörünü çift tıklatın, Reskit klasörünü çift tıklatın, Toplu klasörünü çift tıklatın ve sonra da Setup.exe dosyasını çift tıklatın.
    3. Yüklemeyi tamamlamak için ekrandaki yönergeleri izleyin.

     

    Üstad mesajın için teşekkürler ama bu dediğin windows98 se için galiba çünkü ilk sürümün cd si içinde tools yok malesef :S

    EDİT: 98SE cd si içerisinden aldım windows 10 kurdum fakat mbr uyumsuzluk sorunu verdi o yüzden çalışmadı sanal sistemde deneyeceğim bakalım yazarım sonucu.. Bu videoda da microsoft batch98 le nasıl katılımsız yapılacağı anlatılıyor. https://www.youtube.com/watch?v=BfWw8ALGCQ0
     

    98 in ilk versiyonunda çok hata olduğu için ikinci versiyonu çıktı. Bence ikinci versiyonu daha iyi.

     

    İlk mesajımda belirtmiştim biliyorum o 2.sürüm daha iyi ama arşivlik bir çalışma yapmak istiyorum tüm windows sürümlerini paylaşmak için...

    Arkadaşlar dedim ya boot özelliği ekledim sistemi kurmayı denediğimde boot özelliği çalışıyor fakat kurulumda disket istiyor bu disket istememesini nasıl sağlarız?
     

    Adszcb9b.png

     

    Edit: İptal dedim kuruluma geçti arkadaşlar fakat bu menünün çıkmamasını yani disket istememesini nasıl sağlayabilirim lütfen yardım.

    Adsz5eb6.png

  3. Kintaro mesajın için teşekkür ederim tamamen arşivlik bir çalışma yapmak istiyorum 98 se nin usb desteklediğini biliyorum.Ve isosuda mevcut.


    Yani win98 sürücüleri desteklemiyor ama küçük bir nusb ile destekliyor ya bunu nasıl entegre edebiliriz? Ya da entegre edemiyorsak normal cd içine koyaırm ben kurulumdan sonra cd den kendimiz yükleriz farketmez de..

    Mesela key girmeyi nasıl katılımsız yapabilirim 98se forumda paylaşılan iso katılımsız yani key istemiyor acaba nasıl yapılmış olabilirler nlite desteklemiyor malum.

    Yani yardımcı olursanız tüm microsoft  windows sürümlerini key sormadan katılımsız yapıp paylaşmak istiyorum..
    Hem bende keylerle uğraşmak istemiyorum mesela tüm windowslar war bende fakat format atarken key girmek yerine oto olsun istiyorum..
    2000 ve sonrası nlite destekliyor ama öncesi desteklemiyor.

  4. Arkadaşlar merhaba elimde Windows 98 ilk sürümü türkçe versiyon var. (First Edition)

    Ben buna boot kaydı ekledim cd den başlatılabiliyor diskete gerek yok.

    Sizden öğrenmek istediğim usb sürücülerini desteklemiyor ya bu sistem acaba nusb programını nasıl entegre edebiliriz yani format atarken otomatik kursun usb sürücüleri tanısın..Biliyorsunuz ki nusb sürücüsünü kurunca usbleri tanıyor ama ben bunu cd ye eklemek istiyorum nasıl yapabilirim?

    Ve son sorumkey sormasın istiyorum nlite 98 i desteklemiyor nereden yapabilirim bunu?

  5. Başlık karakter sınırına takıldığından kısaltarak yazdım.Aslında böyle olması gerekiyordu.

    Eski ATI ekran kartı sürücülerini Windows 7/8/8.1/10'a yükleme!

    Evet arkadaşlar eski model ATI marka ekran kartınız varsa (en son vista için güncelleme almış)
    windows 7/8/8.1/10 için yüklemeye çalıştığınızda uyumluluk sorunu verecektir.
    Uyumluluk modundan tabi ki vista olarak çalıştır diyip yükleyeceğiz fakat yüklendikten sonra ekran kartı driverı yüklenecektir fakat CCC-MOM yani Ati Catalyst Control Center yüklemesinde sorun oluştuğu için Catalyst Control Center'ı açmak istediğinizde
     

    MOM.ımplementation,version=2.0.3726.17644,culture=neutral,
    Publıckeytoken=90ba9c70f846762e dosyasını veya derlemişini ya da bağımlılıklarından birini yükleyemedi. Sistem belirtilen dosyayı bulamıyor
    

    hatası verecektir.Bunun sebebi kurulum sırasında ccc-mom-installproxy.exe'nin sisteme uyumsuz olduğundan kurulamaması.
    Kurulamadığı içinde driver yüklenmiş oluyor ama control center yüklensede bu dosya yüklenmediği için açılmayıp hata veriyor. 

    Bunun nedeni bu dosya NET.Framework 2.0/3.0 diliyle yazıldığı için.Windows 7/8/8.1/10 'da NET Framework 4.0 ve sonrası ile geldiği için eski NET Framework sürümleri bulunsada devre dışı olduğundan bu hatayı veriyor.

    Bunu çözmek için Denetim Masası > Programlar ve Özellikler > Windows Özelliklerini Aç veya Kapat'tan NET Framework 3.5 (NET 2.0 ve 3.0 içerir) olanı seçiyoruz ve driverımızı yeniden yüklüyoruz.

    Evet artık Ati Catalys Control Center hata vermiyor ve açılıyor. 

    Anlatım tamamen bana aittir alıntı değildir.

  6.  

     

    Modemdeki hafıza flash dump uydular gibidir.

    Eski yazılımı yüklemenin yolu hex ile son versiyondan bir üstüne editlemekdir.1.0.2 eski ise derliyerek 1.0.3 yapabilirsin.

    bunu hex editorle denedim sürümü yüksek gösterdim ama kaydedince dosya bozuluyor olmalı ki upload dediğimde dosyayı kabul etmiyor.

  7. Arkadaşlar windows 7 den beri bu sorun var bug diye düşünüyordum ama windows 10 oldu hala düzeltilmedi. gıcık olmaya başladım tam sol tarafta çıkıyor normalde sağ tarafta çıkması gerekir diye biliyorum. klavyeden ses verip - kıstığımda çıkan ses barı ekranın sol üst köşesinde ve rahatsız ediyor bunu taşımınaın bir yolu var mıdır?

    gerçekten rahatsız etmese bu konuyu açmazdım.


    pre_1446164474__ss.jpg

  8. Zaten downgrade yapmak istediğim orjinal firmwarenin bir önceki sürümü resmi web sitesinden indiriliyor.

    Fakat update firmware sekmesinden dosya seç diyip bu bir önceki firmwareyi seçip uploada basınca :

    error: FAIL TO UPDATE! The uploaded file was not accepted by the router.

    uyarısı veriyor. yani router yüklenen dosyayı kabul etmiyor diyor. çünkü eski sürüm olduğu için.

    ne yapmalıyım bilmiyorum yardımcı olursa arkadaşlar...

  9. Peki bir şey soracağım downgrade nasıl yapabilirim internette tonca araştırma yaptımda bulamadım..

    TP-LINK W8961N modeli.. Başka modeller için var ama bu model bulamadım kafamda türlü stratejiler geliştiriyorum nasıl yapabilirim diye ama bulamadım bir türlü. Hatta downgrade yerine mevcut firmwareyi türkçe yapayım dedim ama hex eidtorle yapmama rağmen yinede update dediğimde dosyayı kabul etmiyor. dosyanın uzantısı falan yok ismi ras ama nasıl decompile ederim bilmiyorum..
    Yani modem eski firmwareyi kabul etmiyor günceli olduğu için ama bende günceli ingilizce olduğu için kullanmak istemiyorum.E hadi güncel olsun bari ama türkçe yapayım dedim yapıncada kabul etmiyor sanırım dosya bozuluyor ondan.

  10. Neden mümkün değil ki? firmware güncellemesi yaptığında 3-5 mb dosyayı yüklüyorsun. Yükleyebildiğine göre bir hafızası/depolaması var.
    Peki ama bu depoladığı içerik ne? Hafıza kartı mı bellek mi? Bana mümkün geliyor ama yolu nasıldır bilmiyorum.

    Mesela örnek vereyim modemi yapan üretici firma arayüzü vs nasıl yapıyor hadi yaptı diyelim türkiyeye verirken distribütör firma mesela ttnet olarak ayarlıyor arayüzü nasıl yapıyor düzenleyerek. Eee bunu yapabiliyorsa modemin hafızasını görüp içerisindeki dosyaları görebiliyorlar bence.

  11. Merhaba arkadaşlar bir şey merak ediyorum, bilirsiniz 192.168.X.X yazdığımızda modem arayüzü gelir ya da modem firmware güncellemesi yapabiliriz. Evet bunu yapabildiğimize göre modemlerimizin bir hafızası var yani küçükte olsa memorycard ları ya da başka bi hafıza depolama birimi var. Fakat buna nasıl erişebiliriz?

    Usb özelliği olmayan modemlerde ethernet to usb çeviricisiyle bağlasak bilgisayarımda sürücüsü görünür mü?

     

  12. SS18069.jpgss27c77.jpg

    ss3da48.jpg

     

    Microsoft'un Windows 10 ile birlikte desteği sona erdirdiği Windows Media Center için yeni bir umut doğdu. Haberimizdeki yöntem ile WMC uygulamasını Windows 10'a yükleyebilirsiniz.

    Microsoft'un ilk kez Windows XP Media Center Edition 2005 ile birlikte kullanıma sunduğu, ardından Windows Vista Home Premium-Ultimate ve Windows 7 Home Premium-Professional-Ultimate işletim sistemlerinde de ön yüklü olarak gelen multimedia uygulaması Windows Media Center küllerinden doğabilir. Hatırlanacağı gibi emektar uygulama Windows 8 ile birlikte işletim sisteminin varsayılan uygulaması olarak sunulmamaya başlamış, 

    Windows 10 Pro Insider Preview 10134 sürümü ile birlikte tamamen kaldırılmıştı.Bu uygulama ile Windows Media Center'ı yükleyebilirsiniz...

    Mydigitallife (MDL) sitesinin forumlarında bazı kullanıcılar WMC uygulamasını Windows 10'a kullanabilecek bir yöntem keşfetti. Windows Blog Italia sitesi tarafından dökümante edilen bu yeni keşfedilen metod ile Windows Media Center, yeni işletim sistemi Windows 10'a çalıştırılabiliyor. Tabii ki Microsoft'un resmi desteği bulunmadan... 

     

     

    Nasıl yapılır?

    Eğer siz de Windows Media Center uygulamasından vazgeçemeyenlerdenseniz, Windows 10 işletim sisteminize aşağıdaki yöntemden yararlanarak eski uygulamayı yüklemeyi ve çalıştırmayı deneyebilirsiniz:

    1) Buradan "WindowsMediaCenter_10.0.10134.0.zip" dosyasını indirin ve arşivden çıkartın,

    2) "_TestRights.cmd" dosyasını bulun, sağ tıklayın ve "Yönetici olarak çalıştır" seçeneği ile dosyayı çalıştırın,

    3) Komut istemi penceresi açılacak ve sonra ikinci bir komut penceresinin açılışını bekleyin.ikinci pencere açıldıktan sonra 5-10 saniye bekleyip bilgisayarı yeniden başlatın.

    4) "Installer.cmd" dosyasını bulun ve sağ tıklayın ve "Yönetici olarak çalıştır" seçeneği ile dosyayı çalıştırın,

    5) Komut istemi penceresi açılacak, işlem tamamlandığında "Press any key to exit" yazısını göreceksiniz. Herhangi bir tuşa basarak kurulumu tamamlayabilirsiniz.
     

     

    6) Ara Kutusu'na Media Center yazıp aratın ya daBaşlangıç Menüsü-Tüm Uygulamalar-Windows Accessories-Media Center gidin

    Şayet Media Center kaldırmak istiyorsanız sadece Uninstaller.cmd ye sağ tıklayın ve Yönetici olarak çalıştırın.

    İNDİR/DOWNLOAD:
    WindowsMediaCenter (x64) bit 10.0.10134.0.zip 

    https://mega.nz/#!zYUxjJBA!JXXFSPokDLJOspzufc7Rs5DIgDU2lXP3pwfuc593NvI

    WindowsMediaCenter 32 bit (x86) 10.0.10134.0.zip 

    https://mega.nz/#!zAEF0QRQ!dJZ9fzWuy-8e2b5pE7KaqgOIG98mEmfS0QOMzA6UiOI

    Türkçe Dil Dosyası:

    http://www.datafilehost.com/d/c1cf8174

    Türkçe Dil Dosyasını Windows\ehome klasörüne içine kopyalayınız. İngilizce en-US dil dosyasını kaldırmayınız.

    Windows Media Center'ı herhangibir Windows 10 sürümüne yükleyebilirsiniz.

    NOT: ESET AVG kuruluyken kuramazsınız temiz kurulum için sisteminizde antivirüs bulunmamasına dikkat edin.Devre dışı bırakmak çözüm değil...

  13. Merhaba arkadaşlar Windows XP Service Pack 3'e nLite programını kullanarak;

    Windows XP Tablet PC Edition 2005 ve Windows XP Media Center Edition 2005 teki özellikleri entegre etmek istiyorum.


    Hali hazırda bilirsiniz ki 2 işletim sistemide 2 cd den oluşuyor ve 2.cd leri sadece update gibi yani 1.cd sadece xp profesyonel fakat 2.cd yüklendiği zaman hem tablet ya da media center özelliklerini kuruyor hemde regedit ayarlarını değiştirim windows versiyon adını değiştiriyor hani biz regeditten service pack ya da işletim sistemi adını değiştiriyoruz ya evet işte bu işlemi yapıyor.


    2.cd içerisinde  CMPNENTS diye klasör var içine girince NETFX TABLETPC MEDIACTR klasörleri var.

    Bu sitede birisi anlatmış fakat verdiği link kırık o yüzden anlayan arkadaşlar varsa yardımcı olmalarını ümit ediyorum. 

    micropctalk.com/forums/showthread.php?t=2656

  14. Merhaba arkadaşlar Microsoft'un Windows 95'ten XP ye kadar gelenek olarak çıkardığı Microsoft Plus! programının XP için olan versiyonunu sizlerle paylaşıyorum.

    Dili ingilizcedir. Türkçesini bulamadım ben elinde olan arkadaşlar varsa paylaşabilir.

    Bu konudaki içerikte hem Mirosoft Plus! for Windows XP hem de Microsoft Plus! Digital Media Edition'u bulabileceksiniz.
    Programın özelliği windows xp ye bir kaç tema oyun ve media center editionda da bulunan windows dansçısını ekliyor.

    microplus9511.jpg

    DOWNLOAD:  https://yadi.sk/d/n9654t_ok3siy
     

  15. Orjinal MSDN çıkışı SP2'li VL sürümdür.


    ÖZELLİKLERİ: Normal XP den daha üst sürümdür.Profesyonelden daha iyidir.
    İçerisinde Yapışkan Notlar,Tablet PC giriş paneli,Windows Journal,Inkbal adlı windows oyunu.
    Ve içinde olması gereken;Energy Blue teması nedense yok bende anlamadım. Ama orjinal hali böyle yapacak bir şey yok.

    Adı: Windows XP Tablet PC Edition 2005 SP2 VL
    Kurulum Anahtarı:
    [spoiler]

    KT3Q2-F3JJK-WGHVH-4TTP2-X3GRD

    [/spoiler]


    DOWNLOAD: CD 1: http://toutbox.fr/multiup/en_win_xp_tabletpc_2005_disc1_vl,45090598.iso(archive)

    CD 2: http://toutbox.fr/multiup/en_win_xp_tabletpc_2005_disc2_vl.iso

    Dil: İngilizce isteğe bağlı Mui language pack ile Türkçe yapılabilir.
    Bit: 32 bit

    SS2665.jpg

    SS2c3d2.jpg

    NOT: Tablet sürümü sadece 32 bit olarak çıkmıştır.Türkçesi yoktur çünkü Türkçe olarak çıkmamıştır.
    Fakat MUI Language Pack ile sistemi Türkçe ya da başka bir dil yapabilirsiniz.
    Kurulum sırasında Professional VL key girerseniz tablet özelliği kurulmaz sadece Windows XP Professional SP2 kurulur.

    Konu Günceleniyor dosya upload edilyor...

    Ekran görüntüleri:

    mm7fgi.jpg

    ss2b21d.jpg

    ss3bc0a.jpg

    ss4178d.jpg

    ss59732.jpg

    ss67c81.jpg

    • Like 5
  16. Merhabalar elimde orjinal msdn windows xp tablet edition 2005 volume licence versiyonu var fakat serial olmadığı için tablet özelliği aktif olmuyor.

    Yani internetten bulduğum serialleri deniyorum pc yi kuruyor ama tablet vl keyi olmadığı için sistemi kurarken 2.cd yi istemiyor o yüzdende tablet özelliği aktif olmuyor. not: nette paylaşılan tablet keylerini denedim o zaman da serial yanlış diyip hiç kurmuyor.

    Edit: sonunda buldum arkadaşlar.. gerek kalmadı.

  17. Windows XP Kullananlar Bu İşlemleri Yaparsa Sorun Olmaz


    Microsoft Türkiye'de ki yaz saati uygulamasının bakanlar kurulu kararıyla 8 Kasım 2015'e ertelenmesinden dolayı yaşanan aksaklığı gidermek amaçlı bir hotfix yayınladı. Bu hotfixi kurarak 25 Ekim 2015 tarihinde dünyadaki yaz saati uygulamasının bitiş saati olan 04:00 ten 03:00 'e alınma sorunu düzelecek ve saatlerimiz 8 Kasım 2015 tarihinde saat 04:00 den 03:00 e geri alınacak. Saat ayarlarıyla uğraşmamak için aşağıdaki hotfixi yükleyerek bu sorunu çözebilirsiniz.

     

    Windows XP desteği 3 Nisan 2014'te sona erdiğinden aşağıdaki hotfixi kurmak istediğinizde sürüm hatası uyarısı alırsınız ve kurulmaz.

    ss25082.jpg

    Bunun için Windows XP Update Extender uygulamasını kurup güncelleme desteğinin sürmesi için Enable ye basıyoruz.Ve şimdi hotfixi çalıştırıp kurabiliriz.

     

    TÜRKİYE YAZ SAATİ UYGULAMASININ BİTİŞ TARİHİ OLAN 8 KASIM 2015 TARİHİNDEBU HOTFIX SAYESINDE SAATLERIMIZ 25 EKİM 2015 TARİHİNDE GERİ ALINMAYACAK

    GECE SAAT 04:00 DA OTOMATIK OLARAK 03:00 ALINACAKTIR.

     

    HOTFİX DOWNLOAD/İNDİR: https://yadi.sk/d/-wT6pPNyjyas3

    DİLERSENİZ MİCROSOFT SUNUCUSUNDAN İNDİRİN: http://support2.microsoft.com/hotfix/KBHotfix.aspx?kbnum=3093503&kbln=tr

    XP Update Extender programıyla uğraşamam diyorsanız işlemi manuel yapın.
    Aşağıdaki kaydı reg olarak kaydedip çalıştırın.

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SYSTEM\WPA\PosReady]
    "Installed"=dword:00000001

    Regi kaldırmak içinise dword değerini tekrar 0 yapın.
     

     

    Windows XP Turkish x86 Fix3948337 sp4 WxP 2600 642456 10/6/2015 6:22:13 PM

    ss51fc.jpg


    ANLATIM Tamamen bana aittir.

  18.  

    suan yurtdışındayım, 10-15 güne inşAllah ülkeme geri döneceğim :)

     

    KMS uygulamasını kaldırsan dahi etkinleştirme gitmez, Windows KMS ile etkinleştirildiğinde 180 gün etkinleştirme istemez...(Core ve ProWMC sürümler 45 gün etkinleştirme istemez) KMS'nin mantığı budur zaten...

     

    KMS uygulamasını kaldırdığın halde hala bilgisayarın açılışta siyah ekranda kalıyor veya geç açılıyorsa demek ki sorun KMS uygulamasından kaynaklanmıyor... İşletim sistemi açılışındaki proramları kontrol etmeni öneririm, belki bir program açılışı kastırıyor olabilir, yada diğer bir ihtimal Windows güncelleme yaparken bilgisayarı kapatmış olabilirsin, böyle bir durumda güncelleme tamamlanmadığı için bilgisayar zor açılıyor olabilir... Windows güncelleme geçmişini de kontrol etmeni öneririm...

     

    Ayrıca KMS uygulamasının tamamen kalktığından emin olmak istiyorsan C:\Windows dizininde KMS adında bir klasör var mı, kontrol et, varsa elle sil ve Görev Zamanlayıcıdan KMS_Aktivasyon adındaki görevi de sil, böylece tamamen kaldırmış olursun, ama etkinleştirme kaybolmaz... Etkinleştirmeyi de sıfırlamak istiyorsan:

     

    Komut satırına yönetici modunda:

    slmgr /rearm

    komutunu gir ve PC'yi yeniden başlat... PC yeniden başladığında Windows 30 günlük deneme sürümü moduna girmiş olacaktır...

     

    Şahsi görüşüm:

    Bu Microsoft şu güncelleme olayını beceremiyor... kurulum dosyaları 3-4 GB olan bir Windowsa kurulumdan sonra onlarca GB boyutunda güncelleme gönderiyor... hem kotandan gidiyor (tabi kotalı net kullanıyorsan :) />

    Şu an kontrol ettim ne c:\windows ta kms diye klasör var ne de görev zamanlayıcısında kms var demek ki silinmiş sağolasın.
    mesela bugün açılışta siyah ekran olmadı. demek ki bu bi bug galiba build 10.240 kullanıyorum. Ya da dediğin gibi güncellemelerden dolayı olabilir ya da başka bi program yüzünden olabilir sağolasın yanıt için...

  19. arkadaşlar yarın sabahtan itibaren yaklaşık 1 yada 1 buçuk ay yurtdışında olmam sebebiyle KMS konusuna desteğim olamayacak...

     

    ilgilenen arkadaşların bilgisine...

     

    bu arada bildiğimiz üzere Office 2016 VL RTM sürüm çıktı, KMS uygulaması sorunsuz çalışıyor... :)

    Kardeş yaptığın uygulama sanırsam stabil değil. Kurduktan sonra lisanslandı fakat pc açılırken siyah ekranda kalıyor türlü cambazlıkla açabiliyorum pcyi. Ve kmsni kaldırmak istediğimde succes başarıyla kaldırıldı diyor ama hala özelliklerden baktığımda windows etkinleştirildi yazıyor yani kms kaldırılmıyor nasıl kaldıracaz bu kms yi söyler misin??

  20. Arkadaşlar bişey soracam win7 de güncellemeleri yaptıktan sonra ücretsiz win1o yükseltme geliyorya saatin köşesinde heh işte orada windows 10 yüklenemez çünkü sistem uygun değil donanım yetersiz kalıyor gibi bi mesaj yazıyordu.(işlemci ekran kartı bakımından)

    şimdi ben windows 10 iso indirsem kendim dvd ya da usb ye yazdırsam kurmayı denesem kurmayacak mı?

    ram 3 gb
    işlemci intel core 2
    ekran kart x1600 512 mb
    500 gb hdd

    sanki gta v mi yüklüyoruz anlamadım ki oysa windows 8 8.1 bile yükleniyordu.. :((

    Bu forumda yardımcı olacak yok sanırım..Arkadaşlar yardım eder misiniz? Windows 10 hakkında soru sordum müsaitseniz yanıtlayın.
    Flood yapmak zorunda kaldım çünkü mesaj arada kaynamış.Bilmiyorum belki de yeri burası değil ama yeni konu açmak istemedim.

  21. Arkadaşlar bişey soracam win7 de güncellemeleri yaptıktan sonra ücretsiz win1o yükseltme geliyorya saatin köşesinde heh işte orada windows 10 yüklenemez çünkü sistem uygun değil donanım yetersiz kalıyor gibi bi mesaj yazıyordu.(işlemci ekran kartı bakımından)

    şimdi ben windows 10 iso indirsem kendim dvd ya da usb ye yazdırsam kurmayı denesem kurmayacak mı?

    ram 3 gb
    işlemci intel core 2
    ekran kart x1600 512 mb
    500 gb hdd

    sanki gta v mi yüklüyoruz anlamadım ki oysa windows 8 8.1 bile yükleniyordu.. :((

×
×
  • Create New...