Monday, November 16, 2015

How to fix Failed - Virus scan failed

How to fix Failed - Virus scan failed, Google Chrome Download Error, Easy way to fix when chrome become unable to perform virus scan for downloaded program, this will also fix "[Setup / Program] contain a virus and was deleted" error from Internet explorer.
One of my youtube fan was facing this error so i fixed it on his computer remotely.
Steps-
Step 1. Press Windows button + R key at the same time.
Step 2. Type "regedit" and hit ok. Now you will get registry editor window.
Step 3. Navigate to-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wi­ndows\CurrentVersion\Policies\Attachment­s
by expanding the folder tree.
Step 4. Now double click on "ScanWithAntivirus" registry key and change its value to "1" which is by default "3".
Done !!

Monday, August 25, 2014

tukar uid f-secure

@echo off
C:\Program Files (x86)\F-Secure\Common>FSMAUTIL resetuid randomguid applynow


Monday, March 31, 2014

MTP USB Devices not working

Kepada yang punyai masalah untuk menggunakan USB MTP  port untuk kegunaan telefon dan alatan lain...

buka notepad...  Save as .bat file > klik kanan > run as administrator tools


@ECHO OFF
REG DELETE HKLM\SYSTEM\CurrentControlSet\Control\Class\{EEC5AD98-8080-425F-922A-DABF3DE3F69A} /f /v UpperFilters

kredit to sdr fizol arif

++++++++++++++++++++++++++++++++++++

Atau guna ini jika sebelum ini pernah install kaspersky antivirus

Windows Registry Editor Version 5.00

; Removes klfltdev registry entries that break USB and Bluetooth
; Reordered by Web Support Team 20121030


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96B-E325-11CE-BFC1-08002BE10318}]

"UpperFilters"=hex(7):6b,00,62,00,64,00,63,00,6c,00,61,00,73,00,73,00,00,00,00,\
  00

+++++++++++++++++++++++++++++++++++++

Thursday, October 31, 2013

How to use msg command to send messages over network

Since there is no net send command in Windows Vista and Windows 7 ( or even Windows 8 ), this command has been replaced by msg.exe, but not in all Windows editions - only professional and business versions are able to send network messages via msg command. In other Windows editions or as an advanced replacement, you may try our LAN messenger LanTalk NET with command line utility to send messages via command prompt.
This article is suitable for Windows 2000, Windows XP, Windows Vista and Windows 7, Professional and Business editions only.


Usage
Msg command does not require messenger service to be enabled. There is not even such a service in the system. Also, it's mostly designed for sending messages to the terminal sessions on the same server or the other server that you know. It's not very suitable for mass messaging to people on the network.


Full list of parameters and options of the msg command with variants of use is listed below:
msg username /server:servername /time:seconds /v /w /? messagetext

msg sessionname /server:servername /time:seconds /v /w /? messagetext

msg sessionID /server:servername /time:seconds /v /w /? messagetext

msg @filewithnames /server:servername /time:seconds /v /w /? messagetext

msg * /server:servername /time:seconds /v /w /? messagetext


Detailed description:
username - The target user name.

sessionname - The name of the session that was created by the administrator when the session was configured.

sessionID - The ID value of the session.

filewithnames - Path to file that contains a list of usernames, sessionnames, and sessionIDs to which to send the message.

messagetext - The text of the message you want to send to users (sessions etc.). If no message is found, standard input STDIN will be used to read the text for the message.

server:servername - Points to the terminal server. Current terminal server will be used if not specified.

time:seconds - Sets the waiting time before you receive confirmation from the target session that the message has been received.

w - Will wait for a response from the target user or users.

v - Displays detailed information about the each step of msg command.

? - Displays the help for syntax of the msg command and information about the options.


How to send messages with msg command
To send the message with text "lunch time" to all sessions of user RON, use this command in command prompt:
msg RON Lunch time?

If you want to send the message to all usernames that is stored in the file USERS, use this command:
msg @users Please logout in 10min due to server maintenance

When you have your message in the text file (message.txt) and you want to send it to PAUL, use this command:
msg PAUL < message.txt

If you want to send the message to all logged users, use this command:
msg * Please, save your work. Server maintenance!


Security Limitations
The user must have Message access permission for the session to be able to send the messages via msg command.


Troubleshooting
If you have any problems or receive an "access denied" error or "Error 5 getting session names" error while you trying to use msg.exe, try the following steps to fix the problem with msg command:

1. Open the Registry Editor ( regedit.exe ).

2. In the left panel, locate and then click on the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server

3. In the right panel, find the key AllowRemoteRPC and be sure the value of the key is 1. If the value is not 1, change it to 1.

4. Close Registry Editor and restart your computer.

5. Run MSG.EXE command in the elevated CMD window. Launch it when you hold Ctrl+Shift keys to enter elevated mode.



Microsoft Windows networking and messaging tools
http://www.cezeo.com/tips-and-tricks/msg-command/
2012-05-05
CEZEO software Ltd.

Wednesday, October 16, 2013

Attrib ...

Ramai yg dok tanya macamana nak unhide fail atau folder..

Buka command prompt as administrator

hanya taip
attrib -h -r -s /s /d j:*.*
yang mana j  adalah drive... nyah sorok semua benda dlm drive
kalau nak spesifik folder pulak..
attrib -h -r -s /s /d "namafolder"
ia boleh mengubah penguncian folder / drive..cuma tambah "-" with "+"
attrib +h +r +s /s /d "foldername"

=========================================================
attrib /?
Displays or changes file attributes.

ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [+I | -I]
       [drive:][path][filename] [/S [/D] [/L]]

  +   Sets an attribute.
  -   Clears an attribute.
  R   Read-only file attribute.
  A   Archive file attribute.
  S   System file attribute.
  H   Hidden file attribute.
  I   Not content indexed file attribute.
  [drive:][path][filename]
      Specifies a file or files for attrib to process.
  /S  Processes matching files in the current folder
      and all subfolders.
  /D  Processes folders as well.
  /L  Work on the attributes of the Symbolic Link versus
      the target of the Symbolic Link

Wednesday, January 16, 2013

cara atas masalah lambat grab ip DHCP/kerap dpt LIMITED IP

run command dibawah untuk atasi masalah windows 7 lambat grab IP dari DHCP server dan kerap limited secara tiba2

 

masuk command prompt sebagai administrator

paste command tersebut: -

netsh interface tcp set global rss=disabled
netsh interface tcp set global autotuninglevel=disabled

 
pastikan result appear OK selepas paste command ini