Posts Tagged ‘Windows’
4
Jan
2012
One of my users got an annoying message when starting MS Paint (mspaint.exe):
Onvoldoende geheugen of bronnen om de bewerking te voltooien. Sluit enkele programma's af en probeer het opnieuw.
Which means:
Insufficient memory to complete operation. Close some programs and try again
Other resources suggested that the file opened… Read more
IT, Windows | No Comments » | Tags: mspaint.exe, registry, Windows
16
Jun
2011
Google Talk has a function to automatically start on boot. However, it cannot minimalize automatically. To run Google Talk minimized by default, you'll need to use some external software.
CMDOW
I'm using a tool named cmdow to do the hiding for me. Cmdow is an extremely useful tool… Read more
IT, Windows | No Comments » | Tags: Google Talk, Windows
5
Jun
2011
A colleague of mine has some family issues that require him to be home more often. However, work continues. So he started working at home with a laptop. Nothing special about that. What is special, is that we're running a piece of software ("RR") that has old-style telnet-like terminals, which… Read more
IT | No Comments » | Tags: CUPS, Linux, lpd, printer, vpn, Windows, Windows 7
28
May
2011
Windows with VNC/RDP
If you can login to the computer over VNC or RDP, you can use wmic to find the service tag:
start > run > cmd
On the command line, enter:
wmic bios get serialnumber
Windows without VNC/RDP
If you cannot login to the computer over… Read more
Hardware, IT, Linux, Windows | No Comments » | Tags: Dell, Linux, Servicetag, Windows, Windows 2003, Windows XP, wmic
1
May
2011
Save this one line of text as c:\windows\quiet.vbs
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
To run a batch file invisibly, start it using the following command:
wscript.exe "C:\windows\quiet.vbs" "C:\path\file.bat"
© GeekLabInfo
IT | No Comments » | Tags: bat, batch, scripting, Windows, wscript
29
Apr
2011
Installing Microsoft Office 2010 using the preinstalled "out of the box" function, I got this error:
Error 1913: Setup cannot update file C:\windows\win.ini
Permissions were right. I could rename the file, so that means it was not in use by some other program... but apparently it was Trend Micro… Read more
IT | 1 Comment » | Tags: ms office, ms office 2010, Trend Micro, Windows
26
Jan
2011
On my SBS 2003 server, I wanted to know when a user was created. This info is extracted with ldifde
ldifde <span style="color: #66cc66;">-</span>d OU=SBSUsers,OU=Users,OU=MyBusiness,DC=xxx,DC=yyy <span style="color: #66cc66;">-</span>l whencreated <span style="color: #66cc66;">-</span>r <span style="color: #ff0000;">"(ObjectCategory=user)"</span> <span style="color: #66cc66;">-</span>f usercreationdate.txt
A file usercreationdate.txt is now created with the requested report.
© GeekLabInfo
IT, Windows | No Comments » | Tags: Active Directory, AD, LDAP, ldifde, Windows
31
May
2010
"c:\Program Files\Microsoft SQL Server\90\Tools\binn\SQLCMD.EXE" -E -S np:\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query -Q "BACKUP DATABASE [SUSDB] TO DISK = N'C:\backups\SUSDB.BAK' WITH NOFORMAT, INIT, NAME = N'WSUS Database Backup', SKIP,NOREWIND, NOUNLOAD, STATS = 10"
c:\backups must be writable by the user that is running the database. In my case, I believe this is user "NETWORK SERVICE".… Read more
IT | No Comments » | Tags: database, SQL Server Express, Windows, windows internal database, Windows Updates, WSUS