Jump to content

/\/\o\/\/

Member
  • Posts

    101
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by /\/\o\/\/

  1. looks like the explorer thinks this server is not on the LAN(mostly becouse you connect the mapped drive with a FQDN name) try connecting by UNC-path you can also add this server to the "trusted sites" (and disable the warning) gr /\/\o\/\/
  2. but then again ........
  3. luckySe7en, you can use printUI.dll it even has a good help : rundll32 printui.dll PrintUIEntry /? put it in a batchfile and link that from the HTML (HTA) document to get rid of the open application warning in the webpage make it an HTA e.g. (/IN means "Install Networkprinter") echo Installing Network Printer %1 rundll32 printui.dll PrintUIEntry /in /n%1 greetings /\/\o\/\/
  4. I even noticed that the .clp extension isn't even necessary if the application implements "CPlApplet" control.exe will add it when placed in the system32 dir gr /\/\o\/\/
  5. Computer Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment\ almost Joe
  6. Envinyatar, your not the only one, a friend of mine had the same, I DID solve it for him, but don't know how anymore, you will have to Re-do something, was the puter at some time joined to the domain if your still watching this thread, I will try to remember / ask gr /\/\o\/\/
  7. What i did mean is add the key under HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\RunOnce every new user will get this profile gr /\/\o\/\/
  8. reg query hklm\SOFTWARE\Microsoft\.NETFramework\ /v sdkInstallRoot will give you the rootDir for the SDK files, you will have to add the versionnumber to that C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705 (1.0) C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 (1.1) then just path = %path%;[path to crc] following search finds the location of crc.exe but you can get doubles : (i have the framework 1.0 and 1.1 installed) C:\Program Files\Debugging Tools for Windows>reg query hklm\SOFTWARE\Microsoft\W indows\CurrentVersion\SharedDLLs | find "csc.exe" C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\csc.exe.config REG_DWORD 0x1 C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\csc.exe REG_DWORD 0x1 C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe.config REG_DWORD 0x1 C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe REG_DWORD 0x1 maybe its an option to just add then both hope this helps gr /\/\o\/\/
  9. the /F parameter is the problem in the for-loop, you need Command Extensions for that (2000+) see for helpquote below so if you can manage to live without the options section (do the lineprocessing in the called command) you still can use FOR (looks like you just append the 2 variables to 1 again anyway) for %%i in ('nbmac') do @echo %%i gr /\/\o\/\/ ------------------------------- If Command Extensions are enabled, the following additional forms of the FOR command are supported: FOR /D %variable IN (set) DO command [command-parameters] If set contains wildcards, then specifies to match against directory names instead of file names. FOR /R [[drive:]path] %variable IN (set) DO command [command-parameters] Walks the directory tree rooted at [drive:]path, executing the FOR statement in each directory of the tree. If no directory specification is specified after /R then the current directory is assumed. If set is just a single period (.) character then it will just enumerate the directory tree. FOR /L %variable IN (start,step,end) DO command [command-parameters] The set is a sequence of numbers from start to end, by step amount. So (1,1,5) would generate the sequence 1 2 3 4 5 and (5,-1,1) would generate the sequence (5 4 3 2 1) FOR /F ["options"] %variable IN (file-set) DO command [command-parameters]
  10. un-tried suggestion, use runOnce or start-up folder for "Default user" an other option would be to make a checkfile (e.g. let the script make a %username%.txt file, and check if the textfile does exist in the script) gr /\/\o\/\/
  11. mybe an open door, but .... is the systempartition NTFS ? greetings /\/\o\/\/
  12. you can find the locations here : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders greetings /\/\o\/\/
  13. ennufSaid, if you have tested it yet : 2 questions 1) I can't find a My Computer Zone (Setting it in Local Intranet seems not working) 2) (I could not test yet) how CAN a user Copy files with this setting
  14. lorddy I had the same problem, with GPMC (MS download) look in Policies that are linked higher for IE maintanance settings, if they are there (altough showing all settings as "Not Configured") they are the problem, in my case it was posible to link them lower if you can't do that, you can set the proxy in them too, or reCreate them. I didn't find a solution the get rid of those settings another way. gr /\/\o\/\/
  15. Not listed in kemicalx list but KB832483 (MDAC) has also such a problem, seems if m$ for non-OS hotfixes uses old update.exe packages sometimes gr /\/\o\/\/
  16. Stewie, Nope sorry, but i would like to add a Question to this for since Win2003 the MMC also supports Drag&Drop does someone know how to prevent Drag&Drop in the Windows2003 MMC (users & computers), this also helps mistakes being made. b.t.w. in Startmenu & task scheduler i know how to disable Drag&Drop if someone is interested i will lookup the regkeys gr /\/\o\/\/
  17. db2k, isn't dir /o-s > dir.txt enough ? just loop it with a for /f to get the right lines I can give you some code in vb.net but maybe this is more easy b.t.w. in the scripting center of M$ are also sample VBscripts that do this task (almost) gr /\/\o\/\/
  18. stufine, hate to spoil your plans but ....... it's not possible see : http://www.microsoft.com/windowsserver2003...generalfaq.mspx Q. Can I run Terminal Services in Application Server mode on Windows Small Business Server 2003? A. No. It is not possible to run Terminal Services in Application Server mode on Windows Small Business Server 2003. This is a change from Small Business Server 2000. Running Terminal Services in Application Server mode on a domain controller may present a security risk to your network. If you want to use Terminal Services in Application Server mode, we recommend that you purchase an additional Windows Server 2003 license and install an additional server running Windows Server into the Windows Small Business Server 2003 domain. For more information, see "Deploying Windows Server 2003 Terminal Server to Host User Desktops in a Windows Small Business Server 2003 Environment" on the Product Documentation page. sorry /\/\o\/\/
  19. mostym, have you got the right file ? (see list below) (look-out also !! wrong OS patches will not always say soo, they wil install without error but your not pathed ! e.g. installing the 2000 version of ms03-11 op XP will give no error but your NOT patched) gr. /\/\o\/\/ Microsoft Outlook Express 5.5 SP2(Q837009): http://www.microsoft.com/downloads/details...&displaylang=en Microsoft Outlook Express 6(Q837009): http://www.microsoft.com/downloads/details...&displaylang=en Microsoft Outlook Express 6 SP1(OE6.0sp1-KB837009-x86-ENU): http://www.microsoft.com/downloads/details...&displaylang=en Microsoft Outlook Express 6 SP1 (64 bit Edition)(Q837009): http://www.microsoft.com/downloads/details...&displaylang=en Microsoft Outlook Express 6 on Windows Server 2003(WindowsServer2003-KB837009-x86-ENU): http://www.microsoft.com/downloads/details...&displaylang=en Microsoft Outlook Express 6 on Windows Server 2003 (64 bit edition)(WindowsServer2003-KB837009-IA64-ENU): http://www.microsoft.com/downloads/details...&displaylang=en
  20. sorry balcanac, I did miss that remark bout hte active partition, maybe you can test the remarks Tim made with a RecoveryConsole or a NT-formatted boot-disk (ntldr + boot.ini etc.) and try that, it also could be that your boot.ini has not the good disknumbers. (or SCSI i.p.v. MULTI) (you created the partitions an other way that the imaging program would do) i hope this input helps gr /\/\o\/\/ PS in the recoveryconsole you can use : fixmbr fixboot but this is for a normal installation, not for the minisetup but I guess they gonna look for the normal NTLDR not the mini-LDR (could also be the case with the bootdisk)
  21. Delprof can also work remote (see below) so you can run the command for a list of computers (use FOR /F) this will look something like : FOR /F %i in (myfile.txt) do @delprof /c:\\%%i /d:7 /q for deleting all profiles older than 1 week from all clients in the myFile.txt - file (no confirmations) gr /\/\o\/\/ -- delprof syntax /q runs DelProf in quiet mode, with no confirmation for each profile to be deleted. /i indicates that DelProf should ignore errors and continue deleting. /p prompts for confirmation before deleting each profile. /c:\\computername specifies a remote computer name on which to run DelProf. /d:days specifies the number of days of inactivity (days is an integer). profiles with longer inactivity will be deleted. /? displays command-line syntax
  22. deBeast, look out for Driveletters that are (still) in the registry, could give you allot of troubles when renaming the drive. %systemDrive% isn't used by alot of programs, so the driveletter is all over the registry so normaly you should not try it. gr /\/\o\/\/
  23. isn't it a grouppolicy ? is so talk to your admin, else check your local policy gr. /\/\o\/\/
  24. Did you make the partition active ? gr /\/\o\/\/
  25. control panel -> power options -> advanced -> prompt for password when computer resumes from standby gr. /\/\o\/\/
×
×
  • Create New...