Jump to content

QKnet

Member
  • Posts

    37
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Vietnam

Posts posted by QKnet

  1. After a fresh reinstallation by an unattended xpcd i made awhile ago, i have now no picture/avatar in the start menu. Probably when i prepared the disc i copy-n-paste some registry tweak (which i don't have now to track back).

    :blushing:

    Pls help me.

    (the username gone as well, but i don't need it)

  2. %CD% gives you the current directory. So if you double click on the CMD file it will be the directory the script resides in. If you open a cmd window and run it from another directory it will give you the path to the directory you are currently in. If you create a shortcut to it then it depends upon the setting in "Start In:" as to what you will get back.

    And actually it is still not right. Since he wanted the filename also. And by adding two lines you fix the problem with running it in the root directory.

    set backslash=
    if not "%cd:~-1%" == "\" set backslash=\
    REG ADD HKCU\Software\Collectorz.com\Movie\Databases /V CurrentDatabase /D "%CD%%backslash%khanh.mvc" /F>NUL

    note: everything from REG ADD to >NUL should be on one line.

    Thank you so much. I got what I want. Cheers.

    :hello:

  3. I have this registry key

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Collectorz.com\Movie\Databases]
    "CurrentDatabase"="D:\\Movie Collectorz\\Data\\khanh.mvc"

    Can you tell me the commandline or autosit script to import the key into registry with the "D:\\Movie Collectorz\\Data\\" replaced by the current path of the cmd file.

    Thank you very much

  4. 1. Extract the setup files with 7-zip

    2. Open up browser.xpi with 7-Zip

    3. Copy all your extentions to browser.xpi\bin\extensions\

    4. Copy all your plugins to browser.xpi\bin\plugins\

    5. Open up "your language".xpi

    6. Copy all the search plugins to "your language".xpi\bin\searchplugins\

    7. Delete any you don't want.

    8. Either run setup.exe directly or make a 7-Zip switchless installer see my signature.

    :yes:

    Though SOF is commented excellent, this is what I follows as I don't need to download again the extensions and themes. Once installed, the extension applies to all profiles. I want it that way.

    One question is: what about the talkback.xpi and xpcom.xpi? I deleted them but i'm not so sure if the installer works fine after that.

    :whistle:

  5. I tried with "svcpack.inf method" to install MP10 during windows setup process, and I came up with this

    ;Windows XP

    [Version]Signature="$Windows NT$"

    MajorVersion=5

    MinorVersion=1

    BuildNumber=2600

    [setupData]

    CatalogSubDir="\i386\SVCPACK"

    [ProductCatalogsToInstall]

    [setupHotfixesToRun]

    MP10Setup.exe /q:A /c:setup_wm.exe /Q /R:N /DisallowSystemRestore

    KB890830.exe /Q /O /N /Z

    KB896424.exe /Q /O /N /Z

    qchain.exe

    The setup stopped to say that it can't understand mp10setup.exe command. I had to click ok to proceed.

    Pls correct the command for me, bros.

  6. I have read this instruction

    here and tried it but failed.

    at the Command Prompt, after i tried the command "net view \\ftpserver" it returns this "System error 53 has occurred. The network path was not found".

    I don't know where i was wrong. could it be when I enter the ipaddress of the site into the lmhosts.sam (i just added this 10.0.0.8 myftp #PRE to the end of that file).

    I need your advice, pls.

  7. I have read this instruction

    here and tried it but failed.

    at the Command Prompt, after i tried the command "net view \\ftpserver" it returns this "System error 53 has occurred. The network path was not found".

    I don't know where i was wrong. could it be when I enter the ipaddress of the site into the lmhosts.sam (i just added this 10.0.0.8 myftp #PRE to the end of that file).

    I need your advice, pls.

  8. For my case, disabling "simple file sharing" will cause network user to enter username and password according to the account(s) set in the host computer. If the network user is currently logged on with the same account information as that availabe in the host computer, he/she be let in with the pre-set permissions (if any) in the host computer.

    accounts with blank password can not be used in the network.

  9. What I really want to know is how to enable the "Connect to [computername]" dialog which asks for network (workgroup) users to enter user account info (which are set in the destination computer - running XP) when a network user try to access the destination coputer (by typing \\[computername] in the address bar) for shared folders.

    When I do a clean installation of windows xp (SP2). on a computer, by default, it shows up this dialog for network users.

    But for some reasons, some of the computers (xP too) don't asks anything and network users can see the shared folders.

    I wonder it is clear.

    I attached a snapshot of the dialog that I want xp to show up. Thx

    post-34-1099980492_thumb.jpg

  10. I am running a Windows XP laptop in a workgroup. In my computer, I created a number of user accounts.

    I set security for a number of folders so that the users will have only their respective permissions when interacting with this folders (subfolders and files).

    Things are ok.

    But the problem is when I try to access those folders from the network (I shared them). They are inaccessible. I reckon it is because that my computer forces network logon to use guest accouts, which have no permissions to use the resource. :no:

    Can you help me with the network settings so that network users will be asked for username/password, and if they provide the account info that I set in my computer, they will have respective permission.

    Thank you man.

    ===============

    PS: I need the instruction badly

×
×
  • Create New...